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: ChangeLog glibc-2.7.ebuild glibc-2.6.1.ebuild glibc-2.6.ebuild
Date: Sat, 10 Nov 2007 14:41:01
Message-Id: E1IqrW3-0001sW-Mu@stork.gentoo.org
1 vapier 07/11/10 14:40:55
2
3 Modified: ChangeLog glibc-2.7.ebuild glibc-2.6.1.ebuild
4 glibc-2.6.ebuild
5 Log:
6 Only stick glibc-compat20 into IUSE when linuxthreads is available #198657 by Benjamin Schindler.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.563 sys-libs/glibc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.563&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.563&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.562&r2=1.563
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
19 retrieving revision 1.562
20 retrieving revision 1.563
21 diff -u -r1.562 -r1.563
22 --- ChangeLog 10 Nov 2007 04:07:20 -0000 1.562
23 +++ ChangeLog 10 Nov 2007 14:40:55 -0000 1.563
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/glibc
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.562 2007/11/10 04:07:20 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.563 2007/11/10 14:40:55 vapier Exp $
29 +
30 + 10 Nov 2007; Mike Frysinger <vapier@g.o> glibc-2.6.ebuild,
31 + glibc-2.6.1.ebuild, glibc-2.7.ebuild:
32 + Only stick glibc-compat20 into IUSE when linuxthreads is available #198657
33 + by Benjamin Schindler.
34
35 10 Nov 2007; Mike Frysinger <vapier@g.o>
36 files/eblits/src_unpack.eblit, glibc-2.6.1.ebuild, glibc-2.7.ebuild:
37
38
39
40 1.7 sys-libs/glibc/glibc-2.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?r1=1.6&r2=1.7
45
46 Index: glibc-2.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- glibc-2.7.ebuild 10 Nov 2007 04:07:20 -0000 1.6
53 +++ glibc-2.7.ebuild 10 Nov 2007 14:40:55 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.6 2007/11/10 04:07:20 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.7 2007/11/10 14:40:55 vapier Exp $
59
60 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
61
62 @@ -26,7 +26,7 @@
63
64 [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
65
66 -IUSE="debug glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+nptl nptlonly}"
67 +IUSE="debug glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
68 S=${WORKDIR}/glibc-${RELEASE_VER}
69
70 # Here's how the cross-compile logic breaks down ...
71
72
73
74 1.15 sys-libs/glibc/glibc-2.6.1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.15&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.15&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.14&r2=1.15
79
80 Index: glibc-2.6.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v
83 retrieving revision 1.14
84 retrieving revision 1.15
85 diff -u -r1.14 -r1.15
86 --- glibc-2.6.1.ebuild 10 Nov 2007 04:07:20 -0000 1.14
87 +++ glibc-2.6.1.ebuild 10 Nov 2007 14:40:55 -0000 1.15
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.14 2007/11/10 04:07:20 vapier Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.15 2007/11/10 14:40:55 vapier Exp $
93
94 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
95
96 @@ -26,7 +26,7 @@
97
98 [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
99
100 -IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20 vanilla ${LT_VER:+nptl nptlonly}"
101 +IUSE="debug nls hardened multilib selinux glibc-omitfp profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
102 S=${WORKDIR}/glibc-${RELEASE_VER}
103
104 # Here's how the cross-compile logic breaks down ...
105
106
107
108 1.19 sys-libs/glibc/glibc-2.6.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild?rev=1.19&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild?rev=1.19&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild?r1=1.18&r2=1.19
113
114 Index: glibc-2.6.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v
117 retrieving revision 1.18
118 retrieving revision 1.19
119 diff -u -r1.18 -r1.19
120 --- glibc-2.6.ebuild 25 Aug 2007 22:21:44 -0000 1.18
121 +++ glibc-2.6.ebuild 10 Nov 2007 14:40:55 -0000 1.19
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2007 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.18 2007/08/25 22:21:44 vapier Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.19 2007/11/10 14:40:55 vapier Exp $
127
128 # Here's how the cross-compile logic breaks down ...
129 # CTARGET - machine that will target the binaries
130 @@ -52,8 +52,8 @@
131
132 [[ ${CTARGET} == hppa* ]] && NPTL_KERNEL_VERSION=${NPTL_KERNEL_VERSION:-2.6.20}
133
134 -IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20"
135 -[[ -n ${GLIBC_LT_VER} ]] && IUSE="${IUSE} nptl nptlonly"
136 +IUSE="debug nls hardened multilib selinux glibc-omitfp profile"
137 +[[ -n ${GLIBC_LT_VER} ]] && IUSE="${IUSE} glibc-compat20 nptl nptlonly"
138
139 export CBUILD=${CBUILD:-${CHOST}}
140 export CTARGET=${CTARGET:-${CHOST}}
141
142
143
144 --
145 gentoo-commits@g.o mailing list