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: coreutils-8.4.ebuild ChangeLog
Date: Tue, 11 May 2010 13:24:26
Message-Id: 20100511132423.0CE4E2C4F8@corvid.gentoo.org
1 ranger 10/05/11 13:24:22
2
3 Modified: coreutils-8.4.ebuild ChangeLog
4 Log:
5 Marking coreutils-8.4 ppc64 for bug 311827
6 (Portage version: 2.1.7.17/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.9 sys-apps/coreutils/coreutils-8.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?r1=1.8&r2=1.9
14
15 Index: coreutils-8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- coreutils-8.4.ebuild 8 May 2010 17:36:27 -0000 1.8
22 +++ coreutils-8.4.ebuild 11 May 2010 13:24:22 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.8 2010/05/08 17:36:27 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.9 2010/05/11 13:24:22 ranger Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs
30
31 @@ -15,7 +15,7 @@
32
33 LICENSE="GPL-3"
34 SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
36 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
37 IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
38
39 RDEPEND="caps? ( sys-libs/libcap )
40
41
42
43 1.292 sys-apps/coreutils/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.292&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.292&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.291&r2=1.292
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
52 retrieving revision 1.291
53 retrieving revision 1.292
54 diff -u -r1.291 -r1.292
55 --- ChangeLog 8 May 2010 17:36:27 -0000 1.291
56 +++ ChangeLog 11 May 2010 13:24:22 -0000 1.292
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/coreutils
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.291 2010/05/08 17:36:27 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.292 2010/05/11 13:24:22 ranger Exp $
62 +
63 + 11 May 2010; Brent Baude <ranger@g.o> coreutils-8.4.ebuild:
64 + Marking coreutils-8.4 ppc64 for bug 311827
65
66 08 May 2010; Mike Frysinger <vapier@g.o> coreutils-8.4.ebuild:
67 Tweak tests in i18n patch #317565 by T Chan.