Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.5.4-r2.ebuild python-2.5.2-r7.ebuild python-2.6.1-r1.ebuild python-2.5.2-r8.ebuild ChangeLog python-2.6-r5.ebuild
Date: Thu, 26 Mar 2009 05:10:34
Message-Id: E1LmhrL-0002PM-Un@stork.gentoo.org
1 zmedico 09/03/26 05:10:31
2
3 Modified: python-2.5.4-r2.ebuild python-2.5.2-r7.ebuild
4 python-2.6.1-r1.ebuild python-2.5.2-r8.ebuild
5 ChangeLog python-2.6-r5.ebuild
6 Log:
7 In src_test, redirect stdin from /dev/tty as a workaround for bug #248081.
8 (Portage version: 2.2_rc27_p13187/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 dev-lang/python/python-2.5.4-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild?r1=1.4&r2=1.5
16
17 Index: python-2.5.4-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- python-2.5.4-r2.ebuild 26 Feb 2009 05:55:39 -0000 1.4
24 +++ python-2.5.4-r2.ebuild 26 Mar 2009 05:10:31 -0000 1.5
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-2.5.4-r2.ebuild,v 1.4 2009/02/26 05:55:39 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r2.ebuild,v 1.5 2009/03/26 05:10:31 zmedico Exp $
30
31 # NOTE about python-portage interactions :
32 # - Do not add a pkg_setup() check for a certain version of portage
33 @@ -320,8 +320,9 @@
34 mv "${S}"/Lib/test/test_${test}.py "${T}"
35 done
36
37 + # Redirect stdin from /dev/tty as a workaround for bug #248081.
38 # rerun failed tests in verbose mode (regrtest -w)
39 - EXTRATESTOPTS="-w" make test || die "make test failed"
40 + EXTRATESTOPTS="-w" make test < /dev/tty || die "make test failed"
41
42 for test in ${skip_tests} ; do
43 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
44
45
46
47 1.15 dev-lang/python/python-2.5.2-r7.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?rev=1.15&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?rev=1.15&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild?r1=1.14&r2=1.15
52
53 Index: python-2.5.2-r7.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v
56 retrieving revision 1.14
57 retrieving revision 1.15
58 diff -u -r1.14 -r1.15
59 --- python-2.5.2-r7.ebuild 26 Feb 2009 05:55:39 -0000 1.14
60 +++ python-2.5.2-r7.ebuild 26 Mar 2009 05:10:31 -0000 1.15
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v 1.14 2009/02/26 05:55:39 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r7.ebuild,v 1.15 2009/03/26 05:10:31 zmedico Exp $
66
67 # NOTE about python-portage interactions :
68 # - Do not add a pkg_setup() check for a certain version of portage
69 @@ -314,8 +314,9 @@
70 mv "${S}"/Lib/test/test_${test}.py "${T}"
71 done
72
73 + # Redirect stdin from /dev/tty as a workaround for bug #248081.
74 # rerun failed tests in verbose mode (regrtest -w)
75 - EXTRATESTOPTS="-w" make test || die "make test failed"
76 + EXTRATESTOPTS="-w" make test < /dev/tty || die "make test failed"
77
78 for test in ${skip_tests} ; do
79 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
80
81
82
83 1.2 dev-lang/python/python-2.6.1-r1.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild?r1=1.1&r2=1.2
88
89 Index: python-2.6.1-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- python-2.6.1-r1.ebuild 21 Mar 2009 23:26:28 -0000 1.1
96 +++ python-2.6.1-r1.ebuild 26 Mar 2009 05:10:31 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2009 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild,v 1.1 2009/03/21 23:26:28 neurogeek Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild,v 1.2 2009/03/26 05:10:31 zmedico Exp $
102
103 # NOTE about python-portage interactions :
104 # - Do not add a pkg_setup() check for a certain version of portage
105 @@ -258,8 +258,9 @@
106 mv "${S}"/Lib/test/test_${test}.py "${T}"
107 done
108
109 + # Redirect stdin from /dev/tty as a workaround for bug #248081.
110 # rerun failed tests in verbose mode (regrtest -w)
111 - EXTRATESTOPTS="-w" make test || die "make test failed"
112 + EXTRATESTOPTS="-w" make test < /dev/tty || die "make test failed"
113
114 for test in ${skip_tests} ; do
115 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
116
117
118
119 1.10 dev-lang/python/python-2.5.2-r8.ebuild
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?rev=1.10&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?rev=1.10&content-type=text/plain
123 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild?r1=1.9&r2=1.10
124
125 Index: python-2.5.2-r8.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v
128 retrieving revision 1.9
129 retrieving revision 1.10
130 diff -u -r1.9 -r1.10
131 --- python-2.5.2-r8.ebuild 26 Feb 2009 05:55:39 -0000 1.9
132 +++ python-2.5.2-r8.ebuild 26 Mar 2009 05:10:31 -0000 1.10
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2009 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v 1.9 2009/02/26 05:55:39 vapier Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r8.ebuild,v 1.10 2009/03/26 05:10:31 zmedico Exp $
138
139 # NOTE about python-portage interactions :
140 # - Do not add a pkg_setup() check for a certain version of portage
141 @@ -318,8 +318,9 @@
142 mv "${S}"/Lib/test/test_${test}.py "${T}"
143 done
144
145 + # Redirect stdin from /dev/tty as a workaround for bug #248081.
146 # rerun failed tests in verbose mode (regrtest -w)
147 - EXTRATESTOPTS="-w" make test || die "make test failed"
148 + EXTRATESTOPTS="-w" make test < /dev/tty || die "make test failed"
149
150 for test in ${skip_tests} ; do
151 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
152
153
154
155 1.369 dev-lang/python/ChangeLog
156
157 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.369&view=markup
158 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.369&content-type=text/plain
159 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.368&r2=1.369
160
161 Index: ChangeLog
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
164 retrieving revision 1.368
165 retrieving revision 1.369
166 diff -u -r1.368 -r1.369
167 --- ChangeLog 21 Mar 2009 23:26:28 -0000 1.368
168 +++ ChangeLog 26 Mar 2009 05:10:31 -0000 1.369
169 @@ -1,6 +1,11 @@
170 # ChangeLog for dev-lang/python
171 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
172 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.368 2009/03/21 23:26:28 neurogeek Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.369 2009/03/26 05:10:31 zmedico Exp $
174 +
175 + 26 Mar 2009; Zac Medico <zmedico@g.o> python-2.5.2-r7.ebuild,
176 + python-2.5.2-r8.ebuild, python-2.5.4-r2.ebuild, python-2.6-r5.ebuild,
177 + python-2.6.1-r1.ebuild:
178 + In src_test, redirect stdin from /dev/tty as a workaround for bug #248081.
179
180 *python-2.6.1-r1 (21 Mar 2009)
181
182
183
184
185 1.7 dev-lang/python/python-2.6-r5.ebuild
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild?rev=1.7&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild?rev=1.7&content-type=text/plain
189 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild?r1=1.6&r2=1.7
190
191 Index: python-2.6-r5.ebuild
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild,v
194 retrieving revision 1.6
195 retrieving revision 1.7
196 diff -u -r1.6 -r1.7
197 --- python-2.6-r5.ebuild 26 Feb 2009 05:28:46 -0000 1.6
198 +++ python-2.6-r5.ebuild 26 Mar 2009 05:10:31 -0000 1.7
199 @@ -1,6 +1,6 @@
200 # Copyright 1999-2009 Gentoo Foundation
201 # Distributed under the terms of the GNU General Public License v2
202 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild,v 1.6 2009/02/26 05:28:46 vapier Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild,v 1.7 2009/03/26 05:10:31 zmedico Exp $
204
205 # NOTE about python-portage interactions :
206 # - Do not add a pkg_setup() check for a certain version of portage
207 @@ -254,8 +254,9 @@
208 mv "${S}"/Lib/test/test_${test}.py "${T}"
209 done
210
211 + # Redirect stdin from /dev/tty as a workaround for bug #248081.
212 # rerun failed tests in verbose mode (regrtest -w)
213 - EXTRATESTOPTS="-w" make test || die "make test failed"
214 + EXTRATESTOPTS="-w" make test < /dev/tty || die "make test failed"
215
216 for test in ${skip_tests} ; do
217 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py