Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
Date: Sun, 30 Sep 2012 17:53:21
Message-Id: 20120930175312.7803921600@flycatcher.gentoo.org
1 armin76 12/09/30 17:53:12
2
3 Modified: ChangeLog coreutils-8.16.ebuild
4 Log:
5 alpha/ia64/m68k/s390/sh/sparc stable wrt #431722
6
7 (Portage version: 2.1.11.16/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.351 sys-apps/coreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.350&r2=1.351
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
19 retrieving revision 1.350
20 retrieving revision 1.351
21 diff -u -r1.350 -r1.351
22 --- ChangeLog 27 Sep 2012 01:18:50 -0000 1.350
23 +++ ChangeLog 30 Sep 2012 17:53:12 -0000 1.351
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.350 2012/09/27 01:18:50 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.351 2012/09/30 17:53:12 armin76 Exp $
29 +
30 + 30 Sep 2012; Raúl Porcel <armin76@g.o> coreutils-8.16.ebuild:
31 + alpha/ia64/m68k/s390/sh/sparc stable wrt #431722
32
33 27 Sep 2012; Anthony G. Basile <blueness@g.o> coreutils-8.16.ebuild:
34 stable ppc ppc64, bug #431722
35
36
37
38 1.10 sys-apps/coreutils/coreutils-8.16.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.9&r2=1.10
43
44 Index: coreutils-8.16.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- coreutils-8.16.ebuild 27 Sep 2012 01:18:50 -0000 1.9
51 +++ coreutils-8.16.ebuild 30 Sep 2012 17:53:12 -0000 1.10
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.16.ebuild,v 1.9 2012/09/27 01:18:50 blueness Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.10 2012/09/30 17:53:12 armin76 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 )