Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/ccif/
Date: Thu, 30 May 2013 13:55:41
Message-Id: 1369921905.6218d7476108828490932a297fc2da5d0ba84385.jlec@gentoo
1 commit: 6218d7476108828490932a297fc2da5d0ba84385
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 13:51:45 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 13:51:45 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6218d747
7
8 sci-libs/ccif: add USE=ccp4 to be default
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-libs/ccif/ChangeLog | 3 +++
14 sci-libs/ccif/ccif-0.4.20120917.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
18 index a8ba0dc..b6972a1 100644
19 --- a/sci-libs/ccif/ChangeLog
20 +++ b/sci-libs/ccif/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 30 May 2013; Justin Lecher <jlec@g.o> ccif-0.4.20120917.ebuild:
26 + add USE=ccp4 to be default
27 +
28 *ccif-0.4.20120917 (30 May 2013)
29
30 30 May 2013; Justin Lecher <jlec@g.o> -ccif-0.3.20111209.ebuild,
31
32 diff --git a/sci-libs/ccif/ccif-0.4.20120917.ebuild b/sci-libs/ccif/ccif-0.4.20120917.ebuild
33 index f1f4bfa..bbab53f 100644
34 --- a/sci-libs/ccif/ccif-0.4.20120917.ebuild
35 +++ b/sci-libs/ccif/ccif-0.4.20120917.ebuild
36 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.bz2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 LICENSE="LGPL-3"
40 -IUSE="ccp4 static-libs"
41 +IUSE="+ccp4 static-libs"
42
43 RDEPEND="
44 ccp4? ( sci-libs/libccp4[fortran] )"