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.12.2.ebuild
Date: Tue, 24 May 2011 02:44:53
Message-Id: 20110524024444.3870620057@flycatcher.gentoo.org
1 vapier 11/05/24 02:44:44
2
3 Modified: ChangeLog glibc-2.12.2.ebuild
4 Log:
5 Update hppa patch #368079 by Jeroen Roovers.
6
7 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.770 sys-libs/glibc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.770&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.770&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.769&r2=1.770
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
19 retrieving revision 1.769
20 retrieving revision 1.770
21 diff -u -r1.769 -r1.770
22 --- ChangeLog 19 May 2011 10:52:38 -0000 1.769
23 +++ ChangeLog 24 May 2011 02:44:44 -0000 1.770
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/glibc
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.769 2011/05/19 10:52:38 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.770 2011/05/24 02:44:44 vapier Exp $
29 +
30 + 24 May 2011; Mike Frysinger <vapier@g.o> glibc-2.12.2.ebuild:
31 + Update hppa patch #368079 by Jeroen Roovers.
32
33 19 May 2011; Markos Chandras <hwoarang@g.o> glibc-2.12.2.ebuild:
34 Stable on amd64 wrt bug #356913
35
36
37
38 1.6 sys-libs/glibc/glibc-2.12.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild?r1=1.5&r2=1.6
43
44 Index: glibc-2.12.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- glibc-2.12.2.ebuild 19 May 2011 10:52:38 -0000 1.5
51 +++ glibc-2.12.2.ebuild 24 May 2011 02:44:44 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 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.12.2.ebuild,v 1.5 2011/05/19 10:52:38 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.6 2011/05/24 02:44:44 vapier Exp $
57
58 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
59
60 @@ -25,7 +25,7 @@
61 MANPAGE_VER="" # pregenerated manpages
62 INFOPAGE_VER="" # pregenerated infopages
63 LIBIDN_VER="" # it's integrated into the main tarball now
64 -PATCH_VER="2" # Gentoo patchset
65 +PATCH_VER="3" # Gentoo patchset
66 PORTS_VER="2.12.1" # version of glibc ports addon
67 LT_VER="" # version of linuxthreads addon
68 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires