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: ChangeLog coreutils-7.1.ebuild coreutils-7.4.ebuild coreutils-7.2.ebuild coreutils-7.5.ebuild
Date: Thu, 03 Sep 2009 14:45:10
Message-Id: E1MjINL-0005Ju-3m@stork.gentoo.org
1 vapier 09/09/03 19:53:43
2
3 Modified: ChangeLog coreutils-7.1.ebuild coreutils-7.4.ebuild
4 coreutils-7.2.ebuild coreutils-7.5.ebuild
5 Log:
6 Workaround broken --enable-libcap handling #283589 by Alberto.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.265 sys-apps/coreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.265&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.265&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.264&r2=1.265
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
19 retrieving revision 1.264
20 retrieving revision 1.265
21 diff -u -r1.264 -r1.265
22 --- ChangeLog 31 Aug 2009 00:31:05 -0000 1.264
23 +++ ChangeLog 3 Sep 2009 19:53:42 -0000 1.265
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/coreutils
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.264 2009/08/31 00:31:05 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.265 2009/09/03 19:53:42 vapier Exp $
29 +
30 + 03 Sep 2009; Mike Frysinger <vapier@g.o> coreutils-7.1.ebuild,
31 + coreutils-7.2.ebuild, coreutils-7.4.ebuild, coreutils-7.5.ebuild:
32 + Workaround broken --enable-libcap handling #283589 by Alberto.
33
34 31 Aug 2009; Brent Baude <ranger@g.o> coreutils-7.4.ebuild:
35 stable ppc64, bug 281699
36
37
38
39 1.20 sys-apps/coreutils/coreutils-7.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.20&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.20&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.19&r2=1.20
44
45 Index: coreutils-7.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
48 retrieving revision 1.19
49 retrieving revision 1.20
50 diff -u -r1.19 -r1.20
51 --- coreutils-7.1.ebuild 16 Aug 2009 18:37:57 -0000 1.19
52 +++ coreutils-7.1.ebuild 3 Sep 2009 19:53:42 -0000 1.20
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.19 2009/08/16 18:37:57 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.20 2009/09/03 19:53:42 vapier Exp $
58
59 inherit eutils flag-o-matic toolchain-funcs
60
61 @@ -64,7 +64,7 @@
62 --enable-install-program="arch" \
63 --enable-no-install-program="groups,hostname,kill,su,uptime" \
64 --enable-largefile \
65 - $(use_enable caps libcap) \
66 + $(use caps || echo --disable-libcap) \
67 $(use_enable nls) \
68 $(use_enable acl) \
69 $(use_enable xattr) \
70
71
72
73 1.11 sys-apps/coreutils/coreutils-7.4.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.11&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?rev=1.11&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild?r1=1.10&r2=1.11
78
79 Index: coreutils-7.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v
82 retrieving revision 1.10
83 retrieving revision 1.11
84 diff -u -r1.10 -r1.11
85 --- coreutils-7.4.ebuild 31 Aug 2009 00:31:05 -0000 1.10
86 +++ coreutils-7.4.ebuild 3 Sep 2009 19:53:42 -0000 1.11
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.10 2009/08/31 00:31:05 ranger Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.11 2009/09/03 19:53:42 vapier Exp $
92
93 inherit eutils flag-o-matic toolchain-funcs
94
95 @@ -64,7 +64,7 @@
96 --enable-install-program="arch" \
97 --enable-no-install-program="groups,hostname,kill,su,uptime" \
98 --enable-largefile \
99 - $(use_enable caps libcap) \
100 + $(use caps || echo --disable-libcap) \
101 $(use_enable nls) \
102 $(use_enable acl) \
103 $(use_enable xattr) \
104
105
106
107 1.7 sys-apps/coreutils/coreutils-7.2.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.7&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.7&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?r1=1.6&r2=1.7
112
113 Index: coreutils-7.2.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v
116 retrieving revision 1.6
117 retrieving revision 1.7
118 diff -u -r1.6 -r1.7
119 --- coreutils-7.2.ebuild 16 Aug 2009 18:37:57 -0000 1.6
120 +++ coreutils-7.2.ebuild 3 Sep 2009 19:53:42 -0000 1.7
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2009 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.6 2009/08/16 18:37:57 vapier Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.7 2009/09/03 19:53:42 vapier Exp $
126
127 inherit eutils flag-o-matic toolchain-funcs
128
129 @@ -64,7 +64,7 @@
130 --enable-install-program="arch" \
131 --enable-no-install-program="groups,hostname,kill,su,uptime" \
132 --enable-largefile \
133 - $(use_enable caps libcap) \
134 + $(use caps || echo --disable-libcap) \
135 $(use_enable nls) \
136 $(use_enable acl) \
137 $(use_enable xattr) \
138
139
140
141 1.2 sys-apps/coreutils/coreutils-7.5.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild?r1=1.1&r2=1.2
146
147 Index: coreutils-7.5.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- coreutils-7.5.ebuild 20 Aug 2009 21:57:00 -0000 1.1
154 +++ coreutils-7.5.ebuild 3 Sep 2009 19:53:42 -0000 1.2
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2009 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.1 2009/08/20 21:57:00 vapier Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.5.ebuild,v 1.2 2009/09/03 19:53:42 vapier Exp $
160
161 inherit eutils flag-o-matic toolchain-funcs
162
163 @@ -64,7 +64,7 @@
164 --enable-install-program="arch" \
165 --enable-no-install-program="groups,hostname,kill,su,uptime" \
166 --enable-largefile \
167 - $(use_enable caps libcap) \
168 + $(use caps || echo --disable-libcap) \
169 $(use_enable nls) \
170 $(use_enable acl) \
171 $(use_enable xattr) \