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/perl: perl-5.12.3-r1.ebuild perl-5.12.4.ebuild perl-5.8.8-r8.ebuild perl-5.12.4-r1.ebuild perl-5.14.1-r1.ebuild perl-5.14.1.ebuild perl-5.14.2.ebuild perl-5.10.1.ebuild ChangeLog
Date: Mon, 02 Jan 2012 22:52:32
Message-Id: 20120102225222.130612004B@flycatcher.gentoo.org
1 zmedico 12/01/02 22:52:22
2
3 Modified: perl-5.12.3-r1.ebuild perl-5.12.4.ebuild
4 perl-5.8.8-r8.ebuild perl-5.12.4-r1.ebuild
5 perl-5.14.1-r1.ebuild perl-5.14.1.ebuild
6 perl-5.14.2.ebuild perl-5.10.1.ebuild ChangeLog
7 Log:
8 Bug #394091 - Handle invalid COLUMNS.
9
10 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
11
12 Revision Changes Path
13 1.8 dev-lang/perl/perl-5.12.3-r1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild?r1=1.7&r2=1.8
18
19 Index: perl-5.12.3-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- perl-5.12.3-r1.ebuild 7 May 2011 16:36:19 -0000 1.7
26 +++ perl-5.12.3-r1.ebuild 2 Jan 2012 22:52:21 -0000 1.8
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2011 Gentoo Foundation
29 +# Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild,v 1.7 2011/05/07 16:36:19 armin76 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.3-r1.ebuild,v 1.8 2012/01/02 22:52:21 zmedico Exp $
33
34 EAPI=3
35
36 @@ -150,6 +150,7 @@
37 declare -a myconf
38
39 export LC_ALL="C"
40 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
41
42 # some arches and -O do not mix :)
43 use ppc && replace-flags -O? -O1
44
45
46
47 1.2 dev-lang/perl/perl-5.12.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild?r1=1.1&r2=1.2
52
53 Index: perl-5.12.4.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- perl-5.12.4.ebuild 24 Jun 2011 14:48:58 -0000 1.1
60 +++ perl-5.12.4.ebuild 2 Jan 2012 22:52:21 -0000 1.2
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild,v 1.1 2011/06/24 14:48:58 tove Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4.ebuild,v 1.2 2012/01/02 22:52:21 zmedico Exp $
67
68 EAPI=4
69
70 @@ -150,6 +150,7 @@
71 declare -a myconf
72
73 export LC_ALL="C"
74 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
75
76 # some arches and -O do not mix :)
77 use ppc && replace-flags -O? -O1
78
79
80
81 1.14 dev-lang/perl/perl-5.8.8-r8.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild?rev=1.14&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild?rev=1.14&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild?r1=1.13&r2=1.14
86
87 Index: perl-5.8.8-r8.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild,v
90 retrieving revision 1.13
91 retrieving revision 1.14
92 diff -u -r1.13 -r1.14
93 --- perl-5.8.8-r8.ebuild 7 Mar 2011 18:27:41 -0000 1.13
94 +++ perl-5.8.8-r8.ebuild 2 Jan 2012 22:52:21 -0000 1.14
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2011 Gentoo Foundation
97 +# Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild,v 1.13 2011/03/07 18:27:41 mr_bones_ Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r8.ebuild,v 1.14 2012/01/02 22:52:21 zmedico Exp $
101
102 inherit eutils alternatives flag-o-matic toolchain-funcs multilib
103
104 @@ -195,6 +195,7 @@
105 filter-flags "-fsched2-use-superblocks"
106
107 export LC_ALL="C"
108 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
109
110 case ${CHOST} in
111 *-freebsd*) osname="freebsd" ;;
112
113
114
115 1.8 dev-lang/perl/perl-5.12.4-r1.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild?rev=1.8&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild?rev=1.8&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild?r1=1.7&r2=1.8
120
121 Index: perl-5.12.4-r1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild,v
124 retrieving revision 1.7
125 retrieving revision 1.8
126 diff -u -r1.7 -r1.8
127 --- perl-5.12.4-r1.ebuild 7 Nov 2011 17:45:03 -0000 1.7
128 +++ perl-5.12.4-r1.ebuild 2 Jan 2012 22:52:21 -0000 1.8
129 @@ -1,6 +1,6 @@
130 -# Copyright 1999-2011 Gentoo Foundation
131 +# Copyright 1999-2012 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild,v 1.7 2011/11/07 17:45:03 xarthisius Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.12.4-r1.ebuild,v 1.8 2012/01/02 22:52:21 zmedico Exp $
135
136 EAPI=4
137
138 @@ -151,6 +151,7 @@
139 declare -a myconf
140
141 export LC_ALL="C"
142 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
143
144 # some arches and -O do not mix :)
145 use ppc && replace-flags -O? -O1
146
147
148
149 1.2 dev-lang/perl/perl-5.14.1-r1.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild?rev=1.2&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild?rev=1.2&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild?r1=1.1&r2=1.2
154
155 Index: perl-5.14.1-r1.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild,v
158 retrieving revision 1.1
159 retrieving revision 1.2
160 diff -u -r1.1 -r1.2
161 --- perl-5.14.1-r1.ebuild 9 Aug 2011 11:42:18 -0000 1.1
162 +++ perl-5.14.1-r1.ebuild 2 Jan 2012 22:52:21 -0000 1.2
163 @@ -1,6 +1,6 @@
164 -# Copyright 1999-2011 Gentoo Foundation
165 +# Copyright 1999-2012 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild,v 1.1 2011/08/09 11:42:18 tove Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1-r1.ebuild,v 1.2 2012/01/02 22:52:21 zmedico Exp $
169
170 EAPI=4
171
172 @@ -165,6 +165,7 @@
173 declare -a myconf
174
175 export LC_ALL="C"
176 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
177
178 # some arches and -O do not mix :)
179 use ppc && replace-flags -O? -O1
180
181
182
183 1.2 dev-lang/perl/perl-5.14.1.ebuild
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild?rev=1.2&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild?rev=1.2&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild?r1=1.1&r2=1.2
188
189 Index: perl-5.14.1.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild,v
192 retrieving revision 1.1
193 retrieving revision 1.2
194 diff -u -r1.1 -r1.2
195 --- perl-5.14.1.ebuild 18 Jun 2011 20:34:00 -0000 1.1
196 +++ perl-5.14.1.ebuild 2 Jan 2012 22:52:21 -0000 1.2
197 @@ -1,6 +1,6 @@
198 -# Copyright 1999-2011 Gentoo Foundation
199 +# Copyright 1999-2012 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild,v 1.1 2011/06/18 20:34:00 tove Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.1.ebuild,v 1.2 2012/01/02 22:52:21 zmedico Exp $
203
204 EAPI=4
205
206 @@ -154,6 +154,7 @@
207 declare -a myconf
208
209 export LC_ALL="C"
210 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
211
212 # some arches and -O do not mix :)
213 use ppc && replace-flags -O? -O1
214
215
216
217 1.3 dev-lang/perl/perl-5.14.2.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild?rev=1.3&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild?rev=1.3&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild?r1=1.2&r2=1.3
222
223 Index: perl-5.14.2.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild,v
226 retrieving revision 1.2
227 retrieving revision 1.3
228 diff -u -r1.2 -r1.3
229 --- perl-5.14.2.ebuild 16 Oct 2011 15:41:03 -0000 1.2
230 +++ perl-5.14.2.ebuild 2 Jan 2012 22:52:21 -0000 1.3
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2011 Gentoo Foundation
233 +# Copyright 1999-2012 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild,v 1.2 2011/10/16 15:41:03 mattst88 Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.14.2.ebuild,v 1.3 2012/01/02 22:52:21 zmedico Exp $
237
238 EAPI=4
239
240 @@ -165,6 +165,7 @@
241 declare -a myconf
242
243 export LC_ALL="C"
244 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
245
246 # some arches and -O do not mix :)
247 use ppc && replace-flags -O? -O1
248
249
250
251 1.23 dev-lang/perl/perl-5.10.1.ebuild
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?rev=1.23&view=markup
254 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?rev=1.23&content-type=text/plain
255 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?r1=1.22&r2=1.23
256
257 Index: perl-5.10.1.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v
260 retrieving revision 1.22
261 retrieving revision 1.23
262 diff -u -r1.22 -r1.23
263 --- perl-5.10.1.ebuild 7 Mar 2011 11:35:06 -0000 1.22
264 +++ perl-5.10.1.ebuild 2 Jan 2012 22:52:21 -0000 1.23
265 @@ -1,6 +1,6 @@
266 -# Copyright 1999-2011 Gentoo Foundation
267 +# Copyright 1999-2012 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v 1.22 2011/03/07 11:35:06 tove Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v 1.23 2012/01/02 22:52:21 zmedico Exp $
271
272 EAPI=2
273
274 @@ -125,6 +125,7 @@
275 use sparc && myconf -Ud_longdbl
276
277 export LC_ALL="C"
278 + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
279
280 # 266337
281 export BUILD_BZIP2=0
282
283
284
285 1.379 dev-lang/perl/ChangeLog
286
287 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.379&view=markup
288 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.379&content-type=text/plain
289 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.378&r2=1.379
290
291 Index: ChangeLog
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
294 retrieving revision 1.378
295 retrieving revision 1.379
296 diff -u -r1.378 -r1.379
297 --- ChangeLog 7 Nov 2011 17:45:03 -0000 1.378
298 +++ ChangeLog 2 Jan 2012 22:52:21 -0000 1.379
299 @@ -1,6 +1,12 @@
300 # ChangeLog for dev-lang/perl
301 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
302 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.378 2011/11/07 17:45:03 xarthisius Exp $
303 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
304 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.379 2012/01/02 22:52:21 zmedico Exp $
305 +
306 + 02 Jan 2012; Zac Medico <zmedico@g.o> perl-5.10.1.ebuild,
307 + perl-5.12.3-r1.ebuild, perl-5.12.4-r1.ebuild, perl-5.12.4.ebuild,
308 + perl-5.14.1-r1.ebuild, perl-5.14.1.ebuild, perl-5.14.2.ebuild,
309 + perl-5.8.8-r8.ebuild:
310 + Bug #394091 - Handle invalid COLUMNS.
311
312 07 Nov 2011; Kacper Kowalik <xarthisius@g.o> perl-5.12.4-r1.ebuild:
313 ppc/ppc64 stable wrt #384593