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.14.ebuild ChangeLog
Date: Thu, 01 Sep 2011 05:09:17
Message-Id: 20110901050907.4EFC92004C@flycatcher.gentoo.org
1 vapier 11/09/01 05:09:07
2
3 Modified: glibc-2.14.ebuild ChangeLog
4 Log:
5 Re-export rpc logic with a patch from Fedora until we can get the tree sorted out (which will probably be a ways out).
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sys-libs/glibc/glibc-2.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild?r1=1.8&r2=1.9
15
16 Index: glibc-2.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- glibc-2.14.ebuild 23 Aug 2011 18:37:57 -0000 1.8
23 +++ glibc-2.14.ebuild 1 Sep 2011 05:09:07 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.14.ebuild,v 1.8 2011/08/23 18:37:57 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.9 2011/09/01 05:09:07 vapier Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -33,7 +33,7 @@
33 MANPAGE_VER="" # pregenerated manpages
34 INFOPAGE_VER="" # pregenerated infopages
35 LIBIDN_VER="" # it's integrated into the main tarball now
36 -PATCH_VER="6" # Gentoo patchset
37 +PATCH_VER="7" # Gentoo patchset
38 PORTS_VER="6cc02c7" # version of glibc ports addon
39 LT_VER="" # version of linuxthreads addon
40 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
41
42
43
44 1.788 sys-libs/glibc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.788&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.788&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.787&r2=1.788
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
53 retrieving revision 1.787
54 retrieving revision 1.788
55 diff -u -r1.787 -r1.788
56 --- ChangeLog 23 Aug 2011 18:37:57 -0000 1.787
57 +++ ChangeLog 1 Sep 2011 05:09:07 -0000 1.788
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-libs/glibc
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.787 2011/08/23 18:37:57 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.788 2011/09/01 05:09:07 vapier Exp $
63 +
64 + 01 Sep 2011; Mike Frysinger <vapier@g.o> glibc-2.14.ebuild:
65 + Re-export rpc logic with a patch from Fedora until we can get the tree sorted
66 + out (which will probably be a ways out).
67
68 *glibc-9999 (23 Aug 2011)