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/busybox: busybox-1.19.2.ebuild busybox-1.19.3.ebuild busybox-1.19.2-r1.ebuild busybox-1.19.0.ebuild ChangeLog busybox-1.18.5.ebuild busybox-1.17.4.ebuild busybox-1.18.4.ebuild
Date: Tue, 20 Dec 2011 23:47:58
Message-Id: 20111220234746.580D32004B@flycatcher.gentoo.org
1 vapier 11/12/20 23:47:46
2
3 Modified: busybox-1.19.2.ebuild busybox-1.19.3.ebuild
4 busybox-1.19.2-r1.ebuild busybox-1.19.0.ebuild
5 ChangeLog busybox-1.18.5.ebuild
6 busybox-1.17.4.ebuild busybox-1.18.4.ebuild
7 Log:
8 Drop IUSE=+mdev for all ebuilds #395409 by Grzegorz Krzystek.
9
10 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 sys-apps/busybox/busybox-1.19.2.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild?r1=1.1&r2=1.2
18
19 Index: busybox-1.19.2.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- busybox-1.19.2.ebuild 17 Sep 2011 03:46:33 -0000 1.1
26 +++ busybox-1.19.2.ebuild 20 Dec 2011 23:47:46 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild,v 1.1 2011/09/17 03:46:33 vapier Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2.ebuild,v 1.2 2011/12/20 23:47:46 vapier Exp $
32
33 EAPI="3"
34 inherit eutils flag-o-matic savedconfig toolchain-funcs
35 @@ -58,7 +58,7 @@
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
39 -IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
40 +IUSE="debug ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
41 RESTRICT="test"
42
43 RDEPEND="selinux? ( sys-libs/libselinux )
44
45
46
47 1.2 sys-apps/busybox/busybox-1.19.3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild?r1=1.1&r2=1.2
52
53 Index: busybox-1.19.3.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- busybox-1.19.3.ebuild 7 Nov 2011 00:08:05 -0000 1.1
60 +++ busybox-1.19.3.ebuild 20 Dec 2011 23:47:46 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild,v 1.1 2011/11/07 00:08:05 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3.ebuild,v 1.2 2011/12/20 23:47:46 vapier Exp $
66
67 EAPI="3"
68 inherit eutils flag-o-matic savedconfig toolchain-funcs
69 @@ -58,7 +58,7 @@
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
73 -IUSE="ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
74 +IUSE="ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
75 RESTRICT="test"
76
77 RDEPEND="selinux? ( sys-libs/libselinux )
78
79
80
81 1.2 sys-apps/busybox/busybox-1.19.2-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild?r1=1.1&r2=1.2
86
87 Index: busybox-1.19.2-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- busybox-1.19.2-r1.ebuild 18 Oct 2011 20:17:16 -0000 1.1
94 +++ busybox-1.19.2-r1.ebuild 20 Dec 2011 23:47:46 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild,v 1.1 2011/10/18 20:17:16 vapier Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.2-r1.ebuild,v 1.2 2011/12/20 23:47:46 vapier Exp $
100
101 EAPI="3"
102 inherit eutils flag-o-matic savedconfig toolchain-funcs
103 @@ -58,7 +58,7 @@
104 LICENSE="GPL-2"
105 SLOT="0"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
107 -IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
108 +IUSE="debug ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
109 RESTRICT="test"
110
111 RDEPEND="selinux? ( sys-libs/libselinux )
112
113
114
115 1.8 sys-apps/busybox/busybox-1.19.0.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild?rev=1.8&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild?rev=1.8&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild?r1=1.7&r2=1.8
120
121 Index: busybox-1.19.0.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild,v
124 retrieving revision 1.7
125 retrieving revision 1.8
126 diff -u -r1.7 -r1.8
127 --- busybox-1.19.0.ebuild 27 Aug 2011 17:48:06 -0000 1.7
128 +++ busybox-1.19.0.ebuild 20 Dec 2011 23:47:46 -0000 1.8
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild,v 1.7 2011/08/27 17:48:06 armin76 Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.0.ebuild,v 1.8 2011/12/20 23:47:46 vapier Exp $
134
135 EAPI="3"
136 inherit eutils flag-o-matic savedconfig toolchain-funcs
137 @@ -58,7 +58,7 @@
138 LICENSE="GPL-2"
139 SLOT="0"
140 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
141 -IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
142 +IUSE="debug ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
143 RESTRICT="test"
144
145 RDEPEND="selinux? ( sys-libs/libselinux )
146
147
148
149 1.290 sys-apps/busybox/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.290&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.290&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.289&r2=1.290
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
158 retrieving revision 1.289
159 retrieving revision 1.290
160 diff -u -r1.289 -r1.290
161 --- ChangeLog 20 Dec 2011 15:46:47 -0000 1.289
162 +++ ChangeLog 20 Dec 2011 23:47:46 -0000 1.290
163 @@ -1,6 +1,11 @@
164 # ChangeLog for sys-apps/busybox
165 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.289 2011/12/20 15:46:47 vapier Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.290 2011/12/20 23:47:46 vapier Exp $
168 +
169 + 20 Dec 2011; Mike Frysinger <vapier@g.o> busybox-1.17.4.ebuild,
170 + busybox-1.18.4.ebuild, busybox-1.18.5.ebuild, busybox-1.19.0.ebuild,
171 + busybox-1.19.2.ebuild, busybox-1.19.2-r1.ebuild, busybox-1.19.3.ebuild:
172 + Drop IUSE=+mdev for all ebuilds #395409 by Grzegorz Krzystek.
173
174 20 Dec 2011; Mike Frysinger <vapier@g.o> busybox-1.19.3-r1.ebuild:
175 Drop USE=mdev default so it can work with virtual/dev-manager #395319 by
176
177
178
179 1.3 sys-apps/busybox/busybox-1.18.5.ebuild
180
181 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild?rev=1.3&view=markup
182 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild?rev=1.3&content-type=text/plain
183 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild?r1=1.2&r2=1.3
184
185 Index: busybox-1.18.5.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild,v
188 retrieving revision 1.2
189 retrieving revision 1.3
190 diff -u -r1.2 -r1.3
191 --- busybox-1.18.5.ebuild 14 Aug 2011 20:00:31 -0000 1.2
192 +++ busybox-1.18.5.ebuild 20 Dec 2011 23:47:46 -0000 1.3
193 @@ -1,6 +1,6 @@
194 # Copyright 1999-2011 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild,v 1.2 2011/08/14 20:00:31 vapier Exp $
197 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.5.ebuild,v 1.3 2011/12/20 23:47:46 vapier Exp $
198
199 EAPI="3"
200 inherit eutils flag-o-matic savedconfig toolchain-funcs
201 @@ -58,7 +58,7 @@
202 LICENSE="GPL-2"
203 SLOT="0"
204 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
205 -IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
206 +IUSE="debug ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
207 RESTRICT="test"
208
209 RDEPEND="selinux? ( sys-libs/libselinux )
210
211
212
213 1.12 sys-apps/busybox/busybox-1.17.4.ebuild
214
215 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild?rev=1.12&view=markup
216 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild?rev=1.12&content-type=text/plain
217 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild?r1=1.11&r2=1.12
218
219 Index: busybox-1.17.4.ebuild
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild,v
222 retrieving revision 1.11
223 retrieving revision 1.12
224 diff -u -r1.11 -r1.12
225 --- busybox-1.17.4.ebuild 20 Feb 2011 09:27:03 -0000 1.11
226 +++ busybox-1.17.4.ebuild 20 Dec 2011 23:47:46 -0000 1.12
227 @@ -1,6 +1,6 @@
228 # Copyright 1999-2011 Gentoo Foundation
229 # Distributed under the terms of the GNU General Public License v2
230 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild,v 1.11 2011/02/20 09:27:03 xarthisius Exp $
231 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.17.4.ebuild,v 1.12 2011/12/20 23:47:46 vapier Exp $
232
233 EAPI=2
234 inherit eutils flag-o-matic savedconfig toolchain-funcs
235 @@ -58,7 +58,7 @@
236 LICENSE="GPL-2"
237 SLOT="0"
238 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
239 -IUSE="debug ipv6 make-symlinks +mdev -pam selinux static elibc_glibc"
240 +IUSE="debug ipv6 make-symlinks mdev -pam selinux static elibc_glibc"
241 RESTRICT="test"
242
243 DEPEND="selinux? ( sys-libs/libselinux )
244
245
246
247 1.5 sys-apps/busybox/busybox-1.18.4.ebuild
248
249 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild?rev=1.5&view=markup
250 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild?rev=1.5&content-type=text/plain
251 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild?r1=1.4&r2=1.5
252
253 Index: busybox-1.18.4.ebuild
254 ===================================================================
255 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild,v
256 retrieving revision 1.4
257 retrieving revision 1.5
258 diff -u -r1.4 -r1.5
259 --- busybox-1.18.4.ebuild 29 Jul 2011 07:52:36 -0000 1.4
260 +++ busybox-1.18.4.ebuild 20 Dec 2011 23:47:46 -0000 1.5
261 @@ -1,6 +1,6 @@
262 # Copyright 1999-2011 Gentoo Foundation
263 # Distributed under the terms of the GNU General Public License v2
264 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild,v 1.4 2011/07/29 07:52:36 zmedico Exp $
265 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild,v 1.5 2011/12/20 23:47:46 vapier Exp $
266
267 EAPI="3"
268 inherit eutils flag-o-matic savedconfig toolchain-funcs
269 @@ -58,7 +58,7 @@
270 LICENSE="GPL-2"
271 SLOT="0"
272 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
273 -IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc"
274 +IUSE="debug ipv6 make-symlinks mdev nfs -pam selinux static elibc_glibc"
275 RESTRICT="test"
276
277 RDEPEND="selinux? ( sys-libs/libselinux )