From 009897642a869d630779716efc51af1554f72867 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 29 Oct 2022 22:01:57 +0100 Subject: gentoo auto-resync : 29:10:2022 - 22:01:57 --- sci-libs/Manifest.gz | Bin 44374 -> 44376 bytes sci-libs/xdrfile/Manifest | 2 +- sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild | 23 +++++++++++++++++++++++ sci-libs/xdrfile/xdrfile-1.1.4.ebuild | 23 ----------------------- 4 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild delete mode 100644 sci-libs/xdrfile/xdrfile-1.1.4.ebuild (limited to 'sci-libs') diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index c78e37b40845..10e41ee1e9f5 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/xdrfile/Manifest b/sci-libs/xdrfile/Manifest index 3cbaab04b104..282c689623ae 100644 --- a/sci-libs/xdrfile/Manifest +++ b/sci-libs/xdrfile/Manifest @@ -1,3 +1,3 @@ DIST xdrfile-1.1.4.tar.gz 815342 BLAKE2B 9f2703cdd67dd6cb3156ab96e496dd4fa37d3a60d660da0a6129562ed295bb52ed5d5acb54aab1bd8b682e31f6155e96541dd47fee7226ae058d62f6efe3937a SHA512 70352efcce989172893e34855edd17990c80f3b5f956b2d8b03a5e75593280e981a56b00616adb950a7da5713729029aecb5dd2cd4c52a658a77eca43aa290df -EBUILD xdrfile-1.1.4.ebuild 557 BLAKE2B cfccc6a0b3a33e481c092446327629c35be98b27cfd66d2dc8b153d17836dc323cf5f58a9905c6f9781ec3a6fe85a26e977406f74fa75ed3fcbf049778730da8 SHA512 3fe38726ad5002a1164e3e10575adba57b94c9b9591f6f690fec9f6bb9e19d5094f5511c5eed8004c4434917ed8bff7b4d880480ce046123bb8a04ae589ad79a +EBUILD xdrfile-1.1.4-r1.ebuild 548 BLAKE2B 1cc382aec68a5f6fba269c077aba328139c73a93c3226ddfdc7b64d397b9c13f0395a7afd786fa6cb4cb4e5d0b36f17951c0a035dd3744ec8be91553f19f53d9 SHA512 09729f57196137cd7389ac161c05350e685a08cad230b730b9c234b0a0a78e36169dbacd8c4ea39129d49bbcc7b7497316b767f59fbbacdcb02d9e203ca2fca8 MISC metadata.xml 374 BLAKE2B 92ab7aca750bc89a6c006934349c8a310407e88b93ba28416cd29add50542ad95d6306ca3eb4d82f5b610ce20251736f6be7c3bc0085cf163346e6d81a9be492 SHA512 342de5a16dc9115281e13cff35359d362e53cf0654d0aa38fcab862a4d31a45332e49933fe6b7976ce2e6d03fb8cb86543448fdc94faad98930aa63568f10769 diff --git a/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild new file mode 100644 index 000000000000..22cb5ad3872c --- /dev/null +++ b/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FORTRAN_NEEDED="fortran" + +inherit fortran-2 + +DESCRIPTION="Library to read gromacs trajectory and topology files" +HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library" +SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="fortran static-libs" + +src_configure() { + local myeconfargs=( $(use_enable fortran) ) + + default +} diff --git a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild deleted file mode 100644 index 71f44e1afdfb..000000000000 --- a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FORTRAN_NEEDED="fortran" - -inherit fortran-2 multilib - -DESCRIPTION="Library to read gromacs trajectory and topology files" -HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library" -SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="fortran static-libs" - -src_configure() { - local myeconfargs=( $(use_enable fortran) ) - - default -} -- cgit v1.2.3