Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cctbx: ChangeLog cctbx-2010.03.29.2334-r7.ebuild
Date: Tue, 04 Jun 2013 12:37:29
Message-Id: 20130604123725.D397D2171D@flycatcher.gentoo.org
1 jlec 13/06/04 12:37:25
2
3 Modified: ChangeLog cctbx-2010.03.29.2334-r7.ebuild
4 Log:
5 sci-libs/cctbx: Fix deps for new python eclasses
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.34 sci-libs/cctbx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 19 Mar 2013 07:07:15 -0000 1.33
23 +++ ChangeLog 4 Jun 2013 12:37:25 -0000 1.34
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/cctbx
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.33 2013/03/19 07:07:15 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.34 2013/06/04 12:37:25 jlec Exp $
29 +
30 + 04 Jun 2013; Justin Lecher <jlec@g.o> cctbx-2010.03.29.2334-r7.ebuild:
31 + Fix deps for new python eclasses
32
33 19 Mar 2013; Justin Lecher <jlec@g.o> cctbx-2010.03.29.2334-r7.ebuild:
34 Use more functions from new python eclasses, fixes double prefix on PREFIX
35
36
37
38 1.4 sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild?r1=1.3&r2=1.4
43
44 Index: cctbx-2010.03.29.2334-r7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- cctbx-2010.03.29.2334-r7.ebuild 19 Mar 2013 07:07:15 -0000 1.3
51 +++ cctbx-2010.03.29.2334-r7.ebuild 4 Jun 2013 12:37:25 -0000 1.4
52 @@ -1,13 +1,11 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.3 2013/03/19 07:07:15 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.4 2013/06/04 12:37:25 jlec Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python{2_6,2_7} )
61
62 -PYTHON_DEPEND="2"
63 -
64 inherit eutils fortran-2 multilib prefix python-single-r1 toolchain-funcs
65
66 MY_PV="${PV//./_}"
67 @@ -21,10 +19,13 @@
68 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
69 IUSE="+minimal openmp threads"
70
71 -REQUIRED_USE="?? ( openmp threads )"
72 +REQUIRED_USE="
73 + ${PYTHON_REQUIRED_USE}
74 + ?? ( openmp threads )"
75
76 RDEPEND="
77 - >=dev-libs/boost-1.48[python]
78 + ${PYTHON_DEPS}
79 + >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
80 sci-libs/clipper
81 sci-libs/fftw
82 !minimal? (