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.8_p20080602.ebuild ChangeLog
Date: Mon, 27 Oct 2008 03:02:30
Message-Id: E1KuIN9-0007VV-Lc@stork.gentoo.org
1 vapier 08/10/27 03:02:27
2
3 Modified: glibc-2.8_p20080602.ebuild ChangeLog
4 Log:
5 Fix building for arm.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.9 sys-libs/glibc/glibc-2.8_p20080602.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?r1=1.8&r2=1.9
14
15 Index: glibc-2.8_p20080602.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- glibc-2.8_p20080602.ebuild 5 Sep 2008 20:23:16 -0000 1.8
22 +++ glibc-2.8_p20080602.ebuild 27 Oct 2008 03:02:27 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.8 2008/09/05 20:23:16 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.9 2008/10/27 03:02:27 vapier Exp $
28
29 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
30
31 @@ -8,7 +8,7 @@
32 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
33
34 LICENSE="LGPL-2"
35 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 RESTRICT="strip" # strip ourself #46186
38 EMULTILIB_PKG="true"
39
40 @@ -24,7 +24,7 @@
41 fi
42 MANPAGE_VER="" # pregenerated manpages
43 INFOPAGE_VER="" # pregenerated infopages
44 -PATCH_VER="2" # Gentoo patchset
45 +PATCH_VER="3" # Gentoo patchset
46 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
47 LIBIDN_VER="" # version of libidn addon
48 LT_VER="" # version of linuxthreads addon
49
50
51
52 1.592 sys-libs/glibc/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.592&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.592&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.591&r2=1.592
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
61 retrieving revision 1.591
62 retrieving revision 1.592
63 diff -u -r1.591 -r1.592
64 --- ChangeLog 5 Sep 2008 20:23:16 -0000 1.591
65 +++ ChangeLog 27 Oct 2008 03:02:27 -0000 1.592
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sys-libs/glibc
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.591 2008/09/05 20:23:16 vapier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.592 2008/10/27 03:02:27 vapier Exp $
71 +
72 + 27 Oct 2008; Mike Frysinger <vapier@g.o>
73 + glibc-2.8_p20080602.ebuild:
74 + Fix building for arm.
75
76 05 Sep 2008; Mike Frysinger <vapier@g.o> glibc-2.3.5-r3.ebuild,
77 glibc-2.3.6-r4.ebuild, glibc-2.3.6-r5.ebuild, glibc-2.4-r4.ebuild,