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/clipper/
Date: Thu, 30 May 2013 13:55:32
Message-Id: 1369922098.f455415235375cd47e04e343f8a2cb702bc702bd.jlec@gentoo
1 commit: f455415235375cd47e04e343f8a2cb702bc702bd
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 13:54:58 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 13:54:58 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4554152
7
8 sci-libs/clipper: Bump EAPI to 5, clean unused code, fix slot of fftw dep
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-libs/clipper/ChangeLog | 3 +++
14 sci-libs/clipper/clipper-2.1_p20130528.ebuild | 14 +++++---------
15 2 files changed, 8 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog
18 index 6b29dab..0e970e6 100644
19 --- a/sci-libs/clipper/ChangeLog
20 +++ b/sci-libs/clipper/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.22 2013/05/28 18:15:50 jlec Exp $
24
25 + 30 May 2013; Justin Lecher <jlec@g.o> clipper-2.1_p20130528.ebuild:
26 + Bump EAPI to 5, clean unused code, fix slot of fftw dep
27 +
28 *clipper-2.1_p20130528 (30 May 2013)
29
30 30 May 2013; Justin Lecher <jlec@g.o> +clipper-2.1_p20130528.ebuild,
31
32 diff --git a/sci-libs/clipper/clipper-2.1_p20130528.ebuild b/sci-libs/clipper/clipper-2.1_p20130528.ebuild
33 index c796247..5e486bc 100644
34 --- a/sci-libs/clipper/clipper-2.1_p20130528.ebuild
35 +++ b/sci-libs/clipper/clipper-2.1_p20130528.ebuild
36 @@ -2,11 +2,9 @@
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-2.1_p100511-r1.ebuild,v 1.1 2013/05/28 18:15:50 jlec Exp $
39
40 -EAPI=4
41 +EAPI=5
42
43 -#AUTOTOOLS_AUTORECONF=true
44 -
45 -inherit autotools-utils eutils flag-o-matic
46 +inherit autotools-utils flag-o-matic
47
48 MY_PV=${PV/_p/.}
49 MY_P="${PN}-${MY_PV}"
50 @@ -17,19 +15,17 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${MY_P}.tar.gz"
51
52 LICENSE="LGPL-2.1"
53 SLOT="0"
54 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
55 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
56 IUSE="cctbx fortran static-libs"
57
58 RDEPEND="
59 - sci-libs/ccp4-libs
60 - sci-libs/fftw
61 + sci-libs/libccp4
62 + sci-libs/fftw:2.1
63 sci-libs/mmdb"
64 DEPEND="${RDEPEND}"
65
66 S="${WORKDIR}"/${MY_P}
67
68 -#PATCHES=()
69 -
70 src_configure() {
71 # Recommended on ccp4bb/coot ML to fix crashes when calculating maps
72 # on 64-bit systems