Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.3.1.ebuild python-3.2.3-r2.ebuild python-2.7.3-r3.ebuild python-3.2.5-r2.ebuild python-3.3.2-r2.ebuild python-3.2.5-r1.ebuild python-2.7.3-r2.ebuild python-3.3.2-r1.ebuild python-2.7.5-r2.ebuild python-3.2.5.ebuild python-2.7.5.ebuild python-3.2.4.ebuild python-3.2.3-r1.ebuild python-3.3.2.ebuild python-2.7.5-r1.ebuild python-3.2.3.ebuild ChangeLog
Date: Wed, 28 Aug 2013 15:59:30
Message-Id: 20130828155925.996A720047@flycatcher.gentoo.org
1 floppym 13/08/28 15:59:25
2
3 Modified: python-3.3.1.ebuild python-3.2.3-r2.ebuild
4 python-2.7.3-r3.ebuild python-3.2.5-r2.ebuild
5 python-3.3.2-r2.ebuild python-3.2.5-r1.ebuild
6 python-2.7.3-r2.ebuild python-3.3.2-r1.ebuild
7 python-2.7.5-r2.ebuild python-3.2.5.ebuild
8 python-2.7.5.ebuild python-3.2.4.ebuild
9 python-3.2.3-r1.ebuild python-3.3.2.ebuild
10 python-2.7.5-r1.ebuild python-3.2.3.ebuild
11 ChangeLog
12 Log:
13 Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
14
15 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
16
17 Revision Changes Path
18 1.5 dev-lang/python/python-3.3.1.ebuild
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.1.ebuild?rev=1.5&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.1.ebuild?rev=1.5&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.1.ebuild?r1=1.4&r2=1.5
23
24 Index: python-3.3.1.ebuild
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.1.ebuild,v
27 retrieving revision 1.4
28 retrieving revision 1.5
29 diff -u -r1.4 -r1.5
30 --- python-3.3.1.ebuild 18 May 2013 13:13:35 -0000 1.4
31 +++ python-3.3.1.ebuild 28 Aug 2013 15:59:25 -0000 1.5
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.1.ebuild,v 1.4 2013/05/18 13:13:35 zorry Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.1.ebuild,v 1.5 2013/08/28 15:59:25 floppym Exp $
37
38 EAPI="3"
39 WANT_AUTOMAKE="none"
40 @@ -36,7 +36,7 @@
41 >=sys-libs/ncurses-5.2
42 readline? ( >=sys-libs/readline-4.1 )
43 )
44 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
45 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
46 ssl? ( dev-libs/openssl )
47 tk? (
48 >=dev-lang/tk-8.0
49
50
51
52 1.23 dev-lang/python/python-3.2.3-r2.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild?rev=1.23&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild?rev=1.23&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild?r1=1.22&r2=1.23
57
58 Index: python-3.2.3-r2.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild,v
61 retrieving revision 1.22
62 retrieving revision 1.23
63 diff -u -r1.22 -r1.23
64 --- python-3.2.3-r2.ebuild 25 May 2013 22:32:46 -0000 1.22
65 +++ python-3.2.3-r2.ebuild 28 Aug 2013 15:59:25 -0000 1.23
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2013 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild,v 1.22 2013/05/25 22:32:46 floppym Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r2.ebuild,v 1.23 2013/08/28 15:59:25 floppym Exp $
71
72 EAPI="3"
73 WANT_AUTOMAKE="none"
74 @@ -36,7 +36,7 @@
75 >=sys-libs/ncurses-5.2
76 readline? ( >=sys-libs/readline-4.1 )
77 )
78 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
79 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
80 ssl? ( dev-libs/openssl )
81 tk? (
82 >=dev-lang/tk-8.0
83
84
85
86 1.23 dev-lang/python/python-2.7.3-r3.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild?rev=1.23&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild?rev=1.23&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild?r1=1.22&r2=1.23
91
92 Index: python-2.7.3-r3.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild,v
95 retrieving revision 1.22
96 retrieving revision 1.23
97 diff -u -r1.22 -r1.23
98 --- python-2.7.3-r3.ebuild 25 May 2013 22:32:46 -0000 1.22
99 +++ python-2.7.3-r3.ebuild 28 Aug 2013 15:59:25 -0000 1.23
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2013 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild,v 1.22 2013/05/25 22:32:46 floppym Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r3.ebuild,v 1.23 2013/08/28 15:59:25 floppym Exp $
105
106 EAPI="2"
107 WANT_AUTOMAKE="none"
108 @@ -45,7 +45,7 @@
109 >=sys-libs/ncurses-5.2
110 readline? ( >=sys-libs/readline-4.1 )
111 )
112 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
113 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
114 ssl? ( dev-libs/openssl )
115 tk? (
116 >=dev-lang/tk-8.0
117
118
119
120 1.13 dev-lang/python/python-3.2.5-r2.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild?rev=1.13&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild?rev=1.13&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild?r1=1.12&r2=1.13
125
126 Index: python-3.2.5-r2.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild,v
129 retrieving revision 1.12
130 retrieving revision 1.13
131 diff -u -r1.12 -r1.13
132 --- python-3.2.5-r2.ebuild 23 Aug 2013 09:16:53 -0000 1.12
133 +++ python-3.2.5-r2.ebuild 28 Aug 2013 15:59:25 -0000 1.13
134 @@ -1,6 +1,6 @@
135 # Copyright 1999-2013 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild,v 1.12 2013/08/23 09:16:53 ago Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r2.ebuild,v 1.13 2013/08/28 15:59:25 floppym Exp $
139
140 EAPI="4"
141 WANT_AUTOMAKE="none"
142 @@ -36,7 +36,7 @@
143 >=sys-libs/ncurses-5.2
144 readline? ( >=sys-libs/readline-4.1 )
145 )
146 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
147 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
148 ssl? ( dev-libs/openssl )
149 tk? (
150 >=dev-lang/tk-8.0
151
152
153
154 1.3 dev-lang/python/python-3.3.2-r2.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?rev=1.3&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?rev=1.3&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?r1=1.2&r2=1.3
159
160 Index: python-3.3.2-r2.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v
163 retrieving revision 1.2
164 retrieving revision 1.3
165 diff -u -r1.2 -r1.3
166 --- python-3.3.2-r2.ebuild 18 Aug 2013 19:28:02 -0000 1.2
167 +++ python-3.3.2-r2.ebuild 28 Aug 2013 15:59:25 -0000 1.3
168 @@ -1,6 +1,6 @@
169 # Copyright 1999-2013 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.2 2013/08/18 19:28:02 floppym Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.3 2013/08/28 15:59:25 floppym Exp $
173
174 EAPI="3"
175 WANT_AUTOMAKE="none"
176 @@ -36,7 +36,7 @@
177 >=sys-libs/ncurses-5.2
178 readline? ( >=sys-libs/readline-4.1 )
179 )
180 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
181 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
182 ssl? ( dev-libs/openssl )
183 tk? (
184 >=dev-lang/tk-8.0
185
186
187
188 1.13 dev-lang/python/python-3.2.5-r1.ebuild
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild?rev=1.13&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild?rev=1.13&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild?r1=1.12&r2=1.13
193
194 Index: python-3.2.5-r1.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild,v
197 retrieving revision 1.12
198 retrieving revision 1.13
199 diff -u -r1.12 -r1.13
200 --- python-3.2.5-r1.ebuild 6 Aug 2013 12:32:28 -0000 1.12
201 +++ python-3.2.5-r1.ebuild 28 Aug 2013 15:59:25 -0000 1.13
202 @@ -1,6 +1,6 @@
203 # Copyright 1999-2013 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild,v 1.12 2013/08/06 12:32:28 ago Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild,v 1.13 2013/08/28 15:59:25 floppym Exp $
207
208 EAPI="4"
209 WANT_AUTOMAKE="none"
210 @@ -36,7 +36,7 @@
211 >=sys-libs/ncurses-5.2
212 readline? ( >=sys-libs/readline-4.1 )
213 )
214 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
215 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
216 ssl? ( dev-libs/openssl )
217 tk? (
218 >=dev-lang/tk-8.0
219
220
221
222 1.16 dev-lang/python/python-2.7.3-r2.ebuild
223
224 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?rev=1.16&view=markup
225 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?rev=1.16&content-type=text/plain
226 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?r1=1.15&r2=1.16
227
228 Index: python-2.7.3-r2.ebuild
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v
231 retrieving revision 1.15
232 retrieving revision 1.16
233 diff -u -r1.15 -r1.16
234 --- python-2.7.3-r2.ebuild 19 Mar 2013 04:04:21 -0000 1.15
235 +++ python-2.7.3-r2.ebuild 28 Aug 2013 15:59:25 -0000 1.16
236 @@ -1,6 +1,6 @@
237 # Copyright 1999-2013 Gentoo Foundation
238 # Distributed under the terms of the GNU General Public License v2
239 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v 1.15 2013/03/19 04:04:21 vapier Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v 1.16 2013/08/28 15:59:25 floppym Exp $
241
242 EAPI="2"
243 WANT_AUTOMAKE="none"
244 @@ -41,7 +41,7 @@
245 >=sys-libs/ncurses-5.2
246 readline? ( >=sys-libs/readline-4.1 )
247 )
248 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
249 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
250 ssl? ( dev-libs/openssl )
251 tk? (
252 >=dev-lang/tk-8.0
253
254
255
256 1.2 dev-lang/python/python-3.3.2-r1.ebuild
257
258 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild?rev=1.2&view=markup
259 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild?rev=1.2&content-type=text/plain
260 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild?r1=1.1&r2=1.2
261
262 Index: python-3.3.2-r1.ebuild
263 ===================================================================
264 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild,v
265 retrieving revision 1.1
266 retrieving revision 1.2
267 diff -u -r1.1 -r1.2
268 --- python-3.3.2-r1.ebuild 3 Jul 2013 00:22:27 -0000 1.1
269 +++ python-3.3.2-r1.ebuild 28 Aug 2013 15:59:25 -0000 1.2
270 @@ -1,6 +1,6 @@
271 # Copyright 1999-2013 Gentoo Foundation
272 # Distributed under the terms of the GNU General Public License v2
273 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild,v 1.1 2013/07/03 00:22:27 floppym Exp $
274 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r1.ebuild,v 1.2 2013/08/28 15:59:25 floppym Exp $
275
276 EAPI="3"
277 WANT_AUTOMAKE="none"
278 @@ -36,7 +36,7 @@
279 >=sys-libs/ncurses-5.2
280 readline? ( >=sys-libs/readline-4.1 )
281 )
282 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
283 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
284 ssl? ( dev-libs/openssl )
285 tk? (
286 >=dev-lang/tk-8.0
287
288
289
290 1.13 dev-lang/python/python-2.7.5-r2.ebuild
291
292 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild?rev=1.13&view=markup
293 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild?rev=1.13&content-type=text/plain
294 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild?r1=1.12&r2=1.13
295
296 Index: python-2.7.5-r2.ebuild
297 ===================================================================
298 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild,v
299 retrieving revision 1.12
300 retrieving revision 1.13
301 diff -u -r1.12 -r1.13
302 --- python-2.7.5-r2.ebuild 23 Aug 2013 09:16:53 -0000 1.12
303 +++ python-2.7.5-r2.ebuild 28 Aug 2013 15:59:25 -0000 1.13
304 @@ -1,6 +1,6 @@
305 # Copyright 1999-2013 Gentoo Foundation
306 # Distributed under the terms of the GNU General Public License v2
307 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild,v 1.12 2013/08/23 09:16:53 ago Exp $
308 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r2.ebuild,v 1.13 2013/08/28 15:59:25 floppym Exp $
309
310 EAPI="4"
311 WANT_AUTOMAKE="none"
312 @@ -49,7 +49,7 @@
313 >=sys-libs/ncurses-5.2
314 readline? ( >=sys-libs/readline-4.1 )
315 )
316 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
317 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
318 ssl? ( dev-libs/openssl )
319 tk? (
320 >=dev-lang/tk-8.0
321
322
323
324 1.2 dev-lang/python/python-3.2.5.ebuild
325
326 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5.ebuild?rev=1.2&view=markup
327 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5.ebuild?rev=1.2&content-type=text/plain
328 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5.ebuild?r1=1.1&r2=1.2
329
330 Index: python-3.2.5.ebuild
331 ===================================================================
332 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5.ebuild,v
333 retrieving revision 1.1
334 retrieving revision 1.2
335 diff -u -r1.1 -r1.2
336 --- python-3.2.5.ebuild 25 May 2013 22:32:46 -0000 1.1
337 +++ python-3.2.5.ebuild 28 Aug 2013 15:59:25 -0000 1.2
338 @@ -1,6 +1,6 @@
339 # Copyright 1999-2013 Gentoo Foundation
340 # Distributed under the terms of the GNU General Public License v2
341 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5.ebuild,v 1.1 2013/05/25 22:32:46 floppym Exp $
342 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5.ebuild,v 1.2 2013/08/28 15:59:25 floppym Exp $
343
344 EAPI="4"
345 WANT_AUTOMAKE="none"
346 @@ -36,7 +36,7 @@
347 >=sys-libs/ncurses-5.2
348 readline? ( >=sys-libs/readline-4.1 )
349 )
350 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
351 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
352 ssl? ( dev-libs/openssl )
353 tk? (
354 >=dev-lang/tk-8.0
355
356
357
358 1.14 dev-lang/python/python-2.7.5.ebuild
359
360 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5.ebuild?rev=1.14&view=markup
361 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5.ebuild?rev=1.14&content-type=text/plain
362 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5.ebuild?r1=1.13&r2=1.14
363
364 Index: python-2.7.5.ebuild
365 ===================================================================
366 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v
367 retrieving revision 1.13
368 retrieving revision 1.14
369 diff -u -r1.13 -r1.14
370 --- python-2.7.5.ebuild 6 Aug 2013 13:11:48 -0000 1.13
371 +++ python-2.7.5.ebuild 28 Aug 2013 15:59:25 -0000 1.14
372 @@ -1,6 +1,6 @@
373 # Copyright 1999-2013 Gentoo Foundation
374 # Distributed under the terms of the GNU General Public License v2
375 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.13 2013/08/06 13:11:48 ago Exp $
376 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.14 2013/08/28 15:59:25 floppym Exp $
377
378 EAPI="4"
379 WANT_AUTOMAKE="none"
380 @@ -49,7 +49,7 @@
381 >=sys-libs/ncurses-5.2
382 readline? ( >=sys-libs/readline-4.1 )
383 )
384 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
385 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
386 ssl? ( dev-libs/openssl )
387 tk? (
388 >=dev-lang/tk-8.0
389
390
391
392 1.6 dev-lang/python/python-3.2.4.ebuild
393
394 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.4.ebuild?rev=1.6&view=markup
395 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.4.ebuild?rev=1.6&content-type=text/plain
396 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.4.ebuild?r1=1.5&r2=1.6
397
398 Index: python-3.2.4.ebuild
399 ===================================================================
400 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v
401 retrieving revision 1.5
402 retrieving revision 1.6
403 diff -u -r1.5 -r1.6
404 --- python-3.2.4.ebuild 18 May 2013 13:13:35 -0000 1.5
405 +++ python-3.2.4.ebuild 28 Aug 2013 15:59:25 -0000 1.6
406 @@ -1,6 +1,6 @@
407 # Copyright 1999-2013 Gentoo Foundation
408 # Distributed under the terms of the GNU General Public License v2
409 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.5 2013/05/18 13:13:35 zorry Exp $
410 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.6 2013/08/28 15:59:25 floppym Exp $
411
412 EAPI="4"
413 WANT_AUTOMAKE="none"
414 @@ -36,7 +36,7 @@
415 >=sys-libs/ncurses-5.2
416 readline? ( >=sys-libs/readline-4.1 )
417 )
418 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
419 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
420 ssl? ( dev-libs/openssl )
421 tk? (
422 >=dev-lang/tk-8.0
423
424
425
426 1.13 dev-lang/python/python-3.2.3-r1.ebuild
427
428 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.13&view=markup
429 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.13&content-type=text/plain
430 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?r1=1.12&r2=1.13
431
432 Index: python-3.2.3-r1.ebuild
433 ===================================================================
434 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v
435 retrieving revision 1.12
436 retrieving revision 1.13
437 diff -u -r1.12 -r1.13
438 --- python-3.2.3-r1.ebuild 19 Mar 2013 04:04:21 -0000 1.12
439 +++ python-3.2.3-r1.ebuild 28 Aug 2013 15:59:25 -0000 1.13
440 @@ -1,6 +1,6 @@
441 # Copyright 1999-2013 Gentoo Foundation
442 # Distributed under the terms of the GNU General Public License v2
443 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v 1.12 2013/03/19 04:04:21 vapier Exp $
444 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v 1.13 2013/08/28 15:59:25 floppym Exp $
445
446 EAPI="3"
447 WANT_AUTOMAKE="none"
448 @@ -32,7 +32,7 @@
449 >=sys-libs/ncurses-5.2
450 readline? ( >=sys-libs/readline-4.1 )
451 )
452 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
453 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
454 ssl? ( dev-libs/openssl )
455 tk? (
456 >=dev-lang/tk-8.0
457
458
459
460 1.2 dev-lang/python/python-3.3.2.ebuild
461
462 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2.ebuild?rev=1.2&view=markup
463 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2.ebuild?rev=1.2&content-type=text/plain
464 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2.ebuild?r1=1.1&r2=1.2
465
466 Index: python-3.3.2.ebuild
467 ===================================================================
468 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2.ebuild,v
469 retrieving revision 1.1
470 retrieving revision 1.2
471 diff -u -r1.1 -r1.2
472 --- python-3.3.2.ebuild 21 May 2013 21:23:34 -0000 1.1
473 +++ python-3.3.2.ebuild 28 Aug 2013 15:59:25 -0000 1.2
474 @@ -1,6 +1,6 @@
475 # Copyright 1999-2013 Gentoo Foundation
476 # Distributed under the terms of the GNU General Public License v2
477 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2.ebuild,v 1.1 2013/05/21 21:23:34 chutzpah Exp $
478 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2.ebuild,v 1.2 2013/08/28 15:59:25 floppym Exp $
479
480 EAPI="3"
481 WANT_AUTOMAKE="none"
482 @@ -36,7 +36,7 @@
483 >=sys-libs/ncurses-5.2
484 readline? ( >=sys-libs/readline-4.1 )
485 )
486 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
487 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
488 ssl? ( dev-libs/openssl )
489 tk? (
490 >=dev-lang/tk-8.0
491
492
493
494 1.2 dev-lang/python/python-2.7.5-r1.ebuild
495
496 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild?rev=1.2&view=markup
497 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild?rev=1.2&content-type=text/plain
498 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild?r1=1.1&r2=1.2
499
500 Index: python-2.7.5-r1.ebuild
501 ===================================================================
502 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild,v
503 retrieving revision 1.1
504 retrieving revision 1.2
505 diff -u -r1.1 -r1.2
506 --- python-2.7.5-r1.ebuild 12 Jul 2013 01:56:41 -0000 1.1
507 +++ python-2.7.5-r1.ebuild 28 Aug 2013 15:59:25 -0000 1.2
508 @@ -1,6 +1,6 @@
509 # Copyright 1999-2013 Gentoo Foundation
510 # Distributed under the terms of the GNU General Public License v2
511 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild,v 1.1 2013/07/12 01:56:41 floppym Exp $
512 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5-r1.ebuild,v 1.2 2013/08/28 15:59:25 floppym Exp $
513
514 EAPI="4"
515 WANT_AUTOMAKE="none"
516 @@ -49,7 +49,7 @@
517 >=sys-libs/ncurses-5.2
518 readline? ( >=sys-libs/readline-4.1 )
519 )
520 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
521 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
522 ssl? ( dev-libs/openssl )
523 tk? (
524 >=dev-lang/tk-8.0
525
526
527
528 1.21 dev-lang/python/python-3.2.3.ebuild
529
530 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.21&view=markup
531 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.21&content-type=text/plain
532 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?r1=1.20&r2=1.21
533
534 Index: python-3.2.3.ebuild
535 ===================================================================
536 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v
537 retrieving revision 1.20
538 retrieving revision 1.21
539 diff -u -r1.20 -r1.21
540 --- python-3.2.3.ebuild 19 Mar 2013 04:04:21 -0000 1.20
541 +++ python-3.2.3.ebuild 28 Aug 2013 15:59:25 -0000 1.21
542 @@ -1,6 +1,6 @@
543 # Copyright 1999-2013 Gentoo Foundation
544 # Distributed under the terms of the GNU General Public License v2
545 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.20 2013/03/19 04:04:21 vapier Exp $
546 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.21 2013/08/28 15:59:25 floppym Exp $
547
548 EAPI="3"
549 WANT_AUTOMAKE="none"
550 @@ -32,7 +32,7 @@
551 >=sys-libs/ncurses-5.2
552 readline? ( >=sys-libs/readline-4.1 )
553 )
554 - sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] )
555 + sqlite? ( >=dev-db/sqlite-3.3.8:3 )
556 ssl? ( dev-libs/openssl )
557 tk? (
558 >=dev-lang/tk-8.0
559
560
561
562 1.702 dev-lang/python/ChangeLog
563
564 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.702&view=markup
565 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.702&content-type=text/plain
566 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.701&r2=1.702
567
568 Index: ChangeLog
569 ===================================================================
570 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
571 retrieving revision 1.701
572 retrieving revision 1.702
573 diff -u -r1.701 -r1.702
574 --- ChangeLog 26 Aug 2013 08:58:37 -0000 1.701
575 +++ ChangeLog 28 Aug 2013 15:59:25 -0000 1.702
576 @@ -1,6 +1,14 @@
577 # ChangeLog for dev-lang/python
578 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
579 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.701 2013/08/26 08:58:37 mgorny Exp $
580 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.702 2013/08/28 15:59:25 floppym Exp $
581 +
582 + 28 Aug 2013; Mike Gilbert <floppym@g.o> python-2.7.3-r2.ebuild,
583 + python-2.7.3-r3.ebuild, python-2.7.5-r1.ebuild, python-2.7.5-r2.ebuild,
584 + python-2.7.5.ebuild, python-3.2.3-r1.ebuild, python-3.2.3-r2.ebuild,
585 + python-3.2.3.ebuild, python-3.2.4.ebuild, python-3.2.5-r1.ebuild,
586 + python-3.2.5-r2.ebuild, python-3.2.5.ebuild, python-3.3.1.ebuild,
587 + python-3.3.2-r1.ebuild, python-3.3.2-r2.ebuild, python-3.3.2.ebuild:
588 + Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
589
590 26 Aug 2013; Michał Górny <mgorny@g.o> python-2.5.4-r6.ebuild:
591 Replace internal eclass functions with a simple sed.