Gentoo Archives: gentoo-commits

From: "Gysbert Wassenaar (nixnut)" <nixnut@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.5.ebuild
Date: Wed, 07 Oct 2009 16:35:41
Message-Id: E1MvZUJ-0004QF-8C@stork.gentoo.org
1 nixnut 09/10/07 16:35:39
2
3 Modified: ChangeLog coreutils-7.5.ebuild
4 Log:
5 ppc stable #287219
6 (Portage version: 2.1.6.13/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.270 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.270&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.270&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.269&r2=1.270
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.269
19 retrieving revision 1.270
20 diff -u -r1.269 -r1.270
21 --- ChangeLog 5 Oct 2009 21:46:26 -0000 1.269
22 +++ ChangeLog 7 Oct 2009 16:35:38 -0000 1.270
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/coreutils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.269 2009/10/05 21:46:26 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.270 2009/10/07 16:35:38 nixnut Exp $
28 +
29 + 07 Oct 2009; nixnut <nixnut@g.o> coreutils-7.5.ebuild:
30 + ppc stable #287219
31
32 05 Oct 2009; Markus Meier <maekke@g.o> coreutils-7.5.ebuild:
33 amd64/arm/x86 stable, bug #287219
34
35
36
37 1.4 sys-apps/coreutils/coreutils-7.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?r1=1.3&r2=1.4
42
43 Index: coreutils-7.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- coreutils-7.5.ebuild 5 Oct 2009 21:46:26 -0000 1.3
50 +++ coreutils-7.5.ebuild 7 Oct 2009 16:35:38 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.3 2009/10/05 21:46:26 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.4 2009/10/07 16:35:38 nixnut Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs
58
59 @@ -15,7 +15,7 @@
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
64 +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
65 IUSE="acl caps gmp nls selinux static vanilla xattr"
66
67 RDEPEND="caps? ( sys-libs/libcap )