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.8_p20080602.ebuild ChangeLog glibc-2.6.1.ebuild glibc-2.7-r2.ebuild
Date: Mon, 23 Jun 2008 00:48:49
Message-Id: E1KAaEd-0003Kz-K3@stork.gentoo.org
1 vapier 08/06/23 00:48:43
2
3 Modified: glibc-2.8_p20080602.ebuild ChangeLog
4 glibc-2.6.1.ebuild glibc-2.7-r2.ebuild
5 Log:
6 Add workaround for still broken #133327 / #228907.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
8
9 Revision Changes Path
10 1.6 sys-libs/glibc/glibc-2.8_p20080602.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?r1=1.5&r2=1.6
15
16 Index: glibc-2.8_p20080602.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- glibc-2.8_p20080602.ebuild 22 Jun 2008 17:39:55 -0000 1.5
23 +++ glibc-2.8_p20080602.ebuild 23 Jun 2008 00:48:43 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.5 2008/06/22 17:39:55 bluebird Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.6 2008/06/23 00:48:43 vapier Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -31,7 +31,7 @@
33 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
34 #LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires
35
36 -IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
37 +IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl nptlonly}"
38 S=${WORKDIR}/glibc-${RELEASE_VER}${SNAP_VER+-${SNAP_VER}}
39
40 # Here's how the cross-compile logic breaks down ...
41
42
43
44 1.586 sys-libs/glibc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.586&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.586&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.585&r2=1.586
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
53 retrieving revision 1.585
54 retrieving revision 1.586
55 diff -u -r1.585 -r1.586
56 --- ChangeLog 22 Jun 2008 17:39:55 -0000 1.585
57 +++ ChangeLog 23 Jun 2008 00:48:43 -0000 1.586
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-libs/glibc
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.585 2008/06/22 17:39:55 bluebird Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.586 2008/06/23 00:48:43 vapier Exp $
63 +
64 + 23 Jun 2008; Mike Frysinger <vapier@g.o> glibc-2.6.1.ebuild,
65 + glibc-2.7-r2.ebuild, glibc-2.8_p20080602.ebuild:
66 + Add workaround for still broken #133327 / #228907.
67
68 22 Jun 2008; Friedrich Oslage <bluebird@g.o>
69 glibc-2.8_p20080602.ebuild:
70
71
72
73 1.25 sys-libs/glibc/glibc-2.6.1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.25&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.25&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.24&r2=1.25
78
79 Index: glibc-2.6.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v
82 retrieving revision 1.24
83 retrieving revision 1.25
84 diff -u -r1.24 -r1.25
85 --- glibc-2.6.1.ebuild 22 Jun 2008 01:26:33 -0000 1.24
86 +++ glibc-2.6.1.ebuild 23 Jun 2008 00:48:43 -0000 1.25
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.24 2008/06/22 01:26:33 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.25 2008/06/23 00:48:43 vapier Exp $
92
93 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
94
95 @@ -27,7 +27,7 @@
96
97 [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
98
99 -IUSE="debug gd nls hardened multilib selinux glibc-omitfp profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
100 +IUSE="debug gd nls hardened multilib selinux glibc-omitfp profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl nptlonly}"
101 S=${WORKDIR}/glibc-${RELEASE_VER}
102
103 # Here's how the cross-compile logic breaks down ...
104
105
106
107 1.9 sys-libs/glibc/glibc-2.7-r2.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.9&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.9&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.8&r2=1.9
112
113 Index: glibc-2.7-r2.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
116 retrieving revision 1.8
117 retrieving revision 1.9
118 diff -u -r1.8 -r1.9
119 --- glibc-2.7-r2.ebuild 22 Jun 2008 01:26:33 -0000 1.8
120 +++ glibc-2.7-r2.ebuild 23 Jun 2008 00:48:43 -0000 1.9
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.8 2008/06/22 01:26:33 vapier Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.9 2008/06/23 00:48:43 vapier Exp $
126
127 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
128
129 @@ -25,7 +25,7 @@
130 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
131 #LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires
132
133 -IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
134 +IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl nptlonly}"
135 S=${WORKDIR}/glibc-${RELEASE_VER}
136
137 # Here's how the cross-compile logic breaks down ...
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list