Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.14.ebuild
Date: Wed, 01 Feb 2012 14:41:38
Message-Id: 20120201144126.92DEF2004B@flycatcher.gentoo.org
1 ranger 12/02/01 14:41:26
2
3 Modified: ChangeLog coreutils-8.14.ebuild
4 Log:
5 Marking coreutils-8.14 ppc for bug 397929
6
7 (Portage version: 2.1.10.11/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.332 sys-apps/coreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.332&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.332&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.331&r2=1.332
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
19 retrieving revision 1.331
20 retrieving revision 1.332
21 diff -u -r1.331 -r1.332
22 --- ChangeLog 21 Jan 2012 16:29:51 -0000 1.331
23 +++ ChangeLog 1 Feb 2012 14:41:26 -0000 1.332
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/coreutils
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.331 2012/01/21 16:29:51 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.332 2012/02/01 14:41:26 ranger Exp $
29 +
30 + 01 Feb 2012; Brent Baude <ranger@g.o> coreutils-8.14.ebuild:
31 + Marking coreutils-8.14 ppc for bug 397929
32
33 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@g.o> coreutils-8.14.ebuild:
34 x86 stable wrt bug #397929
35
36
37
38 1.7 sys-apps/coreutils/coreutils-8.14.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild?r1=1.6&r2=1.7
43
44 Index: coreutils-8.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- coreutils-8.14.ebuild 21 Jan 2012 16:29:51 -0000 1.6
51 +++ coreutils-8.14.ebuild 1 Feb 2012 14:41:26 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild,v 1.6 2012/01/21 16:29:51 phajdan.jr Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.14.ebuild,v 1.7 2012/02/01 14:41:26 ranger Exp $
57
58 EAPI="3"
59
60 @@ -17,7 +17,7 @@
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
65 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
66 IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
67
68 RDEPEND="caps? ( sys-libs/libcap )