Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: ChangeLog findutils-4.4.2.ebuild
Date: Sun, 25 Apr 2010 17:08:08
Message-Id: 20100425163005.809352C05D@corvid.gentoo.org
1 phajdan.jr 10/04/25 16:30:05
2
3 Modified: ChangeLog findutils-4.4.2.ebuild
4 Log:
5 x86 stable wrt bug #314035
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.189 sys-apps/findutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.189&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.189&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.188&r2=1.189
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v
18 retrieving revision 1.188
19 retrieving revision 1.189
20 diff -u -r1.188 -r1.189
21 --- ChangeLog 16 Apr 2010 13:51:36 -0000 1.188
22 +++ ChangeLog 25 Apr 2010 16:30:05 -0000 1.189
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/findutils
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.188 2010/04/16 13:51:36 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.189 2010/04/25 16:30:05 phajdan.jr Exp $
28 +
29 + 25 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o>
30 + findutils-4.4.2.ebuild:
31 + x86 stable wrt bug #314035
32
33 16 Apr 2010; Brent Baude <ranger@g.o> findutils-4.4.2.ebuild:
34 stable ppc, bug 314035
35
36
37
38 1.6 sys-apps/findutils/findutils-4.4.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?r1=1.5&r2=1.6
43
44 Index: findutils-4.4.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- findutils-4.4.2.ebuild 16 Apr 2010 13:51:36 -0000 1.5
51 +++ findutils-4.4.2.ebuild 25 Apr 2010 16:30:05 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v 1.5 2010/04/16 13:51:36 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v 1.6 2010/04/25 16:30:05 phajdan.jr Exp $
57
58 inherit eutils flag-o-matic toolchain-funcs multilib
59
60 @@ -13,7 +13,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86"
65 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
66 IUSE="nls selinux static"
67
68 RDEPEND="selinux? ( sys-libs/libselinux )