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.6.1.ebuild
Date: Wed, 11 Jun 2008 19:41:22
Message-Id: E1K6WC4-0000RN-Pm@stork.gentoo.org
1 vapier 08/06/11 19:41:16
2
3 Modified: ChangeLog glibc-2.6.1.ebuild
4 Log:
5 Declare LIBIDN_VER #225831 by Gerard Neil.
6 (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.580 sys-libs/glibc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.580&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.580&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.579&r2=1.580
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
18 retrieving revision 1.579
19 retrieving revision 1.580
20 diff -u -r1.579 -r1.580
21 --- ChangeLog 11 Jun 2008 19:39:48 -0000 1.579
22 +++ ChangeLog 11 Jun 2008 19:41:16 -0000 1.580
23 @@ -1,8 +1,9 @@
24 # ChangeLog for sys-libs/glibc
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.579 2008/06/11 19:39:48 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.580 2008/06/11 19:41:16 vapier Exp $
28
29 - 11 Jun 2008; Mike Frysinger <vapier@g.o> glibc-2.7-r2.ebuild:
30 + 11 Jun 2008; Mike Frysinger <vapier@g.o> glibc-2.6.1.ebuild,
31 + glibc-2.7-r2.ebuild:
32 Declare LIBIDN_VER #225831 by Gerard Neil.
33
34 *glibc-2.8_p20080602 (08 Jun 2008)
35
36
37
38 1.22 sys-libs/glibc/glibc-2.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.22&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.22&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.21&r2=1.22
43
44 Index: glibc-2.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v
47 retrieving revision 1.21
48 retrieving revision 1.22
49 diff -u -r1.21 -r1.22
50 --- glibc-2.6.1.ebuild 24 Mar 2008 19:45:14 -0000 1.21
51 +++ glibc-2.6.1.ebuild 11 Jun 2008 19:41:16 -0000 1.22
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 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.6.1.ebuild,v 1.21 2008/03/24 19:45:14 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.22 2008/06/11 19:41:16 vapier Exp $
57
58 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
59
60 @@ -20,6 +20,7 @@
61 PATCH_VER="1.2" # Gentoo patchset
62 PATCH_GLIBC_VER=${RELEASE_VER} # glibc version in patchset
63 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
64 +LIBIDN_VER=${RELEASE_VER} # version of libidn addon
65 LT_VER="" # version of linuxthreads addon
66 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
67 #LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list