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/pdb-tools: pdb-tools-0.2.1.ebuild ChangeLog pdb-tools-0.2.1-r1.ebuild
Date: Wed, 29 May 2013 16:20:54
Message-Id: 20130529162050.1E1642171D@flycatcher.gentoo.org
1 jlec 13/05/29 16:20:50
2
3 Modified: pdb-tools-0.2.1.ebuild ChangeLog
4 pdb-tools-0.2.1-r1.ebuild
5 Log:
6 sci-chemistry/pdb-tools: 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.2 sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild?r1=1.1&r2=1.2
16
17 Index: pdb-tools-0.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pdb-tools-0.2.1.ebuild 26 Apr 2013 10:20:16 -0000 1.1
24 +++ pdb-tools-0.2.1.ebuild 29 May 2013 16:20:49 -0000 1.2
25 @@ -1,6 +1,6 @@
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/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.1 2013/04/26 10:20:16 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $
30
31 EAPI=5
32
33 @@ -19,8 +19,10 @@
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 IUSE=""
36
37 -RDEPEND=""
38 -DEPEND=""
39 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 +
41 +RDEPEND="${PYTHON_DEPS}"
42 +DEPEND="${RDEPEND}"
43
44 S="${WORKDIR}"/${MY_PN}_${PV}
45
46
47
48
49 1.13 sci-chemistry/pdb-tools/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog?rev=1.13&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog?rev=1.13&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog?r1=1.12&r2=1.13
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v
58 retrieving revision 1.12
59 retrieving revision 1.13
60 diff -u -r1.12 -r1.13
61 --- ChangeLog 10 May 2013 19:57:31 -0000 1.12
62 +++ ChangeLog 29 May 2013 16:20:49 -0000 1.13
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sci-chemistry/pdb-tools
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.12 2013/05/10 19:57:31 jlec Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.13 2013/05/29 16:20:49 jlec Exp $
68 +
69 + 29 May 2013; Justin Lecher <jlec@g.o> pdb-tools-0.2.1.ebuild,
70 + pdb-tools-0.2.1-r1.ebuild:
71 + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
72
73 *pdb-tools-0.2.1-r1 (10 May 2013)
74
75
76
77
78 1.2 sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild?r1=1.1&r2=1.2
83
84 Index: pdb-tools-0.2.1-r1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- pdb-tools-0.2.1-r1.ebuild 10 May 2013 19:57:31 -0000 1.1
91 +++ pdb-tools-0.2.1-r1.ebuild 29 May 2013 16:20:49 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.1 2013/05/10 19:57:31 jlec Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $
97
98 EAPI=5
99
100 @@ -19,8 +19,10 @@
101 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
102 IUSE=""
103
104 -RDEPEND=""
105 -DEPEND=""
106 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
107 +
108 +RDEPEND="${PYTHON_DEPS}"
109 +DEPEND="${RDEPEND}"
110
111 S="${WORKDIR}"/${MY_PN}_${PV}