Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.5.ebuild
Date: Sat, 31 Oct 2009 14:17:02
Message-Id: E1N4ElH-0002i4-0e@stork.gentoo.org
1 ranger 09/10/31 14:16:59
2
3 Modified: ChangeLog coreutils-7.5.ebuild
4 Log:
5 Marking coreutils-7.5 ppc64 for bug 287219
6 (Portage version: 2.1.7.1/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.276 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.276&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.276&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.275&r2=1.276
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.275
19 retrieving revision 1.276
20 diff -u -r1.275 -r1.276
21 --- ChangeLog 21 Oct 2009 14:59:00 -0000 1.275
22 +++ ChangeLog 31 Oct 2009 14:16:58 -0000 1.276
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.275 2009/10/21 14:59:00 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.276 2009/10/31 14:16:58 ranger Exp $
28 +
29 + 31 Oct 2009; Brent Baude <ranger@g.o> coreutils-7.5.ebuild:
30 + Marking coreutils-7.5 ppc64 for bug 287219
31
32 21 Oct 2009; Jeroen Roovers <jer@g.o> coreutils-7.5-r1.ebuild:
33 Stable for HPPA (bug #287219).
34
35
36
37 1.7 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.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?r1=1.6&r2=1.7
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.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- coreutils-7.5.ebuild 12 Oct 2009 18:38:59 -0000 1.6
50 +++ coreutils-7.5.ebuild 31 Oct 2009 14:16:58 -0000 1.7
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.6 2009/10/12 18:38:59 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.7 2009/10/31 14:16:58 ranger 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 )