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-7.4.ebuild
Date: Sat, 03 Oct 2009 17:06:08
Message-Id: E1Mu83a-0004wD-5A@stork.gentoo.org
1 armin76 09/10/03 17:06:06
2
3 Modified: ChangeLog coreutils-7.4.ebuild
4 Log:
5 ia64/m68k/s390/sh/sparc stable wrt #281699
6 (Portage version: 2.1.6.13/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.268 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.268&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.268&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.267&r2=1.268
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.267
19 retrieving revision 1.268
20 diff -u -r1.267 -r1.268
21 --- ChangeLog 23 Sep 2009 17:41:32 -0000 1.267
22 +++ ChangeLog 3 Oct 2009 17:06:05 -0000 1.268
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.267 2009/09/23 17:41:32 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.268 2009/10/03 17:06:05 armin76 Exp $
28 +
29 + 03 Oct 2009; Raúl Porcel <armin76@g.o> coreutils-7.4.ebuild:
30 + ia64/m68k/s390/sh/sparc stable wrt #281699
31
32 *coreutils-7.6 (23 Sep 2009)
33
34
35
36
37 1.13 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.13&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.13&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?r1=1.12&r2=1.13
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.12
47 retrieving revision 1.13
48 diff -u -r1.12 -r1.13
49 --- coreutils-7.4.ebuild 13 Sep 2009 14:52:56 -0000 1.12
50 +++ coreutils-7.4.ebuild 3 Oct 2009 17:06:05 -0000 1.13
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.12 2009/09/13 14:52:56 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.13 2009/10/03 17:06:05 armin76 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 )