Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.13-r4.ebuild glibc-2.12.2.ebuild glibc-9999.ebuild glibc-2.14.1-r3.ebuild glibc-2.12.1-r3.ebuild glibc-2.14.ebuild glibc-2.13-r2.ebuild glibc-2.10.1-r1.ebuild glibc-2.15-r2.ebuild glibc-2.11.3.ebuild glibc-2.9_p20081201-r3.ebuild glibc-2.14.1-r2.ebuild glibc-2.15-r1.ebuild ChangeLog
Date: Fri, 01 Jun 2012 17:49:28
Message-Id: 20120601174918.1D9C72004B@flycatcher.gentoo.org
1 vapier 12/06/01 17:49:18
2
3 Modified: glibc-2.13-r4.ebuild glibc-2.12.2.ebuild
4 glibc-9999.ebuild glibc-2.14.1-r3.ebuild
5 glibc-2.12.1-r3.ebuild glibc-2.14.ebuild
6 glibc-2.13-r2.ebuild glibc-2.10.1-r1.ebuild
7 glibc-2.15-r2.ebuild glibc-2.11.3.ebuild
8 glibc-2.9_p20081201-r3.ebuild
9 glibc-2.14.1-r2.ebuild glibc-2.15-r1.ebuild
10 ChangeLog
11 Log:
12 Unify alt_libdir definition and use alt_prefix where possible.
13
14 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
15
16 Revision Changes Path
17 1.17 sys-libs/glibc/glibc-2.13-r4.ebuild
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild?rev=1.17&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild?rev=1.17&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild?r1=1.16&r2=1.17
22
23 Index: glibc-2.13-r4.ebuild
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v
26 retrieving revision 1.16
27 retrieving revision 1.17
28 diff -u -r1.16 -r1.17
29 --- glibc-2.13-r4.ebuild 2 May 2012 04:47:28 -0000 1.16
30 +++ glibc-2.13-r4.ebuild 1 Jun 2012 17:49:17 -0000 1.17
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/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.16 2012/05/02 04:47:28 vapier Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.17 2012/06/01 17:49:17 vapier Exp $
36
37 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
38
39 @@ -61,21 +61,10 @@
40 is_crosscompile() {
41 [[ ${CHOST} != ${CTARGET} ]]
42 }
43 -alt_libdir() {
44 - if is_crosscompile ; then
45 - echo /usr/${CTARGET}/$(get_libdir)
46 - else
47 - echo /$(get_libdir)
48 - fi
49 -}
50
51 -if is_crosscompile ; then
52 - SLOT="${CTARGET}-2.2"
53 -else
54 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
55 - # Everyone knows 2.2 > 0, duh.
56 - SLOT="2.2"
57 -fi
58 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
59 +# Everyone knows 2.2 > 0, duh.
60 +SLOT="2.2"
61
62 # General: We need a new-enough binutils for as-needed
63 # arch: we need to make sure our binutils/gcc supports TLS
64
65
66
67 1.17 sys-libs/glibc/glibc-2.12.2.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?rev=1.17&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?rev=1.17&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?r1=1.16&r2=1.17
72
73 Index: glibc-2.12.2.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v
76 retrieving revision 1.16
77 retrieving revision 1.17
78 diff -u -r1.16 -r1.17
79 --- glibc-2.12.2.ebuild 21 Apr 2012 15:54:06 -0000 1.16
80 +++ glibc-2.12.2.ebuild 1 Jun 2012 17:49:17 -0000 1.17
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2012 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.16 2012/04/21 15:54:06 vapier Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.17 2012/06/01 17:49:17 vapier Exp $
86
87 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
88
89 @@ -61,21 +61,10 @@
90 is_crosscompile() {
91 [[ ${CHOST} != ${CTARGET} ]]
92 }
93 -alt_libdir() {
94 - if is_crosscompile ; then
95 - echo /usr/${CTARGET}/$(get_libdir)
96 - else
97 - echo /$(get_libdir)
98 - fi
99 -}
100
101 -if is_crosscompile ; then
102 - SLOT="${CTARGET}-2.2"
103 -else
104 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
105 - # Everyone knows 2.2 > 0, duh.
106 - SLOT="2.2"
107 -fi
108 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
109 +# Everyone knows 2.2 > 0, duh.
110 +SLOT="2.2"
111
112 # General: We need a new-enough binutils for as-needed
113 # arch: we need to make sure our binutils/gcc supports TLS
114
115
116
117 1.8 sys-libs/glibc/glibc-9999.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?rev=1.8&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?rev=1.8&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?r1=1.7&r2=1.8
122
123 Index: glibc-9999.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v
126 retrieving revision 1.7
127 retrieving revision 1.8
128 diff -u -r1.7 -r1.8
129 --- glibc-9999.ebuild 3 May 2012 19:51:45 -0000 1.7
130 +++ glibc-9999.ebuild 1 Jun 2012 17:49:17 -0000 1.8
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2012 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.7 2012/05/03 19:51:45 robbat2 Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.8 2012/06/01 17:49:17 vapier Exp $
136
137 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
138
139 @@ -69,21 +69,10 @@
140 is_crosscompile() {
141 [[ ${CHOST} != ${CTARGET} ]]
142 }
143 -alt_libdir() {
144 - if is_crosscompile ; then
145 - echo /usr/${CTARGET}/$(get_libdir)
146 - else
147 - echo /$(get_libdir)
148 - fi
149 -}
150
151 -if is_crosscompile ; then
152 - SLOT="${CTARGET}-2.2"
153 -else
154 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
155 - # Everyone knows 2.2 > 0, duh.
156 - SLOT="2.2"
157 -fi
158 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
159 +# Everyone knows 2.2 > 0, duh.
160 +SLOT="2.2"
161
162 # General: We need a new-enough binutils for as-needed
163 # arch: we need to make sure our binutils/gcc supports TLS
164
165
166
167 1.17 sys-libs/glibc/glibc-2.14.1-r3.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.17&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.17&content-type=text/plain
171 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?r1=1.16&r2=1.17
172
173 Index: glibc-2.14.1-r3.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v
176 retrieving revision 1.16
177 retrieving revision 1.17
178 diff -u -r1.16 -r1.17
179 --- glibc-2.14.1-r3.ebuild 1 Jun 2012 05:34:40 -0000 1.16
180 +++ glibc-2.14.1-r3.ebuild 1 Jun 2012 17:49:17 -0000 1.17
181 @@ -1,6 +1,6 @@
182 # Copyright 1999-2012 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.16 2012/06/01 05:34:40 vapier Exp $
185 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.17 2012/06/01 17:49:17 vapier Exp $
186
187 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
188
189 @@ -69,21 +69,10 @@
190 is_crosscompile() {
191 [[ ${CHOST} != ${CTARGET} ]]
192 }
193 -alt_libdir() {
194 - if is_crosscompile ; then
195 - echo /usr/${CTARGET}/$(get_libdir)
196 - else
197 - echo /$(get_libdir)
198 - fi
199 -}
200
201 -if is_crosscompile ; then
202 - SLOT="${CTARGET}-2.2"
203 -else
204 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
205 - # Everyone knows 2.2 > 0, duh.
206 - SLOT="2.2"
207 -fi
208 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
209 +# Everyone knows 2.2 > 0, duh.
210 +SLOT="2.2"
211
212 # General: We need a new-enough binutils for as-needed
213 # arch: we need to make sure our binutils/gcc supports TLS
214
215
216
217 1.11 sys-libs/glibc/glibc-2.12.1-r3.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild?rev=1.11&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild?rev=1.11&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild?r1=1.10&r2=1.11
222
223 Index: glibc-2.12.1-r3.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild,v
226 retrieving revision 1.10
227 retrieving revision 1.11
228 diff -u -r1.10 -r1.11
229 --- glibc-2.12.1-r3.ebuild 21 Apr 2012 15:54:06 -0000 1.10
230 +++ glibc-2.12.1-r3.ebuild 1 Jun 2012 17:49:17 -0000 1.11
231 @@ -1,6 +1,6 @@
232 # Copyright 1999-2012 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild,v 1.10 2012/04/21 15:54:06 vapier Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild,v 1.11 2012/06/01 17:49:17 vapier Exp $
236
237 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
238
239 @@ -61,21 +61,10 @@
240 is_crosscompile() {
241 [[ ${CHOST} != ${CTARGET} ]]
242 }
243 -alt_libdir() {
244 - if is_crosscompile ; then
245 - echo /usr/${CTARGET}/$(get_libdir)
246 - else
247 - echo /$(get_libdir)
248 - fi
249 -}
250
251 -if is_crosscompile ; then
252 - SLOT="${CTARGET}-2.2"
253 -else
254 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
255 - # Everyone knows 2.2 > 0, duh.
256 - SLOT="2.2"
257 -fi
258 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
259 +# Everyone knows 2.2 > 0, duh.
260 +SLOT="2.2"
261
262 # General: We need a new-enough binutils for as-needed
263 # arch: we need to make sure our binutils/gcc supports TLS
264
265
266
267 1.16 sys-libs/glibc/glibc-2.14.ebuild
268
269 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?rev=1.16&view=markup
270 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?rev=1.16&content-type=text/plain
271 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?r1=1.15&r2=1.16
272
273 Index: glibc-2.14.ebuild
274 ===================================================================
275 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v
276 retrieving revision 1.15
277 retrieving revision 1.16
278 diff -u -r1.15 -r1.16
279 --- glibc-2.14.ebuild 21 Apr 2012 15:54:06 -0000 1.15
280 +++ glibc-2.14.ebuild 1 Jun 2012 17:49:17 -0000 1.16
281 @@ -1,6 +1,6 @@
282 # Copyright 1999-2012 Gentoo Foundation
283 # Distributed under the terms of the GNU General Public License v2
284 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.15 2012/04/21 15:54:06 vapier Exp $
285 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.16 2012/06/01 17:49:17 vapier Exp $
286
287 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
288
289 @@ -69,21 +69,10 @@
290 is_crosscompile() {
291 [[ ${CHOST} != ${CTARGET} ]]
292 }
293 -alt_libdir() {
294 - if is_crosscompile ; then
295 - echo /usr/${CTARGET}/$(get_libdir)
296 - else
297 - echo /$(get_libdir)
298 - fi
299 -}
300
301 -if is_crosscompile ; then
302 - SLOT="${CTARGET}-2.2"
303 -else
304 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
305 - # Everyone knows 2.2 > 0, duh.
306 - SLOT="2.2"
307 -fi
308 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
309 +# Everyone knows 2.2 > 0, duh.
310 +SLOT="2.2"
311
312 # General: We need a new-enough binutils for as-needed
313 # arch: we need to make sure our binutils/gcc supports TLS
314
315
316
317 1.12 sys-libs/glibc/glibc-2.13-r2.ebuild
318
319 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild?rev=1.12&view=markup
320 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild?rev=1.12&content-type=text/plain
321 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild?r1=1.11&r2=1.12
322
323 Index: glibc-2.13-r2.ebuild
324 ===================================================================
325 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v
326 retrieving revision 1.11
327 retrieving revision 1.12
328 diff -u -r1.11 -r1.12
329 --- glibc-2.13-r2.ebuild 21 Apr 2012 15:54:06 -0000 1.11
330 +++ glibc-2.13-r2.ebuild 1 Jun 2012 17:49:17 -0000 1.12
331 @@ -1,6 +1,6 @@
332 # Copyright 1999-2012 Gentoo Foundation
333 # Distributed under the terms of the GNU General Public License v2
334 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.11 2012/04/21 15:54:06 vapier Exp $
335 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.12 2012/06/01 17:49:17 vapier Exp $
336
337 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
338
339 @@ -61,21 +61,10 @@
340 is_crosscompile() {
341 [[ ${CHOST} != ${CTARGET} ]]
342 }
343 -alt_libdir() {
344 - if is_crosscompile ; then
345 - echo /usr/${CTARGET}/$(get_libdir)
346 - else
347 - echo /$(get_libdir)
348 - fi
349 -}
350
351 -if is_crosscompile ; then
352 - SLOT="${CTARGET}-2.2"
353 -else
354 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
355 - # Everyone knows 2.2 > 0, duh.
356 - SLOT="2.2"
357 -fi
358 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
359 +# Everyone knows 2.2 > 0, duh.
360 +SLOT="2.2"
361
362 # General: We need a new-enough binutils for as-needed
363 # arch: we need to make sure our binutils/gcc supports TLS
364
365
366
367 1.22 sys-libs/glibc/glibc-2.10.1-r1.ebuild
368
369 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild?rev=1.22&view=markup
370 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild?rev=1.22&content-type=text/plain
371 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild?r1=1.21&r2=1.22
372
373 Index: glibc-2.10.1-r1.ebuild
374 ===================================================================
375 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v
376 retrieving revision 1.21
377 retrieving revision 1.22
378 diff -u -r1.21 -r1.22
379 --- glibc-2.10.1-r1.ebuild 21 Apr 2012 15:54:06 -0000 1.21
380 +++ glibc-2.10.1-r1.ebuild 1 Jun 2012 17:49:17 -0000 1.22
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/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.21 2012/04/21 15:54:06 vapier Exp $
385 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.22 2012/06/01 17:49:17 vapier Exp $
386
387 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
388
389 @@ -62,21 +62,10 @@
390 is_crosscompile() {
391 [[ ${CHOST} != ${CTARGET} ]]
392 }
393 -alt_libdir() {
394 - if is_crosscompile ; then
395 - echo /usr/${CTARGET}/$(get_libdir)
396 - else
397 - echo /$(get_libdir)
398 - fi
399 -}
400
401 -if is_crosscompile ; then
402 - SLOT="${CTARGET}-2.2"
403 -else
404 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
405 - # Everyone knows 2.2 > 0, duh.
406 - SLOT="2.2"
407 -fi
408 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
409 +# Everyone knows 2.2 > 0, duh.
410 +SLOT="2.2"
411
412 # General: We need a new-enough binutils for as-needed
413 # arch: we need to make sure our binutils/gcc supports TLS
414
415
416
417 1.3 sys-libs/glibc/glibc-2.15-r2.ebuild
418
419 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.3&view=markup
420 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.3&content-type=text/plain
421 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?r1=1.2&r2=1.3
422
423 Index: glibc-2.15-r2.ebuild
424 ===================================================================
425 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v
426 retrieving revision 1.2
427 retrieving revision 1.3
428 diff -u -r1.2 -r1.3
429 --- glibc-2.15-r2.ebuild 1 Jun 2012 05:34:40 -0000 1.2
430 +++ glibc-2.15-r2.ebuild 1 Jun 2012 17:49:17 -0000 1.3
431 @@ -1,6 +1,6 @@
432 # Copyright 1999-2012 Gentoo Foundation
433 # Distributed under the terms of the GNU General Public License v2
434 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.2 2012/06/01 05:34:40 vapier Exp $
435 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.3 2012/06/01 17:49:17 vapier Exp $
436
437 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker
438
439 @@ -67,21 +67,10 @@
440 is_crosscompile() {
441 [[ ${CHOST} != ${CTARGET} ]]
442 }
443 -alt_libdir() {
444 - if is_crosscompile ; then
445 - echo /usr/${CTARGET}/$(get_libdir)
446 - else
447 - echo /$(get_libdir)
448 - fi
449 -}
450
451 -if is_crosscompile ; then
452 - SLOT="${CTARGET}-2.2"
453 -else
454 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
455 - # Everyone knows 2.2 > 0, duh.
456 - SLOT="2.2"
457 -fi
458 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
459 +# Everyone knows 2.2 > 0, duh.
460 +SLOT="2.2"
461
462 # General: We need a new-enough binutils for as-needed
463 # arch: we need to make sure our binutils/gcc supports TLS
464
465
466
467 1.14 sys-libs/glibc/glibc-2.11.3.ebuild
468
469 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild?rev=1.14&view=markup
470 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild?rev=1.14&content-type=text/plain
471 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild?r1=1.13&r2=1.14
472
473 Index: glibc-2.11.3.ebuild
474 ===================================================================
475 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v
476 retrieving revision 1.13
477 retrieving revision 1.14
478 diff -u -r1.13 -r1.14
479 --- glibc-2.11.3.ebuild 21 Apr 2012 15:54:06 -0000 1.13
480 +++ glibc-2.11.3.ebuild 1 Jun 2012 17:49:17 -0000 1.14
481 @@ -1,6 +1,6 @@
482 # Copyright 1999-2012 Gentoo Foundation
483 # Distributed under the terms of the GNU General Public License v2
484 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.13 2012/04/21 15:54:06 vapier Exp $
485 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.14 2012/06/01 17:49:17 vapier Exp $
486
487 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
488
489 @@ -61,21 +61,10 @@
490 is_crosscompile() {
491 [[ ${CHOST} != ${CTARGET} ]]
492 }
493 -alt_libdir() {
494 - if is_crosscompile ; then
495 - echo /usr/${CTARGET}/$(get_libdir)
496 - else
497 - echo /$(get_libdir)
498 - fi
499 -}
500
501 -if is_crosscompile ; then
502 - SLOT="${CTARGET}-2.2"
503 -else
504 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
505 - # Everyone knows 2.2 > 0, duh.
506 - SLOT="2.2"
507 -fi
508 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
509 +# Everyone knows 2.2 > 0, duh.
510 +SLOT="2.2"
511
512 # General: We need a new-enough binutils for as-needed
513 # arch: we need to make sure our binutils/gcc supports TLS
514
515
516
517 1.15 sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild
518
519 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild?rev=1.15&view=markup
520 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild?rev=1.15&content-type=text/plain
521 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild?r1=1.14&r2=1.15
522
523 Index: glibc-2.9_p20081201-r3.ebuild
524 ===================================================================
525 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v
526 retrieving revision 1.14
527 retrieving revision 1.15
528 diff -u -r1.14 -r1.15
529 --- glibc-2.9_p20081201-r3.ebuild 21 Apr 2012 15:54:06 -0000 1.14
530 +++ glibc-2.9_p20081201-r3.ebuild 1 Jun 2012 17:49:17 -0000 1.15
531 @@ -1,6 +1,6 @@
532 # Copyright 1999-2012 Gentoo Foundation
533 # Distributed under the terms of the GNU General Public License v2
534 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.14 2012/04/21 15:54:06 vapier Exp $
535 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.15 2012/06/01 17:49:17 vapier Exp $
536
537 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
538
539 @@ -61,21 +61,10 @@
540 is_crosscompile() {
541 [[ ${CHOST} != ${CTARGET} ]]
542 }
543 -alt_libdir() {
544 - if is_crosscompile ; then
545 - echo /usr/${CTARGET}/$(get_libdir)
546 - else
547 - echo /$(get_libdir)
548 - fi
549 -}
550
551 -if is_crosscompile ; then
552 - SLOT="${CTARGET}-2.2"
553 -else
554 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
555 - # Everyone knows 2.2 > 0, duh.
556 - SLOT="2.2"
557 -fi
558 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
559 +# Everyone knows 2.2 > 0, duh.
560 +SLOT="2.2"
561
562 # General: We need a new-enough binutils for as-needed
563 # arch: we need to make sure our binutils/gcc supports TLS
564
565
566
567 1.9 sys-libs/glibc/glibc-2.14.1-r2.ebuild
568
569 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?rev=1.9&view=markup
570 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?rev=1.9&content-type=text/plain
571 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?r1=1.8&r2=1.9
572
573 Index: glibc-2.14.1-r2.ebuild
574 ===================================================================
575 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v
576 retrieving revision 1.8
577 retrieving revision 1.9
578 diff -u -r1.8 -r1.9
579 --- glibc-2.14.1-r2.ebuild 1 Jun 2012 05:34:40 -0000 1.8
580 +++ glibc-2.14.1-r2.ebuild 1 Jun 2012 17:49:17 -0000 1.9
581 @@ -1,6 +1,6 @@
582 # Copyright 1999-2012 Gentoo Foundation
583 # Distributed under the terms of the GNU General Public License v2
584 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.8 2012/06/01 05:34:40 vapier Exp $
585 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.9 2012/06/01 17:49:17 vapier Exp $
586
587 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
588
589 @@ -69,21 +69,10 @@
590 is_crosscompile() {
591 [[ ${CHOST} != ${CTARGET} ]]
592 }
593 -alt_libdir() {
594 - if is_crosscompile ; then
595 - echo /usr/${CTARGET}/$(get_libdir)
596 - else
597 - echo /$(get_libdir)
598 - fi
599 -}
600
601 -if is_crosscompile ; then
602 - SLOT="${CTARGET}-2.2"
603 -else
604 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
605 - # Everyone knows 2.2 > 0, duh.
606 - SLOT="2.2"
607 -fi
608 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
609 +# Everyone knows 2.2 > 0, duh.
610 +SLOT="2.2"
611
612 # General: We need a new-enough binutils for as-needed
613 # arch: we need to make sure our binutils/gcc supports TLS
614
615
616
617 1.8 sys-libs/glibc/glibc-2.15-r1.ebuild
618
619 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?rev=1.8&view=markup
620 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?rev=1.8&content-type=text/plain
621 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?r1=1.7&r2=1.8
622
623 Index: glibc-2.15-r1.ebuild
624 ===================================================================
625 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v
626 retrieving revision 1.7
627 retrieving revision 1.8
628 diff -u -r1.7 -r1.8
629 --- glibc-2.15-r1.ebuild 1 Jun 2012 05:34:40 -0000 1.7
630 +++ glibc-2.15-r1.ebuild 1 Jun 2012 17:49:17 -0000 1.8
631 @@ -1,6 +1,6 @@
632 # Copyright 1999-2012 Gentoo Foundation
633 # Distributed under the terms of the GNU General Public License v2
634 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.7 2012/06/01 05:34:40 vapier Exp $
635 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.8 2012/06/01 17:49:17 vapier Exp $
636
637 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker
638
639 @@ -69,21 +69,10 @@
640 is_crosscompile() {
641 [[ ${CHOST} != ${CTARGET} ]]
642 }
643 -alt_libdir() {
644 - if is_crosscompile ; then
645 - echo /usr/${CTARGET}/$(get_libdir)
646 - else
647 - echo /$(get_libdir)
648 - fi
649 -}
650
651 -if is_crosscompile ; then
652 - SLOT="${CTARGET}-2.2"
653 -else
654 - # Why SLOT 2.2 you ask yourself while sippin your tea ?
655 - # Everyone knows 2.2 > 0, duh.
656 - SLOT="2.2"
657 -fi
658 +# Why SLOT 2.2 you ask yourself while sippin your tea ?
659 +# Everyone knows 2.2 > 0, duh.
660 +SLOT="2.2"
661
662 # General: We need a new-enough binutils for as-needed
663 # arch: we need to make sure our binutils/gcc supports TLS
664
665
666
667 1.855 sys-libs/glibc/ChangeLog
668
669 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.855&view=markup
670 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.855&content-type=text/plain
671 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.854&r2=1.855
672
673 Index: ChangeLog
674 ===================================================================
675 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
676 retrieving revision 1.854
677 retrieving revision 1.855
678 diff -u -r1.854 -r1.855
679 --- ChangeLog 1 Jun 2012 05:34:40 -0000 1.854
680 +++ ChangeLog 1 Jun 2012 17:49:17 -0000 1.855
681 @@ -1,6 +1,14 @@
682 # ChangeLog for sys-libs/glibc
683 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
684 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.854 2012/06/01 05:34:40 vapier Exp $
685 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.855 2012/06/01 17:49:17 vapier Exp $
686 +
687 + 01 Jun 2012; Mike Frysinger <vapier@g.o> files/eblits/common.eblit,
688 + files/eblits/src_install.eblit, glibc-2.10.1-r1.ebuild, glibc-2.11.3.ebuild,
689 + glibc-2.12.1-r3.ebuild, glibc-2.12.2.ebuild, glibc-2.13-r2.ebuild,
690 + glibc-2.13-r4.ebuild, glibc-2.14.1-r2.ebuild, glibc-2.14.1-r3.ebuild,
691 + glibc-2.14.ebuild, glibc-2.15-r1.ebuild, glibc-2.15-r2.ebuild,
692 + glibc-2.9_p20081201-r3.ebuild, glibc-9999.ebuild:
693 + Unify alt_libdir definition and use alt_prefix where possible.
694
695 01 Jun 2012; Mike Frysinger <vapier@g.o> glibc-2.14.1-r2.ebuild,
696 glibc-2.14.1-r3.ebuild, glibc-2.15-r1.ebuild, glibc-2.15-r2.ebuild: