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.4.ebuild
Date: Sat, 29 Aug 2009 14:35:45
Message-Id: E1MhTqw-00036C-TF@stork.gentoo.org
1 nixnut 09/08/29 19:44:46
2
3 Modified: ChangeLog coreutils-7.4.ebuild
4 Log:
5 ppc stable #281699
6 (Portage version: 2.1.6.13/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.262 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.262&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.262&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.261&r2=1.262
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.261
19 retrieving revision 1.262
20 diff -u -r1.261 -r1.262
21 --- ChangeLog 20 Aug 2009 21:57:00 -0000 1.261
22 +++ ChangeLog 29 Aug 2009 19:44:46 -0000 1.262
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.261 2009/08/20 21:57:00 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.262 2009/08/29 19:44:46 nixnut Exp $
28 +
29 + 29 Aug 2009; nixnut <nixnut@g.o> coreutils-7.4.ebuild:
30 + ppc stable #281699
31
32 *coreutils-7.5 (20 Aug 2009)
33
34
35
36
37 1.8 sys-apps/coreutils/coreutils-7.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?r1=1.7&r2=1.8
42
43 Index: coreutils-7.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- coreutils-7.4.ebuild 19 Aug 2009 16:54:22 -0000 1.7
50 +++ coreutils-7.4.ebuild 29 Aug 2009 19:44:46 -0000 1.8
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.4.ebuild,v 1.7 2009/08/19 16:54:22 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.8 2009/08/29 19:44:46 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 )