aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2012-06-19 15:37:44 +0200
committerHonza Macháček <Hloupy.Honza@centrum.cz>2012-06-19 15:37:44 +0200
commitfb7e00bcd0b0bb1906d0814d91c52c142f7ef885 (patch)
tree29582d6adcac0680ac168bd1df097cc0b23aa697 /sci-physics/abinit
parentMerge github.com:gentoo-science/sci (diff)
downloadsci-fb7e00bcd0b0bb1906d0814d91c52c142f7ef885.tar.gz
sci-fb7e00bcd0b0bb1906d0814d91c52c142f7ef885.tar.bz2
sci-fb7e00bcd0b0bb1906d0814d91c52c142f7ef885.zip
Reflect the split of the fortran interface out of sci-libs/netcdf in sci-physics/abinit-6.12.3-r2
Diffstat (limited to 'sci-physics/abinit')
-rw-r--r--sci-physics/abinit/ChangeLog6
-rw-r--r--sci-physics/abinit/Manifest2
-rw-r--r--sci-physics/abinit/abinit-6.12.3-r2.ebuild (renamed from sci-physics/abinit/abinit-6.12.3-r1.ebuild)8
3 files changed, 12 insertions, 4 deletions
diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
index c3f4e3d01..a57ab4c07 100644
--- a/sci-physics/abinit/ChangeLog
+++ b/sci-physics/abinit/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*abinit-6.12.3-r2 (19 Jun 2012)
+
+ 19 Jun 2012; Honza Macháček <Hloupy.Honza@centrum.cz>
+ -abinit-6.12.3-r1.ebuild, +abinit-6.12.3-r2.ebuild:
+ Reflect the split of the fortran interface out of sci-libs/netcdf
+
22 May 2012; Justin Lecher <jlec@gentoo.org> abinit-6.12.3-r1.ebuild,
metadata.xml:
Add missing eutils.eclass
diff --git a/sci-physics/abinit/Manifest b/sci-physics/abinit/Manifest
index 692c589e7..6392e02a1 100644
--- a/sci-physics/abinit/Manifest
+++ b/sci-physics/abinit/Manifest
@@ -1 +1 @@
-DIST abinit-6.12.3.tar.gz 58483889 SHA256 243a3832e258d12998d9d188141cfedeabdbfee9867c1951d7f27b8230dec5e9 SHA512 a14764c7c031890ea9cb64dd8fb439959fae4b50d59985bd2e9d9c12a06f71f92491c015c64c7273b4089cd57934a699f3d4c3c2f377032cbd655aa887241a65 WHIRLPOOL caa5e8159fac7353ee87663f195419acee57246f1a3015941368ed026c3a15a07cf135dbf57fc8a81f0cdd24c042af1ccc1c63e3e20a73042d3462530bd5b904
+DIST abinit-6.12.3.tar.gz 58483889 RMD160 d2a1009af7eaafa9d4df99aa6e98e35faa644931 SHA1 ab7bca747639902d586155cb5d335595e3b2b1dc SHA256 243a3832e258d12998d9d188141cfedeabdbfee9867c1951d7f27b8230dec5e9 SHA512 a14764c7c031890ea9cb64dd8fb439959fae4b50d59985bd2e9d9c12a06f71f92491c015c64c7273b4089cd57934a699f3d4c3c2f377032cbd655aa887241a65 WHIRLPOOL caa5e8159fac7353ee87663f195419acee57246f1a3015941368ed026c3a15a07cf135dbf57fc8a81f0cdd24c042af1ccc1c63e3e20a73042d3462530bd5b904
diff --git a/sci-physics/abinit/abinit-6.12.3-r1.ebuild b/sci-physics/abinit/abinit-6.12.3-r2.ebuild
index fc22cebc3..a5c883145 100644
--- a/sci-physics/abinit/abinit-6.12.3-r1.ebuild
+++ b/sci-physics/abinit/abinit-6.12.3-r2.ebuild
@@ -16,15 +16,17 @@ KEYWORDS="~amd64 ~x86"
IUSE="cuda cuda-double -debug +etsf_io +fftw +fftw-threads +fox gsl gui +hdf5 libabinit mpi +netcdf python -test +threads -vdwxc"
RDEPEND="~sci-libs/bigdft-1.6_pre1
- sci-libs/etsf_io
=sci-libs/libxc-1*[fortran]
sci-physics/atompaw[libxc]
etsf_io? ( sci-libs/etsf_io )
fox? ( >=sci-libs/fox-4.1.2-r1[sax] )
netcdf? (
- sci-libs/netcdf[fortran]
+ || (
+ sci-libs/netcdf[fortran]
+ sci-libs/netcdf-fortran
+ )
hdf5? (
- sci-libs/netcdf[fortran,hdf5]
+ sci-libs/netcdf[hdf5]
)
)
hdf5? ( sci-libs/hdf5[fortran] )