Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-6.10-r1.ebuild ChangeLog coreutils-6.10-r2.ebuild
Date: Sun, 13 Apr 2008 22:12:16
Message-Id: E1JlAQn-0002uJ-Gl@stork.gentoo.org
1 vapier 08/04/13 22:12:13
2
3 Modified: coreutils-6.10-r1.ebuild ChangeLog
4 coreutils-6.10-r2.ebuild
5 Log:
6 Drop unneeded selinux configure options.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.6 sys-apps/coreutils/coreutils-6.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: coreutils-6.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- coreutils-6.10-r1.ebuild 13 Apr 2008 21:58:46 -0000 1.5
23 +++ coreutils-6.10-r1.ebuild 13 Apr 2008 22:12:12 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v 1.5 2008/04/13 21:58:46 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v 1.6 2008/04/13 22:12:12 vapier Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs autotools
31
32 @@ -93,7 +93,6 @@
33 $(use_enable nls) \
34 $(use_enable acl) \
35 $(use_enable xattr) \
36 - $(use_enable selinux) \
37 ${myconf} \
38 || die "econf"
39 emake || die "emake"
40
41
42
43 1.224 sys-apps/coreutils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.224&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.224&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.223&r2=1.224
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
52 retrieving revision 1.223
53 retrieving revision 1.224
54 diff -u -r1.223 -r1.224
55 --- ChangeLog 13 Apr 2008 21:58:46 -0000 1.223
56 +++ ChangeLog 13 Apr 2008 22:12:12 -0000 1.224
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-apps/coreutils
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.223 2008/04/13 21:58:46 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.224 2008/04/13 22:12:12 vapier Exp $
62 +
63 + 13 Apr 2008; Mike Frysinger <vapier@g.o> coreutils-6.10-r1.ebuild,
64 + coreutils-6.10-r2.ebuild:
65 + Drop unneeded selinux configure options.
66
67 13 Apr 2008; Mike Frysinger <vapier@g.o> coreutils-6.10-r1.ebuild,
68 coreutils-6.10-r2.ebuild:
69
70
71
72 1.3 sys-apps/coreutils/coreutils-6.10-r2.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?r1=1.2&r2=1.3
77
78 Index: coreutils-6.10-r2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- coreutils-6.10-r2.ebuild 13 Apr 2008 21:58:46 -0000 1.2
85 +++ coreutils-6.10-r2.ebuild 13 Apr 2008 22:12:12 -0000 1.3
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.2 2008/04/13 21:58:46 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.3 2008/04/13 22:12:12 vapier Exp $
91
92 inherit eutils flag-o-matic toolchain-funcs autotools
93
94 @@ -93,7 +93,6 @@
95 $(use_enable nls) \
96 $(use_enable acl) \
97 $(use_enable xattr) \
98 - $(use_enable selinux) \
99 ${myconf} \
100 || die "econf"
101 emake || die "emake"
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list