Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.17.ebuild ChangeLog
Date: Fri, 03 Jan 2014 01:53:45
Message-Id: 20140103015341.08EBE2004C@flycatcher.gentoo.org
1 mattst88 14/01/03 01:53:40
2
3 Modified: glibc-2.17.ebuild ChangeLog
4 Log:
5 alpha stable, bug 496752.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.22 sys-libs/glibc/glibc-2.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.21&r2=1.22
15
16 Index: glibc-2.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- glibc-2.17.ebuild 16 Dec 2013 12:31:26 -0000 1.21
23 +++ glibc-2.17.ebuild 3 Jan 2014 01:53:40 -0000 1.22
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.21 2013/12/16 12:31:26 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.22 2014/01/03 01:53:40 mattst88 Exp $
30
31 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
32
33 @@ -8,7 +8,7 @@
34 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
35
36 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
37 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
38 +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 RESTRICT="strip" # strip ourself #46186
40 EMULTILIB_PKG="true"
41
42
43
44
45 1.963 sys-libs/glibc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.963&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.963&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.962&r2=1.963
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
54 retrieving revision 1.962
55 retrieving revision 1.963
56 diff -u -r1.962 -r1.963
57 --- ChangeLog 24 Dec 2013 16:21:46 -0000 1.962
58 +++ ChangeLog 3 Jan 2014 01:53:40 -0000 1.963
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-libs/glibc
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.962 2013/12/24 16:21:46 ago Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.963 2014/01/03 01:53:40 mattst88 Exp $
65 +
66 + 03 Jan 2014; Matt Turner <mattst88@g.o> glibc-2.17.ebuild:
67 + alpha stable, bug 496752.
68
69 24 Dec 2013; Agostino Sarubbo <ago@g.o> glibc-2.16.0.ebuild:
70 Stable for ppc64, wrt bug #467256