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
Date: Sat, 10 Nov 2007 04:07:27
Message-Id: E1Iqhcv-0003RI-7j@stork.gentoo.org
1 vapier 07/11/10 04:07:21
2
3 Modified: ChangeLog glibc-2.7.ebuild glibc-2.6.1.ebuild
4 Log:
5 Add support for USE=vanilla.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.562 sys-libs/glibc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.562&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.562&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.561&r2=1.562
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
18 retrieving revision 1.561
19 retrieving revision 1.562
20 diff -u -r1.561 -r1.562
21 --- ChangeLog 24 Oct 2007 06:11:24 -0000 1.561
22 +++ ChangeLog 10 Nov 2007 04:07:20 -0000 1.562
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-libs/glibc
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.561 2007/10/24 06:11:24 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.562 2007/11/10 04:07:20 vapier Exp $
28 +
29 + 10 Nov 2007; Mike Frysinger <vapier@g.o>
30 + files/eblits/src_unpack.eblit, glibc-2.6.1.ebuild, glibc-2.7.ebuild:
31 + Add support for USE=vanilla.
32
33 24 Oct 2007; Mike Frysinger <vapier@g.o> glibc-2.7.ebuild:
34 Fix building on hppa #196868 and add patch for gcc-4.2 + noinlining #196245.
35
36
37
38 1.6 sys-libs/glibc/glibc-2.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?r1=1.5&r2=1.6
43
44 Index: glibc-2.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- glibc-2.7.ebuild 7 Nov 2007 05:37:07 -0000 1.5
51 +++ glibc-2.7.ebuild 10 Nov 2007 04:07:20 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.5 2007/11/07 05:37:07 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.6 2007/11/10 04:07:20 vapier Exp $
57
58 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
59
60 @@ -26,7 +26,7 @@
61
62 [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
63
64 -IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20 ${LT_VER:+nptl nptlonly}"
65 +IUSE="debug glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+nptl nptlonly}"
66 S=${WORKDIR}/glibc-${RELEASE_VER}
67
68 # Here's how the cross-compile logic breaks down ...
69
70
71
72 1.14 sys-libs/glibc/glibc-2.6.1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.14&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.14&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.13&r2=1.14
77
78 Index: glibc-2.6.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v
81 retrieving revision 1.13
82 retrieving revision 1.14
83 diff -u -r1.13 -r1.14
84 --- glibc-2.6.1.ebuild 24 Oct 2007 03:24:05 -0000 1.13
85 +++ glibc-2.6.1.ebuild 10 Nov 2007 04:07:20 -0000 1.14
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2007 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.13 2007/10/24 03:24:05 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.14 2007/11/10 04:07:20 vapier Exp $
91
92 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
93
94 @@ -26,7 +26,7 @@
95
96 [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
97
98 -IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20 ${LT_VER:+nptl nptlonly}"
99 +IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20 vanilla ${LT_VER:+nptl nptlonly}"
100 S=${WORKDIR}/glibc-${RELEASE_VER}
101
102 # Here's how the cross-compile logic breaks down ...
103
104
105
106 --
107 gentoo-commits@g.o mailing list