Gentoo Archives: gentoo-commits

From: "Chris PeBenito (pebenito)" <pebenito@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, 09 May 2010 14:17:38
Message-Id: 20100509141733.BD09D2C45A@corvid.gentoo.org
1 pebenito 10/05/09 14:17:33
2
3 Modified: ChangeLog findutils-4.4.2.ebuild
4 Log:
5 Fix findutils SELinux patch to deal with whitespace changes in findutils 4.4.2. #315759.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.192 sys-apps/findutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.192&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.192&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.191&r2=1.192
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v
18 retrieving revision 1.191
19 retrieving revision 1.192
20 diff -u -r1.191 -r1.192
21 --- ChangeLog 8 May 2010 18:23:29 -0000 1.191
22 +++ ChangeLog 9 May 2010 14:17:33 -0000 1.192
23 @@ -1,6 +1,11 @@
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.191 2010/05/08 18:23:29 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.192 2010/05/09 14:17:33 pebenito Exp $
28 +
29 + 09 May 2010; Chris PeBenito <pebenito@g.o> findutils-4.4.2.ebuild,
30 + +files/findutils-4.4.2-selinux.diff:
31 + Fix findutils SELinux patch to deal with whitespace changes in findutils
32 + 4.4.2. #315759.
33
34 08 May 2010; Raúl Porcel <armin76@g.o> findutils-4.4.2.ebuild:
35 alpha/arm/ia64/m68k/s390/sh stable wrt #314035
36
37
38
39 1.8 sys-apps/findutils/findutils-4.4.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild?r1=1.7&r2=1.8
44
45 Index: findutils-4.4.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- findutils-4.4.2.ebuild 8 May 2010 18:22:21 -0000 1.7
52 +++ findutils-4.4.2.ebuild 9 May 2010 14:17:33 -0000 1.8
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v 1.7 2010/05/08 18:22:21 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.4.2.ebuild,v 1.8 2010/05/09 14:17:33 pebenito Exp $
58
59 inherit eutils flag-o-matic toolchain-funcs multilib
60
61 -SELINUX_PATCH="findutils-4.3.12-selinux.diff"
62 +SELINUX_PATCH="findutils-4.4.2-selinux.diff"
63
64 DESCRIPTION="GNU utilities for finding files"
65 HOMEPAGE="http://www.gnu.org/software/findutils/"