public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/ccif/
@ 2013-05-30 13:55 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-05-30 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9ef1379f36fa44aad30b58b0b1749e004c5004
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 13:41:57 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 30 13:41:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb9ef137

sci-libs/ccif: Version Bump

Package-Manager: portage-2.2.0_alpha177

---
 sci-libs/ccif/ChangeLog                                  |  8 +++++++-
 ...ccif-0.3.20111209.ebuild => ccif-0.4.20120917.ebuild} | 16 +++++++++++-----
 sci-libs/ccif/metadata.xml                               | 11 +++++++----
 3 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
index 09ecdb0..a8ba0dc 100644
--- a/sci-libs/ccif/ChangeLog
+++ b/sci-libs/ccif/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-libs/ccif
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ccif-0.4.20120917 (30 May 2013)
+
+  30 May 2013; Justin Lecher <jlec@gentoo.org> -ccif-0.3.20111209.ebuild,
+  +ccif-0.4.20120917.ebuild, metadata.xml:
+  Version Bump
+
   24 Jan 2012; Justin Lecher <jlec@gentoo.org> ccif-0.3.20111209.ebuild:
   Dropped DOCS as it is handled by default
 

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.4.20120917.ebuild
similarity index 50%
rename from sci-libs/ccif/ccif-0.3.20111209.ebuild
rename to sci-libs/ccif/ccif-0.4.20120917.ebuild
index d7cb98b..f1f4bfa 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.4.20120917.ebuild
@@ -1,19 +1,25 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit autotools-utils fortran-2
 
 DESCRIPTION="CCP4 ccif lib"
 HOMEPAGE="http://www.ccp4.ac.uk/"
-SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
+SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.bz2"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-3"
-IUSE="static-libs"
+IUSE="ccp4 static-libs"
 
-RDEPEND="virtual/fortran"
+RDEPEND="
+	ccp4? ( sci-libs/libccp4[fortran] )"
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local myeconfargs=( $(use_with ccp4) )
+	autotools-utils_src_configure
+}

diff --git a/sci-libs/ccif/metadata.xml b/sci-libs/ccif/metadata.xml
index 210ad0d..4b72926 100644
--- a/sci-libs/ccif/metadata.xml
+++ b/sci-libs/ccif/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
+  <use>
+    <flag name="ccp4">Enable support for ccp4</flag>
+  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/ccif/
@ 2013-05-30 13:55 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-05-30 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6218d7476108828490932a297fc2da5d0ba84385
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 13:51:45 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 30 13:51:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6218d747

sci-libs/ccif: add USE=ccp4 to be default

Package-Manager: portage-2.2.0_alpha177

---
 sci-libs/ccif/ChangeLog                | 3 +++
 sci-libs/ccif/ccif-0.4.20120917.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
index a8ba0dc..b6972a1 100644
--- a/sci-libs/ccif/ChangeLog
+++ b/sci-libs/ccif/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 May 2013; Justin Lecher <jlec@gentoo.org> ccif-0.4.20120917.ebuild:
+  add USE=ccp4 to be default
+
 *ccif-0.4.20120917 (30 May 2013)
 
   30 May 2013; Justin Lecher <jlec@gentoo.org> -ccif-0.3.20111209.ebuild,

diff --git a/sci-libs/ccif/ccif-0.4.20120917.ebuild b/sci-libs/ccif/ccif-0.4.20120917.ebuild
index f1f4bfa..bbab53f 100644
--- a/sci-libs/ccif/ccif-0.4.20120917.ebuild
+++ b/sci-libs/ccif/ccif-0.4.20120917.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.bz2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-3"
-IUSE="ccp4 static-libs"
+IUSE="+ccp4 static-libs"
 
 RDEPEND="
 	ccp4? ( sci-libs/libccp4[fortran] )"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-30 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 13:55 [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/ccif/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2013-05-30 13:55 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox