diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2018-09-04 00:49:32 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2018-09-04 00:49:32 +0300 |
commit | 051c279c1ca909520702dad0446b786bc302e9bd (patch) | |
tree | a11874a2c18d6f21eed82206bd8cd5eba8d8efdc /sci-libs/xdrfile | |
parent | sci-chemistry/ParmEd: Version bump (diff) | |
download | gentoo-051c279c1ca909520702dad0446b786bc302e9bd.tar.gz gentoo-051c279c1ca909520702dad0446b786bc302e9bd.tar.bz2 gentoo-051c279c1ca909520702dad0446b786bc302e9bd.zip |
sci-libs/xdrfile: Version bump
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'sci-libs/xdrfile')
-rw-r--r-- | sci-libs/xdrfile/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/xdrfile/xdrfile-1.1.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/xdrfile/Manifest b/sci-libs/xdrfile/Manifest index 58e3704b6817..e271caaafe47 100644 --- a/sci-libs/xdrfile/Manifest +++ b/sci-libs/xdrfile/Manifest @@ -1 +1,2 @@ DIST xdrfile-1.1.1.tar.gz 378942 BLAKE2B 21b1524a7c31e957b28b93dab4b83b88c183528e534864b06ff76e3f31422129c22ac4bc24a054749dd1b5b80d93a82d873cae82571f0b89c16d55ef0de267c7 SHA512 bff06b08e547b956825f9b16a55fe93d07ff0c529426b892fd4b39be538774aa06facffc68994215e22e36edfa5642674653022da0762ca7cd1b7bc654112868 +DIST xdrfile-1.1.4.tar.gz 815342 BLAKE2B 9f2703cdd67dd6cb3156ab96e496dd4fa37d3a60d660da0a6129562ed295bb52ed5d5acb54aab1bd8b682e31f6155e96541dd47fee7226ae058d62f6efe3937a SHA512 70352efcce989172893e34855edd17990c80f3b5f956b2d8b03a5e75593280e981a56b00616adb950a7da5713729029aecb5dd2cd4c52a658a77eca43aa290df diff --git a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild new file mode 100644 index 000000000000..9789dad9d61d --- /dev/null +++ b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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 +} |