Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.5.ebuild python-3.1.4-r3.ebuild python-2.6.6-r2.ebuild python-2.7.3-r2.ebuild python-2.7.3.ebuild python-3.2.2-r1.ebuild python-2.6.7-r2.ebuild python-2.7.3-r1.ebuild python-2.7.2-r3.ebuild python-3.2.2.ebuild python-2.6.8.ebuild python-3.1.4-r4.ebuild python-2.5.4-r4.ebuild python-3.2.3.ebuild python-3.2.3-r1.ebuild ChangeLog
Date: Mon, 30 Jul 2012 18:09:51
Message-Id: 20120730180927.0A9C22004B@flycatcher.gentoo.org
1 vapier 12/07/30 18:09:26
2
3 Modified: python-3.1.5.ebuild python-3.1.4-r3.ebuild
4 python-2.6.6-r2.ebuild python-2.7.3-r2.ebuild
5 python-2.7.3.ebuild python-3.2.2-r1.ebuild
6 python-2.6.7-r2.ebuild python-2.7.3-r1.ebuild
7 python-2.7.2-r3.ebuild python-3.2.2.ebuild
8 python-2.6.8.ebuild python-3.1.4-r4.ebuild
9 python-2.5.4-r4.ebuild python-3.2.3.ebuild
10 python-3.2.3-r1.ebuild ChangeLog
11 Log:
12 Make sure $PKG_CONFIG is respected.
13
14 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
15
16 Revision Changes Path
17 1.14 dev-lang/python/python-3.1.5.ebuild
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?rev=1.14&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?rev=1.14&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.5.ebuild?r1=1.13&r2=1.14
22
23 Index: python-3.1.5.ebuild
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v
26 retrieving revision 1.13
27 retrieving revision 1.14
28 diff -u -r1.13 -r1.14
29 --- python-3.1.5.ebuild 17 May 2012 08:39:43 -0000 1.13
30 +++ python-3.1.5.ebuild 30 Jul 2012 18:09:26 -0000 1.14
31 @@ -1,6 +1,6 @@
32 # Copyright 1999-2012 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.13 2012/05/17 08:39:43 jdhore Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.14 2012/07/30 18:09:26 vapier Exp $
36
37 EAPI="3"
38 WANT_AUTOMAKE="none"
39 @@ -136,6 +136,9 @@
40
41 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
42 tc-export CXX
43 + # The configure script fails to use pkg-config correctly.
44 + # http://bugs.python.org/issue15506
45 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
46
47 # Set LDFLAGS so we link modules with -lpython3.1 correctly.
48 # Needed on FreeBSD unless Python 3.1 is already installed.
49
50
51
52 1.12 dev-lang/python/python-3.1.4-r3.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.12&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.12&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?r1=1.11&r2=1.12
57
58 Index: python-3.1.4-r3.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v
61 retrieving revision 1.11
62 retrieving revision 1.12
63 diff -u -r1.11 -r1.12
64 --- python-3.1.4-r3.ebuild 15 May 2012 18:35:58 -0000 1.11
65 +++ python-3.1.4-r3.ebuild 30 Jul 2012 18:09:26 -0000 1.12
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2012 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.1.4-r3.ebuild,v 1.11 2012/05/15 18:35:58 jer Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.12 2012/07/30 18:09:26 vapier Exp $
71
72 EAPI="3"
73 WANT_AUTOMAKE="none"
74 @@ -187,6 +187,9 @@
75
76 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
77 tc-export CXX
78 + # The configure script fails to use pkg-config correctly.
79 + # http://bugs.python.org/issue15506
80 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
81
82 # Set LDFLAGS so we link modules with -lpython3.1 correctly.
83 # Needed on FreeBSD unless Python 3.1 is already installed.
84
85
86
87 1.13 dev-lang/python/python-2.6.6-r2.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild?rev=1.13&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild?rev=1.13&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild?r1=1.12&r2=1.13
92
93 Index: python-2.6.6-r2.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild,v
96 retrieving revision 1.12
97 retrieving revision 1.13
98 diff -u -r1.12 -r1.13
99 --- python-2.6.6-r2.ebuild 3 May 2012 02:41:39 -0000 1.12
100 +++ python-2.6.6-r2.ebuild 30 Jul 2012 18:09:26 -0000 1.13
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2012 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild,v 1.12 2012/05/03 02:41:39 jdhore Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.6-r2.ebuild,v 1.13 2012/07/30 18:09:26 vapier Exp $
106
107 EAPI="2"
108 WANT_AUTOMAKE="none"
109 @@ -193,6 +193,9 @@
110
111 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
112 tc-export CXX
113 + # The configure script fails to use pkg-config correctly.
114 + # http://bugs.python.org/issue15506
115 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
116
117 # Set LDFLAGS so we link modules with -lpython2.6 correctly.
118 # Needed on FreeBSD unless Python 2.6 is already installed.
119
120
121
122 1.12 dev-lang/python/python-2.7.3-r2.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?rev=1.12&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?rev=1.12&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild?r1=1.11&r2=1.12
127
128 Index: python-2.7.3-r2.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v
131 retrieving revision 1.11
132 retrieving revision 1.12
133 diff -u -r1.11 -r1.12
134 --- python-2.7.3-r2.ebuild 29 Jul 2012 18:34:26 -0000 1.11
135 +++ python-2.7.3-r2.ebuild 30 Jul 2012 18:09:26 -0000 1.12
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2012 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v 1.11 2012/07/29 18:34:26 armin76 Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r2.ebuild,v 1.12 2012/07/30 18:09:26 vapier Exp $
141
142 EAPI="2"
143 WANT_AUTOMAKE="none"
144 @@ -164,6 +164,9 @@
145
146 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
147 tc-export CXX
148 + # The configure script fails to use pkg-config correctly.
149 + # http://bugs.python.org/issue15506
150 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
151
152 # Set LDFLAGS so we link modules with -lpython2.7 correctly.
153 # Needed on FreeBSD unless Python 2.7 is already installed.
154
155
156
157 1.4 dev-lang/python/python-2.7.3.ebuild
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3.ebuild?rev=1.4&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3.ebuild?rev=1.4&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3.ebuild?r1=1.3&r2=1.4
162
163 Index: python-2.7.3.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3.ebuild,v
166 retrieving revision 1.3
167 retrieving revision 1.4
168 diff -u -r1.3 -r1.4
169 --- python-2.7.3.ebuild 3 May 2012 02:41:39 -0000 1.3
170 +++ python-2.7.3.ebuild 30 Jul 2012 18:09:26 -0000 1.4
171 @@ -1,6 +1,6 @@
172 # Copyright 1999-2012 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3.ebuild,v 1.3 2012/05/03 02:41:39 jdhore Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3.ebuild,v 1.4 2012/07/30 18:09:26 vapier Exp $
176
177 EAPI="2"
178 WANT_AUTOMAKE="none"
179 @@ -178,6 +178,9 @@
180
181 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
182 tc-export CXX
183 + # The configure script fails to use pkg-config correctly.
184 + # http://bugs.python.org/issue15506
185 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
186
187 # Set LDFLAGS so we link modules with -lpython2.7 correctly.
188 # Needed on FreeBSD unless Python 2.7 is already installed.
189
190
191
192 1.4 dev-lang/python/python-3.2.2-r1.ebuild
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild?rev=1.4&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild?rev=1.4&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild?r1=1.3&r2=1.4
197
198 Index: python-3.2.2-r1.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild,v
201 retrieving revision 1.3
202 retrieving revision 1.4
203 diff -u -r1.3 -r1.4
204 --- python-3.2.2-r1.ebuild 3 May 2012 02:41:39 -0000 1.3
205 +++ python-3.2.2-r1.ebuild 30 Jul 2012 18:09:26 -0000 1.4
206 @@ -1,6 +1,6 @@
207 # Copyright 1999-2012 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild,v 1.3 2012/05/03 02:41:39 jdhore Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2-r1.ebuild,v 1.4 2012/07/30 18:09:26 vapier Exp $
211
212 EAPI="3"
213 WANT_AUTOMAKE="none"
214 @@ -199,6 +199,9 @@
215
216 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
217 tc-export CXX
218 + # The configure script fails to use pkg-config correctly.
219 + # http://bugs.python.org/issue15506
220 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
221
222 # Set LDFLAGS so we link modules with -lpython3.2 correctly.
223 # Needed on FreeBSD unless Python 3.2 is already installed.
224
225
226
227 1.7 dev-lang/python/python-2.6.7-r2.ebuild
228
229 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?rev=1.7&view=markup
230 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?rev=1.7&content-type=text/plain
231 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?r1=1.6&r2=1.7
232
233 Index: python-2.6.7-r2.ebuild
234 ===================================================================
235 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v
236 retrieving revision 1.6
237 retrieving revision 1.7
238 diff -u -r1.6 -r1.7
239 --- python-2.6.7-r2.ebuild 3 May 2012 02:41:39 -0000 1.6
240 +++ python-2.6.7-r2.ebuild 30 Jul 2012 18:09:26 -0000 1.7
241 @@ -1,6 +1,6 @@
242 # Copyright 1999-2012 Gentoo Foundation
243 # Distributed under the terms of the GNU General Public License v2
244 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v 1.6 2012/05/03 02:41:39 jdhore Exp $
245 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v 1.7 2012/07/30 18:09:26 vapier Exp $
246
247 EAPI="2"
248 WANT_AUTOMAKE="none"
249 @@ -210,6 +210,9 @@
250
251 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
252 tc-export CXX
253 + # The configure script fails to use pkg-config correctly.
254 + # http://bugs.python.org/issue15506
255 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
256
257 # Set LDFLAGS so we link modules with -lpython2.6 correctly.
258 # Needed on FreeBSD unless Python 2.6 is already installed.
259
260
261
262 1.16 dev-lang/python/python-2.7.3-r1.ebuild
263
264 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?rev=1.16&view=markup
265 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?rev=1.16&content-type=text/plain
266 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild?r1=1.15&r2=1.16
267
268 Index: python-2.7.3-r1.ebuild
269 ===================================================================
270 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v
271 retrieving revision 1.15
272 retrieving revision 1.16
273 diff -u -r1.15 -r1.16
274 --- python-2.7.3-r1.ebuild 26 May 2012 17:27:12 -0000 1.15
275 +++ python-2.7.3-r1.ebuild 30 Jul 2012 18:09:26 -0000 1.16
276 @@ -1,6 +1,6 @@
277 # Copyright 1999-2012 Gentoo Foundation
278 # Distributed under the terms of the GNU General Public License v2
279 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.15 2012/05/26 17:27:12 armin76 Exp $
280 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.16 2012/07/30 18:09:26 vapier Exp $
281
282 EAPI="2"
283 WANT_AUTOMAKE="none"
284 @@ -164,6 +164,9 @@
285
286 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
287 tc-export CXX
288 + # The configure script fails to use pkg-config correctly.
289 + # http://bugs.python.org/issue15506
290 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
291
292 # Set LDFLAGS so we link modules with -lpython2.7 correctly.
293 # Needed on FreeBSD unless Python 2.7 is already installed.
294
295
296
297 1.13 dev-lang/python/python-2.7.2-r3.ebuild
298
299 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.13&view=markup
300 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.13&content-type=text/plain
301 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?r1=1.12&r2=1.13
302
303 Index: python-2.7.2-r3.ebuild
304 ===================================================================
305 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v
306 retrieving revision 1.12
307 retrieving revision 1.13
308 diff -u -r1.12 -r1.13
309 --- python-2.7.2-r3.ebuild 3 May 2012 02:41:39 -0000 1.12
310 +++ python-2.7.2-r3.ebuild 30 Jul 2012 18:09:26 -0000 1.13
311 @@ -1,6 +1,6 @@
312 # Copyright 1999-2012 Gentoo Foundation
313 # Distributed under the terms of the GNU General Public License v2
314 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.12 2012/05/03 02:41:39 jdhore Exp $
315 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.13 2012/07/30 18:09:26 vapier Exp $
316
317 EAPI="2"
318 WANT_AUTOMAKE="none"
319 @@ -216,6 +216,9 @@
320
321 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
322 tc-export CXX
323 + # The configure script fails to use pkg-config correctly.
324 + # http://bugs.python.org/issue15506
325 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
326
327 # Set LDFLAGS so we link modules with -lpython2.7 correctly.
328 # Needed on FreeBSD unless Python 2.7 is already installed.
329
330
331
332 1.13 dev-lang/python/python-3.2.2.ebuild
333
334 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.13&view=markup
335 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.13&content-type=text/plain
336 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?r1=1.12&r2=1.13
337
338 Index: python-3.2.2.ebuild
339 ===================================================================
340 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v
341 retrieving revision 1.12
342 retrieving revision 1.13
343 diff -u -r1.12 -r1.13
344 --- python-3.2.2.ebuild 15 May 2012 18:35:58 -0000 1.12
345 +++ python-3.2.2.ebuild 30 Jul 2012 18:09:26 -0000 1.13
346 @@ -1,6 +1,6 @@
347 # Copyright 1999-2012 Gentoo Foundation
348 # Distributed under the terms of the GNU General Public License v2
349 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.12 2012/05/15 18:35:58 jer Exp $
350 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.13 2012/07/30 18:09:26 vapier Exp $
351
352 EAPI="3"
353 WANT_AUTOMAKE="none"
354 @@ -197,6 +197,9 @@
355
356 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
357 tc-export CXX
358 + # The configure script fails to use pkg-config correctly.
359 + # http://bugs.python.org/issue15506
360 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
361
362 # Set LDFLAGS so we link modules with -lpython3.2 correctly.
363 # Needed on FreeBSD unless Python 3.2 is already installed.
364
365
366
367 1.16 dev-lang/python/python-2.6.8.ebuild
368
369 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?rev=1.16&view=markup
370 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?rev=1.16&content-type=text/plain
371 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8.ebuild?r1=1.15&r2=1.16
372
373 Index: python-2.6.8.ebuild
374 ===================================================================
375 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v
376 retrieving revision 1.15
377 retrieving revision 1.16
378 diff -u -r1.15 -r1.16
379 --- python-2.6.8.ebuild 26 May 2012 17:27:12 -0000 1.15
380 +++ python-2.6.8.ebuild 30 Jul 2012 18:09:26 -0000 1.16
381 @@ -1,6 +1,6 @@
382 # Copyright 1999-2012 Gentoo Foundation
383 # Distributed under the terms of the GNU General Public License v2
384 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.15 2012/05/26 17:27:12 armin76 Exp $
385 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.16 2012/07/30 18:09:26 vapier Exp $
386
387 EAPI="2"
388 WANT_AUTOMAKE="none"
389 @@ -161,6 +161,9 @@
390
391 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
392 tc-export CXX
393 + # The configure script fails to use pkg-config correctly.
394 + # http://bugs.python.org/issue15506
395 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
396
397 # Set LDFLAGS so we link modules with -lpython2.6 correctly.
398 # Needed on FreeBSD unless Python 2.6 is already installed.
399
400
401
402 1.3 dev-lang/python/python-3.1.4-r4.ebuild
403
404 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild?rev=1.3&view=markup
405 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild?rev=1.3&content-type=text/plain
406 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild?r1=1.2&r2=1.3
407
408 Index: python-3.1.4-r4.ebuild
409 ===================================================================
410 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild,v
411 retrieving revision 1.2
412 retrieving revision 1.3
413 diff -u -r1.2 -r1.3
414 --- python-3.1.4-r4.ebuild 3 May 2012 02:41:39 -0000 1.2
415 +++ python-3.1.4-r4.ebuild 30 Jul 2012 18:09:26 -0000 1.3
416 @@ -1,6 +1,6 @@
417 # Copyright 1999-2012 Gentoo Foundation
418 # Distributed under the terms of the GNU General Public License v2
419 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild,v 1.2 2012/05/03 02:41:39 jdhore Exp $
420 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r4.ebuild,v 1.3 2012/07/30 18:09:26 vapier Exp $
421
422 EAPI="3"
423 WANT_AUTOMAKE="none"
424 @@ -189,6 +189,9 @@
425
426 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
427 tc-export CXX
428 + # The configure script fails to use pkg-config correctly.
429 + # http://bugs.python.org/issue15506
430 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
431
432 # Set LDFLAGS so we link modules with -lpython3.1 correctly.
433 # Needed on FreeBSD unless Python 3.1 is already installed.
434
435
436
437 1.34 dev-lang/python/python-2.5.4-r4.ebuild
438
439 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.34&view=markup
440 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.34&content-type=text/plain
441 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?r1=1.33&r2=1.34
442
443 Index: python-2.5.4-r4.ebuild
444 ===================================================================
445 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v
446 retrieving revision 1.33
447 retrieving revision 1.34
448 diff -u -r1.33 -r1.34
449 --- python-2.5.4-r4.ebuild 3 May 2012 02:41:39 -0000 1.33
450 +++ python-2.5.4-r4.ebuild 30 Jul 2012 18:09:26 -0000 1.34
451 @@ -1,6 +1,6 @@
452 # Copyright 1999-2012 Gentoo Foundation
453 # Distributed under the terms of the GNU General Public License v2
454 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.33 2012/05/03 02:41:39 jdhore Exp $
455 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.34 2012/07/30 18:09:26 vapier Exp $
456
457 EAPI="1"
458
459 @@ -166,6 +166,9 @@
460
461 # Export CXX so it ends up in /usr/lib/python2.X/config/Makefile.
462 tc-export CXX
463 + # The configure script fails to use pkg-config correctly.
464 + # http://bugs.python.org/issue15506
465 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
466
467 # Set LDFLAGS so we link modules with -lpython2.5 correctly.
468 # Needed on FreeBSD unless Python 2.5 is already installed.
469
470
471
472 1.15 dev-lang/python/python-3.2.3.ebuild
473
474 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.15&view=markup
475 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?rev=1.15&content-type=text/plain
476 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3.ebuild?r1=1.14&r2=1.15
477
478 Index: python-3.2.3.ebuild
479 ===================================================================
480 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v
481 retrieving revision 1.14
482 retrieving revision 1.15
483 diff -u -r1.14 -r1.15
484 --- python-3.2.3.ebuild 4 Jun 2012 23:31:27 -0000 1.14
485 +++ python-3.2.3.ebuild 30 Jul 2012 18:09:26 -0000 1.15
486 @@ -1,6 +1,6 @@
487 # Copyright 1999-2012 Gentoo Foundation
488 # Distributed under the terms of the GNU General Public License v2
489 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.14 2012/06/04 23:31:27 vapier Exp $
490 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.15 2012/07/30 18:09:26 vapier Exp $
491
492 EAPI="3"
493 WANT_AUTOMAKE="none"
494 @@ -148,6 +148,9 @@
495
496 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
497 tc-export CXX
498 + # The configure script fails to use pkg-config correctly.
499 + # http://bugs.python.org/issue15506
500 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
501
502 # Set LDFLAGS so we link modules with -lpython3.2 correctly.
503 # Needed on FreeBSD unless Python 3.2 is already installed.
504
505
506
507 1.7 dev-lang/python/python-3.2.3-r1.ebuild
508
509 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.7&view=markup
510 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.7&content-type=text/plain
511 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?r1=1.6&r2=1.7
512
513 Index: python-3.2.3-r1.ebuild
514 ===================================================================
515 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v
516 retrieving revision 1.6
517 retrieving revision 1.7
518 diff -u -r1.6 -r1.7
519 --- python-3.2.3-r1.ebuild 4 Jun 2012 18:09:52 -0000 1.6
520 +++ python-3.2.3-r1.ebuild 30 Jul 2012 18:09:26 -0000 1.7
521 @@ -1,6 +1,6 @@
522 # Copyright 1999-2012 Gentoo Foundation
523 # Distributed under the terms of the GNU General Public License v2
524 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v 1.6 2012/06/04 18:09:52 vapier Exp $
525 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v 1.7 2012/07/30 18:09:26 vapier Exp $
526
527 EAPI="3"
528 WANT_AUTOMAKE="none"
529 @@ -148,6 +148,9 @@
530
531 # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
532 tc-export CXX
533 + # The configure script fails to use pkg-config correctly.
534 + # http://bugs.python.org/issue15506
535 + export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
536
537 # Set LDFLAGS so we link modules with -lpython3.2 correctly.
538 # Needed on FreeBSD unless Python 3.2 is already installed.
539
540
541
542 1.610 dev-lang/python/ChangeLog
543
544 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.610&view=markup
545 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.610&content-type=text/plain
546 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.609&r2=1.610
547
548 Index: ChangeLog
549 ===================================================================
550 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
551 retrieving revision 1.609
552 retrieving revision 1.610
553 diff -u -r1.609 -r1.610
554 --- ChangeLog 29 Jul 2012 18:34:26 -0000 1.609
555 +++ ChangeLog 30 Jul 2012 18:09:26 -0000 1.610
556 @@ -1,6 +1,14 @@
557 # ChangeLog for dev-lang/python
558 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
559 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.609 2012/07/29 18:34:26 armin76 Exp $
560 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.610 2012/07/30 18:09:26 vapier Exp $
561 +
562 + 30 Jul 2012; Mike Frysinger <vapier@g.o> python-2.5.4-r4.ebuild,
563 + python-2.6.6-r2.ebuild, python-2.6.7-r2.ebuild, python-2.6.8.ebuild,
564 + python-2.7.2-r3.ebuild, python-2.7.3-r1.ebuild, python-2.7.3-r2.ebuild,
565 + python-2.7.3.ebuild, python-3.1.4-r3.ebuild, python-3.1.4-r4.ebuild,
566 + python-3.1.5.ebuild, python-3.2.2-r1.ebuild, python-3.2.2.ebuild,
567 + python-3.2.3-r1.ebuild, python-3.2.3.ebuild:
568 + Make sure $PKG_CONFIG is respected.
569
570 29 Jul 2012; Raúl Porcel <armin76@g.o> python-2.7.3-r2.ebuild:
571 alpha/ia64/m68k/s390/sh/sparc stable wrt #419575
572 @@ -182,4 +190,3 @@
573
574 01 Jan 2012; Andreas K. Huettel <dilfridge@g.o> +ChangeLog-2011:
575 Split ChangeLog. For older entries, please see ChangeLog-2011.
576 -