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-r1.ebuild
Date: Sat, 29 Dec 2007 07:09:54
Message-Id: E1J8VpL-0007Z1-Ms@stork.gentoo.org
1 vapier 07/12/29 07:09:47
2
3 Modified: ChangeLog glibc-2.7-r1.ebuild
4 Log:
5 Add patches to fix hppa.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.570 sys-libs/glibc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.570&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.570&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.569&r2=1.570
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
18 retrieving revision 1.569
19 retrieving revision 1.570
20 diff -u -r1.569 -r1.570
21 --- ChangeLog 24 Dec 2007 19:25:21 -0000 1.569
22 +++ ChangeLog 29 Dec 2007 07:09:47 -0000 1.570
23 @@ -1,6 +1,9 @@
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.569 2007/12/24 19:25:21 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.570 2007/12/29 07:09:47 vapier Exp $
28 +
29 + 29 Dec 2007; Mike Frysinger <vapier@g.o> glibc-2.7-r1.ebuild:
30 + Add patches to fix hppa.
31
32 24 Dec 2007; Mike Frysinger <vapier@g.o> glibc-2.7-r1.ebuild:
33 Fix building with BSD awk by using a POSIX regex #202511 by Alexis Ballier.
34
35
36
37 1.5 sys-libs/glibc/glibc-2.7-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild?r1=1.4&r2=1.5
42
43 Index: glibc-2.7-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- glibc-2.7-r1.ebuild 24 Dec 2007 19:25:21 -0000 1.4
50 +++ glibc-2.7-r1.ebuild 29 Dec 2007 07:09:47 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild,v 1.4 2007/12/24 19:25:21 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild,v 1.5 2007/12/29 07:09:47 vapier Exp $
56
57 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
58
59 @@ -17,7 +17,7 @@
60 BRANCH_UPDATE=$(get_version_component_range 4) # upstream cvs snaps
61 MANPAGE_VER="" # pregenerated manpages
62 INFOPAGE_VER="" # pregenerated infopages
63 -PATCH_VER="1.5" # Gentoo patchset
64 +PATCH_VER="1.6" # Gentoo patchset
65 PATCH_GLIBC_VER=${RELEASE_VER} # glibc version in patchset
66 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
67 LT_VER="" # version of linuxthreads addon
68
69
70
71 --
72 gentoo-commits@g.o mailing list