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-chemistry/ccpn: ccpn-2.2.2_p130318-r1.ebuild ChangeLog ccpn-2.2.2_p130318.ebuild
Date: Wed, 29 May 2013 16:18:30
Message-Id: 20130529161827.642722171D@flycatcher.gentoo.org
1 jlec 13/05/29 16:18:27
2
3 Modified: ccpn-2.2.2_p130318-r1.ebuild ChangeLog
4 ccpn-2.2.2_p130318.ebuild
5 Log:
6 sci-chemistry/ccpn: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.3 sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: ccpn-2.2.2_p130318-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ccpn-2.2.2_p130318-r1.ebuild 22 Mar 2013 10:38:35 -0000 1.2
24 +++ ccpn-2.2.2_p130318-r1.ebuild 29 May 2013 16:18:27 -0000 1.3
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild,v 1.2 2013/03/22 10:38:35 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild,v 1.3 2013/05/29 16:18:27 jlec Exp $
30
31 EAPI=5
32
33 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
34 -PYTHON_REQ_USE="ssl tk"
35 +PYTHON_REQ_USE="ssl,tk"
36
37 inherit eutils multilib portability python-single-r1 toolchain-funcs versionator
38
39 @@ -25,7 +25,10 @@
40 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
41 IUSE="+opengl"
42
43 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44 +
45 RDEPEND="
46 + ${PYTHON_DEPS}
47 dev-lang/tk[threads]
48 dev-python/numpy[${PYTHON_USEDEP}]
49 dev-tcltk/tix
50
51
52
53 1.106 sci-chemistry/ccpn/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.106&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.106&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?r1=1.105&r2=1.106
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
62 retrieving revision 1.105
63 retrieving revision 1.106
64 diff -u -r1.105 -r1.106
65 --- ChangeLog 22 Mar 2013 10:38:35 -0000 1.105
66 +++ ChangeLog 29 May 2013 16:18:27 -0000 1.106
67 @@ -1,6 +1,10 @@
68 # ChangeLog for sci-chemistry/ccpn
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.105 2013/03/22 10:38:35 jlec Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.106 2013/05/29 16:18:27 jlec Exp $
72 +
73 + 29 May 2013; Justin Lecher <jlec@g.o> ccpn-2.2.2_p130318.ebuild,
74 + ccpn-2.2.2_p130318-r1.ebuild:
75 + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
76
77 22 Mar 2013; Justin Lecher <jlec@g.o> ccpn-2.2.2_p130318-r1.ebuild:
78 Cut prefix not suffix
79
80
81
82 1.2 sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild?r1=1.1&r2=1.2
87
88 Index: ccpn-2.2.2_p130318.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- ccpn-2.2.2_p130318.ebuild 18 Mar 2013 12:36:30 -0000 1.1
95 +++ ccpn-2.2.2_p130318.ebuild 29 May 2013 16:18:27 -0000 1.2
96 @@ -1,11 +1,11 @@
97 # Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild,v 1.1 2013/03/18 12:36:30 jlec Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild,v 1.2 2013/05/29 16:18:27 jlec Exp $
101
102 EAPI=5
103
104 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
105 -PYTHON_REQ_USE="ssl tk"
106 +PYTHON_REQ_USE="ssl,tk"
107
108 inherit eutils multilib portability python-single-r1 toolchain-funcs versionator
109
110 @@ -25,11 +25,14 @@
111 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
112 IUSE="+opengl"
113
114 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
115 +
116 RDEPEND="
117 + ${PYTHON_DEPS}
118 dev-lang/tk[threads]
119 dev-python/numpy[${PYTHON_USEDEP}]
120 dev-tcltk/tix
121 - =sci-libs/ccpn-data-"${MY_MAJOR}"*
122 + =sci-libs/ccpn-data-"${MY_MAJOR}"*[${PYTHON_USEDEP}]
123 sci-biology/psipred
124 x11-libs/libXext
125 x11-libs/libX11