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
Date: Wed, 24 Oct 2007 06:11:30
Message-Id: E1IkZSf-0005NK-Ei@stork.gentoo.org
1 vapier 07/10/24 06:11:25
2
3 Modified: ChangeLog glibc-2.7.ebuild
4 Log:
5 Fix building on hppa #196868 and add patch for gcc-4.2 + noinlining #196245.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.561 sys-libs/glibc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.561&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.561&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.560&r2=1.561
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
18 retrieving revision 1.560
19 retrieving revision 1.561
20 diff -u -r1.560 -r1.561
21 --- ChangeLog 23 Oct 2007 23:53:10 -0000 1.560
22 +++ ChangeLog 24 Oct 2007 06:11:24 -0000 1.561
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.560 2007/10/23 23:53:10 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.561 2007/10/24 06:11:24 vapier Exp $
28 +
29 + 24 Oct 2007; Mike Frysinger <vapier@g.o> glibc-2.7.ebuild:
30 + Fix building on hppa #196868 and add patch for gcc-4.2 + noinlining #196245.
31
32 23 Oct 2007; Mike Frysinger <vapier@g.o> glibc-2.7.ebuild:
33 Force >=sys-apps/sandbox-1.2.18.1-r2 so it recognizes the new cloexec flags
34
35
36
37 1.3 sys-libs/glibc/glibc-2.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?r1=1.2&r2=1.3
42
43 Index: glibc-2.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- glibc-2.7.ebuild 23 Oct 2007 23:53:10 -0000 1.2
50 +++ glibc-2.7.ebuild 24 Oct 2007 06:11:24 -0000 1.3
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.ebuild,v 1.2 2007/10/23 23:53:10 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.3 2007/10/24 06:11:24 vapier Exp $
56
57 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
58
59 @@ -8,7 +8,7 @@
60 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
61
62 LICENSE="LGPL-2"
63 -#KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 +#KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
65 RESTRICT="strip" # strip ourself #46186
66 EMULTILIB_PKG="true"
67
68 @@ -17,7 +17,7 @@
69 BRANCH_UPDATE=$(get_version_component_range 4) # upstream cvs snaps
70 MANPAGE_VER="" # pregenerated manpages
71 INFOPAGE_VER="" # pregenerated infopages
72 -PATCH_VER="1.0" # Gentoo patchset
73 +PATCH_VER="1.1" # Gentoo patchset
74 PATCH_GLIBC_VER=${RELEASE_VER} # glibc version in patchset
75 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
76 LT_VER="" # version of linuxthreads addon
77
78
79
80 --
81 gentoo-commits@g.o mailing list