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.17.ebuild ChangeLog
Date: Fri, 31 Jan 2014 18:22:10
Message-Id: 20140131182206.C9E4D2004C@flycatcher.gentoo.org
1 vapier 14/01/31 18:22:06
2
3 Modified: glibc-2.17.ebuild ChangeLog
4 Log:
5 Mark sh stable.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.31 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.31&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild?r1=1.30&r2=1.31
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.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- glibc-2.17.ebuild 22 Jan 2014 20:06:30 -0000 1.30
23 +++ glibc-2.17.ebuild 31 Jan 2014 18:22:06 -0000 1.31
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.30 2014/01/22 20:06:30 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.31 2014/01/31 18:22:06 vapier Exp $
29
30 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
31
32 @@ -8,7 +8,7 @@
33 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
34
35 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
36 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh ~sparc x86"
37 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
38 RESTRICT="strip" # strip ourself #46186
39 EMULTILIB_PKG="true"
40
41
42
43
44 1.980 sys-libs/glibc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.980&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.980&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.979&r2=1.980
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
53 retrieving revision 1.979
54 retrieving revision 1.980
55 diff -u -r1.979 -r1.980
56 --- ChangeLog 25 Jan 2014 22:06:39 -0000 1.979
57 +++ ChangeLog 31 Jan 2014 18:22:06 -0000 1.980
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-libs/glibc
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.979 2014/01/25 22:06:39 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.980 2014/01/31 18:22:06 vapier Exp $
63 +
64 + 31 Jan 2014; Mike Frysinger <vapier@g.o> glibc-2.17.ebuild:
65 + Mark sh stable.
66
67 25 Jan 2014; Mike Frysinger <vapier@g.o> glibc-2.18-r1.ebuild:
68 Add fix for armv4 (non thumb) and for alpha/tls code from upstream.