public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Honza Macháček" <Hloupy.Honza@centrum.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/
Date: Tue, 19 Jun 2012 14:14:20 +0000 (UTC)	[thread overview]
Message-ID: <1340113064.fb7e00bcd0b0bb1906d0814d91c52c142f7ef885.honza_machacek@gentoo> (raw)

commit:     fb7e00bcd0b0bb1906d0814d91c52c142f7ef885
Author:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Tue Jun 19 13:37:44 2012 +0000
Commit:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Tue Jun 19 13:37:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb7e00bc

Reflect the split of the fortran interface out of sci-libs/netcdf in sci-physics/abinit-6.12.3-r2

---
 sci-physics/abinit/ChangeLog                       |    6 ++++++
 ...it-6.12.3-r1.ebuild => abinit-6.12.3-r2.ebuild} |    8 +++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
index c3f4e3d..a57ab4c 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/abinit-6.12.3-r1.ebuild b/sci-physics/abinit/abinit-6.12.3-r2.ebuild
similarity index 99%
rename from sci-physics/abinit/abinit-6.12.3-r1.ebuild
rename to sci-physics/abinit/abinit-6.12.3-r2.ebuild
index fc22ceb..a5c8831 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] )



             reply	other threads:[~2012-06-19 14:14 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-19 14:14 Honza Macháček [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 12:48 [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/ Justin Lecher
2015-02-08 21:07 Christoph Junghans
2014-09-17 20:01 Christoph Junghans
2014-06-27 13:54 Honza Macháček
2013-10-03 12:52 Honza Macháček
2013-09-26  9:41 Honza Macháček
2013-09-20  9:48 Justin Lecher
2013-09-19 18:03 Honza Macháček
2013-09-26  9:41 ` Honza Macháček
2013-02-22 10:15 Justin Lecher
2012-05-22 19:43 Justin Lecher
2012-05-15  8:27 Honza Macháček
2012-03-23  8:16 Honza Macháček
2012-03-23  8:02 Honza Macháček
2011-09-27 12:22 Honza Macháček
2011-06-29 15:28 Honza Macháček
2011-06-29 11:31 Honza Macháček
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher
2011-05-11 17:05 Dongxu Li
2011-05-10  9:54 Honza Macháček
2011-04-26 18:39 Dongxu Li
2011-04-09 21:11 Dongxu Li
2011-02-05 19:22 Honza Macháček

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340113064.fb7e00bcd0b0bb1906d0814d91c52c142f7ef885.honza_machacek@gentoo \
    --to=hloupy.honza@centrum.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox