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.4-r3.ebuild python-3.2.2.ebuild python-2.6.7-r2.ebuild python-3.2-r2.ebuild ChangeLog python-3.1.4-r2.ebuild python-2.7.2-r2.ebuild python-2.7.2-r3.ebuild
Date: Mon, 31 Oct 2011 04:02:13
Message-Id: 20111031040203.224792004B@flycatcher.gentoo.org
1 vapier 11/10/31 04:02:01
2
3 Modified: python-3.1.4-r3.ebuild python-3.2.2.ebuild
4 python-2.6.7-r2.ebuild python-3.2-r2.ebuild
5 ChangeLog python-3.1.4-r2.ebuild
6 python-2.7.2-r2.ebuild python-2.7.2-r3.ebuild
7 Log:
8 Drop unnecessary USE=kernel_linux check in plat-linux3 setup.
9
10 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.5 dev-lang/python/python-3.1.4-r3.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?r1=1.4&r2=1.5
18
19 Index: python-3.1.4-r3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- python-3.1.4-r3.ebuild 27 Oct 2011 15:58:07 -0000 1.4
26 +++ python-3.1.4-r3.ebuild 31 Oct 2011 04:02:01 -0000 1.5
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.4 2011/10/27 15:58:07 chainsaw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.5 2011/10/31 04:02:01 vapier Exp $
32
33 EAPI="3"
34 WANT_AUTOMAKE="none"
35 @@ -115,10 +115,8 @@
36 EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" epatch "${patchset_dir}"
37 epatch "${FILESDIR}/linux2.patch"
38
39 - #Linux-3 compat. Bug #374579 (upstream issue12571)
40 - if use kernel_linux; then
41 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
42 - fi
43 + # Linux-3 compat. Bug #374579 (upstream issue12571)
44 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
45
46 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
47 Lib/distutils/command/install.py \
48
49
50
51 1.3 dev-lang/python/python-3.2.2.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?r1=1.2&r2=1.3
56
57 Index: python-3.2.2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- python-3.2.2.ebuild 27 Oct 2011 13:56:55 -0000 1.2
64 +++ python-3.2.2.ebuild 31 Oct 2011 04:02:01 -0000 1.3
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.2 2011/10/27 13:56:55 neurogeek Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.3 2011/10/31 04:02:01 vapier Exp $
70
71 EAPI="3"
72 WANT_AUTOMAKE="none"
73 @@ -106,10 +106,8 @@
74
75 EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" epatch "${patchset_dir}"
76
77 - #Linux-3 compat. Bug #374579 (upstream issue12571)
78 - if use kernel_linux; then
79 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
80 - fi
81 + # Linux-3 compat. Bug #374579 (upstream issue12571)
82 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
83
84 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
85 Lib/distutils/command/install.py \
86
87
88
89 1.4 dev-lang/python/python-2.6.7-r2.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild?r1=1.3&r2=1.4
94
95 Index: python-2.6.7-r2.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- python-2.6.7-r2.ebuild 7 Aug 2011 09:58:09 -0000 1.3
102 +++ python-2.6.7-r2.ebuild 31 Oct 2011 04:02:01 -0000 1.4
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v 1.3 2011/08/07 09:58:09 naota Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.7-r2.ebuild,v 1.4 2011/10/31 04:02:01 vapier Exp $
108
109 EAPI="2"
110 WANT_AUTOMAKE="none"
111 @@ -144,10 +144,8 @@
112 Modules/getpath.c \
113 setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
114
115 - #Linux-3 compat. Bug #374579 (upstream issue12571)
116 - if use kernel_linux; then
117 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
118 - fi
119 + # Linux-3 compat. Bug #374579 (upstream issue12571)
120 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
121
122 eautoreconf
123 }
124
125
126
127 1.6 dev-lang/python/python-3.2-r2.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild?rev=1.6&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild?rev=1.6&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild?r1=1.5&r2=1.6
132
133 Index: python-3.2-r2.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild,v
136 retrieving revision 1.5
137 retrieving revision 1.6
138 diff -u -r1.5 -r1.6
139 --- python-3.2-r2.ebuild 27 Oct 2011 13:56:55 -0000 1.5
140 +++ python-3.2-r2.ebuild 31 Oct 2011 04:02:01 -0000 1.6
141 @@ -1,6 +1,6 @@
142 # Copyright 1999-2011 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild,v 1.5 2011/10/27 13:56:55 neurogeek Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2-r2.ebuild,v 1.6 2011/10/31 04:02:01 vapier Exp $
146
147 EAPI="3"
148 WANT_AUTOMAKE="none"
149 @@ -106,10 +106,8 @@
150
151 EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" epatch "${patchset_dir}"
152
153 - #Linux-3 compat. Bug #374579 (upstream issue12571)
154 - if use kernel_linux; then
155 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
156 - fi
157 + # Linux-3 compat. Bug #374579 (upstream issue12571)
158 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
159
160 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
161 Lib/distutils/command/install.py \
162
163
164
165 1.557 dev-lang/python/ChangeLog
166
167 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.557&view=markup
168 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.557&content-type=text/plain
169 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.556&r2=1.557
170
171 Index: ChangeLog
172 ===================================================================
173 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
174 retrieving revision 1.556
175 retrieving revision 1.557
176 diff -u -r1.556 -r1.557
177 --- ChangeLog 30 Oct 2011 15:39:27 -0000 1.556
178 +++ ChangeLog 31 Oct 2011 04:02:01 -0000 1.557
179 @@ -1,6 +1,11 @@
180 # ChangeLog for dev-lang/python
181 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
182 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.556 2011/10/30 15:39:27 armin76 Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.557 2011/10/31 04:02:01 vapier Exp $
184 +
185 + 31 Oct 2011; Mike Frysinger <vapier@g.o> python-2.6.7-r2.ebuild,
186 + python-2.7.2-r2.ebuild, python-2.7.2-r3.ebuild, python-3.1.4-r2.ebuild,
187 + python-3.1.4-r3.ebuild, python-3.2-r2.ebuild, python-3.2.2.ebuild:
188 + Drop unnecessary USE=kernel_linux check in plat-linux3 setup.
189
190 30 Oct 2011; Raúl Porcel <armin76@g.o> python-2.7.2-r3.ebuild:
191 alpha/ia64/s390/sh/sparc stable wrt #387849
192
193
194
195 1.5 dev-lang/python/python-3.1.4-r2.ebuild
196
197 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild?rev=1.5&view=markup
198 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild?rev=1.5&content-type=text/plain
199 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild?r1=1.4&r2=1.5
200
201 Index: python-3.1.4-r2.ebuild
202 ===================================================================
203 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild,v
204 retrieving revision 1.4
205 retrieving revision 1.5
206 diff -u -r1.4 -r1.5
207 --- python-3.1.4-r2.ebuild 27 Aug 2011 21:09:43 -0000 1.4
208 +++ python-3.1.4-r2.ebuild 31 Oct 2011 04:02:01 -0000 1.5
209 @@ -1,6 +1,6 @@
210 # Copyright 1999-2011 Gentoo Foundation
211 # Distributed under the terms of the GNU General Public License v2
212 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild,v 1.4 2011/08/27 21:09:43 neurogeek Exp $
213 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r2.ebuild,v 1.5 2011/10/31 04:02:01 vapier Exp $
214
215 EAPI="3"
216 WANT_AUTOMAKE="none"
217 @@ -114,10 +114,8 @@
218
219 EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" epatch "${patchset_dir}"
220
221 - #Linux-3 compat. Bug #374579 (upstream issue12571)
222 - if use kernel_linux; then
223 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
224 - fi
225 + # Linux-3 compat. Bug #374579 (upstream issue12571)
226 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
227
228 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
229 Lib/distutils/command/install.py \
230
231
232
233 1.5 dev-lang/python/python-2.7.2-r2.ebuild
234
235 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild?rev=1.5&view=markup
236 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild?rev=1.5&content-type=text/plain
237 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild?r1=1.4&r2=1.5
238
239 Index: python-2.7.2-r2.ebuild
240 ===================================================================
241 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild,v
242 retrieving revision 1.4
243 retrieving revision 1.5
244 diff -u -r1.4 -r1.5
245 --- python-2.7.2-r2.ebuild 27 Aug 2011 21:09:43 -0000 1.4
246 +++ python-2.7.2-r2.ebuild 31 Oct 2011 04:02:01 -0000 1.5
247 @@ -1,6 +1,6 @@
248 # Copyright 1999-2011 Gentoo Foundation
249 # Distributed under the terms of the GNU General Public License v2
250 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild,v 1.4 2011/08/27 21:09:43 neurogeek Exp $
251 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r2.ebuild,v 1.5 2011/10/31 04:02:01 vapier Exp $
252
253 EAPI="2"
254 WANT_AUTOMAKE="none"
255 @@ -148,10 +148,8 @@
256 Modules/getpath.c \
257 setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
258
259 - #Linux-3 compat. Bug #374579 (upstream issue12571)
260 - if use kernel_linux; then
261 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
262 - fi
263 + # Linux-3 compat. Bug #374579 (upstream issue12571)
264 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
265
266 eautoreconf
267 }
268
269
270
271 1.7 dev-lang/python/python-2.7.2-r3.ebuild
272
273 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.7&view=markup
274 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.7&content-type=text/plain
275 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?r1=1.6&r2=1.7
276
277 Index: python-2.7.2-r3.ebuild
278 ===================================================================
279 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v
280 retrieving revision 1.6
281 retrieving revision 1.7
282 diff -u -r1.6 -r1.7
283 --- python-2.7.2-r3.ebuild 30 Oct 2011 15:03:40 -0000 1.6
284 +++ python-2.7.2-r3.ebuild 31 Oct 2011 04:02:01 -0000 1.7
285 @@ -1,6 +1,6 @@
286 # Copyright 1999-2011 Gentoo Foundation
287 # Distributed under the terms of the GNU General Public License v2
288 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.6 2011/10/30 15:03:40 armin76 Exp $
289 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.7 2011/10/31 04:02:01 vapier Exp $
290
291 EAPI="2"
292 WANT_AUTOMAKE="none"
293 @@ -149,10 +149,8 @@
294 Modules/getpath.c \
295 setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
296
297 - #Linux-3 compat. Bug #374579 (upstream issue12571)
298 - if use kernel_linux; then
299 - cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die "copy plat-linux failed"
300 - fi
301 + # Linux-3 compat. Bug #374579 (upstream issue12571)
302 + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
303
304 eautoreconf
305 }