Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.7.ebuild
Date: Mon, 03 Jan 2011 17:03:21
Message-Id: 20110103170311.7111320057@flycatcher.gentoo.org
1 xmw 11/01/03 17:03:11
2
3 Modified: ChangeLog coreutils-8.7.ebuild
4 Log:
5 sparc stable (bug 348471)
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.317 sys-apps/coreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.317&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.317&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.316&r2=1.317
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
19 retrieving revision 1.316
20 retrieving revision 1.317
21 diff -u -r1.316 -r1.317
22 --- ChangeLog 30 Dec 2010 17:20:22 -0000 1.316
23 +++ ChangeLog 3 Jan 2011 17:03:11 -0000 1.317
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/coreutils
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.316 2010/12/30 17:20:22 vapier Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.317 2011/01/03 17:03:11 xmw Exp $
30 +
31 + 03 Jan 2011; Michael Weber <xmw@g.o> coreutils-8.7.ebuild:
32 + sparc stable (bug 348471)
33
34 30 Dec 2010; Mike Frysinger <vapier@g.o> coreutils-8.7.ebuild:
35 Mark alpha/ia64/s390/sh stable #348471.
36
37
38
39 1.11 sys-apps/coreutils/coreutils-8.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild?r1=1.10&r2=1.11
44
45 Index: coreutils-8.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- coreutils-8.7.ebuild 30 Dec 2010 17:20:22 -0000 1.10
52 +++ coreutils-8.7.ebuild 3 Jan 2011 17:03:11 -0000 1.11
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild,v 1.10 2010/12/30 17:20:22 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild,v 1.11 2011/01/03 17:03:11 xmw Exp $
59
60 EAPI="3"
61
62 @@ -17,7 +17,7 @@
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
67 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
68 IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
69
70 RDEPEND="caps? ( sys-libs/libcap )