Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog python-2.6.2-r2.ebuild python-2.5.4-r3.ebuild python-2.6.3.ebuild python-2.4.6.ebuild
Date: Sat, 03 Oct 2009 17:09:23
Message-Id: E1Mu86j-0005Bs-HQ@stork.gentoo.org
1 grobian 09/10/03 17:09:21
2
3 Modified: python-3.1.1-r1.ebuild ChangeLog
4 python-2.6.2-r2.ebuild python-2.5.4-r3.ebuild
5 python-2.6.3.ebuild python-2.4.6.ebuild
6 Log:
7 Python's _locale module needs libintl, which on non-Linux is in gettext, depend on virtual/libintl for that case
8 (Portage version: 2.2.00.14475-prefix/cvs/Darwin powerpc, RepoMan options: --force)
9
10 Revision Changes Path
11 1.10 dev-lang/python/python-3.1.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.9&r2=1.10
16
17 Index: python-3.1.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- python-3.1.1-r1.ebuild 2 Oct 2009 04:46:17 -0000 1.9
24 +++ python-3.1.1-r1.ebuild 3 Oct 2009 17:09:20 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.9 2009/10/02 04:46:17 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.10 2009/10/03 17:09:20 grobian Exp $
30
31 EAPI="2"
32
33 @@ -28,6 +28,7 @@
34
35 RDEPEND=">=app-admin/eselect-python-20090606
36 >=sys-libs/zlib-1.1.3
37 + virtual/libintl
38 virtual/libffi
39 !build? (
40 doc? ( dev-python/python-docs:${SLOT} )
41
42
43
44 1.424 dev-lang/python/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.424&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.424&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.423&r2=1.424
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
53 retrieving revision 1.423
54 retrieving revision 1.424
55 diff -u -r1.423 -r1.424
56 --- ChangeLog 2 Oct 2009 16:03:27 -0000 1.423
57 +++ ChangeLog 3 Oct 2009 17:09:20 -0000 1.424
58 @@ -1,6 +1,12 @@
59 # ChangeLog for dev-lang/python
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.423 2009/10/02 16:03:27 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.424 2009/10/03 17:09:20 grobian Exp $
63 +
64 + 03 Oct 2009; Fabian Groffen <grobian@g.o> python-2.4.6.ebuild,
65 + python-2.5.4-r3.ebuild, python-2.6.2-r2.ebuild, python-2.6.3.ebuild,
66 + python-3.1.1-r1.ebuild:
67 + Python's _locale module needs libintl, which on non-Linux is in gettext,
68 + depend on virtual/libintl for that case
69
70 *python-2.6.3 (02 Oct 2009)
71
72
73
74
75 1.11 dev-lang/python/python-2.6.2-r2.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?rev=1.11&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?rev=1.11&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?r1=1.10&r2=1.11
80
81 Index: python-2.6.2-r2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v
84 retrieving revision 1.10
85 retrieving revision 1.11
86 diff -u -r1.10 -r1.11
87 --- python-2.6.2-r2.ebuild 2 Oct 2009 04:46:17 -0000 1.10
88 +++ python-2.6.2-r2.ebuild 3 Oct 2009 17:09:20 -0000 1.11
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v 1.10 2009/10/02 04:46:17 arfrever Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v 1.11 2009/10/03 17:09:20 grobian Exp $
94
95 EAPI="2"
96
97 @@ -31,6 +31,7 @@
98
99 RDEPEND=">=app-admin/eselect-python-20090606
100 >=sys-libs/zlib-1.1.3
101 + virtual/libintl
102 virtual/libffi
103 !build? (
104 berkdb? ( || (
105
106
107
108 1.22 dev-lang/python/python-2.5.4-r3.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.22&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.22&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?r1=1.21&r2=1.22
113
114 Index: python-2.5.4-r3.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v
117 retrieving revision 1.21
118 retrieving revision 1.22
119 diff -u -r1.21 -r1.22
120 --- python-2.5.4-r3.ebuild 28 Sep 2009 14:27:53 -0000 1.21
121 +++ python-2.5.4-r3.ebuild 3 Oct 2009 17:09:20 -0000 1.22
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2009 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.21 2009/09/28 14:27:53 arfrever Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.22 2009/10/03 17:09:20 grobian Exp $
127
128 EAPI="1"
129
130 @@ -31,6 +31,7 @@
131
132 RDEPEND=">=app-admin/eselect-python-20090606
133 >=sys-libs/zlib-1.1.3
134 + virtual/libintl
135 !build? (
136 berkdb? ( || (
137 sys-libs/db:4.5
138
139
140
141 1.2 dev-lang/python/python-2.6.3.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.3.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.3.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.3.ebuild?r1=1.1&r2=1.2
146
147 Index: python-2.6.3.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.3.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- python-2.6.3.ebuild 2 Oct 2009 16:03:27 -0000 1.1
154 +++ python-2.6.3.ebuild 3 Oct 2009 17:09:20 -0000 1.2
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2009 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.3.ebuild,v 1.1 2009/10/02 16:03:27 arfrever Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.3.ebuild,v 1.2 2009/10/03 17:09:20 grobian Exp $
160
161 EAPI="2"
162
163 @@ -31,6 +31,7 @@
164
165 RDEPEND=">=app-admin/eselect-python-20090606
166 >=sys-libs/zlib-1.1.3
167 + virtual/libintl
168 virtual/libffi
169 !build? (
170 berkdb? ( || (
171
172
173
174 1.20 dev-lang/python/python-2.4.6.ebuild
175
176 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.20&view=markup
177 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.20&content-type=text/plain
178 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.19&r2=1.20
179
180 Index: python-2.4.6.ebuild
181 ===================================================================
182 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
183 retrieving revision 1.19
184 retrieving revision 1.20
185 diff -u -r1.19 -r1.20
186 --- python-2.4.6.ebuild 28 Sep 2009 14:27:53 -0000 1.19
187 +++ python-2.4.6.ebuild 3 Oct 2009 17:09:20 -0000 1.20
188 @@ -1,6 +1,6 @@
189 # Copyright 1999-2009 Gentoo Foundation
190 # Distributed under the terms of the GNU General Public License v2
191 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.19 2009/09/28 14:27:53 arfrever Exp $
192 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.20 2009/10/03 17:09:20 grobian Exp $
193
194 EAPI="1"
195
196 @@ -28,6 +28,7 @@
197
198 RDEPEND=">=app-admin/eselect-python-20090606
199 >=sys-libs/zlib-1.1.3
200 + virtual/libintl
201 !build? (
202 berkdb? ( || (
203 sys-libs/db:4.4