Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.15.2.ebuild busybox-1.14.2.ebuild ChangeLog busybox-1.15.3.ebuild busybox-1.16.0.ebuild
Date: Wed, 31 Mar 2010 19:16:42
Message-Id: E1Nx2Mc-0003ce-4a@stork.gentoo.org
1 solar 10/03/31 18:10:02
2
3 Modified: busybox-1.15.2.ebuild busybox-1.14.2.ebuild
4 ChangeLog busybox-1.15.3.ebuild
5 busybox-1.16.0.ebuild
6 Log:
7 - elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
8 (Portage version: 2.1.8.2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-apps/busybox/busybox-1.15.2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild?r1=1.1&r2=1.2
16
17 Index: busybox-1.15.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- busybox-1.15.2.ebuild 5 Nov 2009 00:52:52 -0000 1.1
24 +++ busybox-1.15.2.ebuild 31 Mar 2010 18:10:01 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild,v 1.1 2009/11/05 00:52:52 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild,v 1.2 2010/03/31 18:10:01 solar Exp $
31
32 inherit eutils flag-o-matic savedconfig toolchain-funcs
33
34 @@ -57,7 +57,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
38 -IUSE="debug make-symlinks pam selinux static"
39 +IUSE="debug make-symlinks pam selinux static elibc_glibc"
40 RESTRICT="test"
41
42 DEPEND="selinux? ( sys-libs/libselinux )
43
44
45
46 1.8 sys-apps/busybox/busybox-1.14.2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild?r1=1.7&r2=1.8
51
52 Index: busybox-1.14.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- busybox-1.14.2.ebuild 17 Nov 2009 19:57:04 -0000 1.7
59 +++ busybox-1.14.2.ebuild 31 Mar 2010 18:10:01 -0000 1.8
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2010 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.14.2.ebuild,v 1.7 2009/11/17 19:57:04 ranger Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild,v 1.8 2010/03/31 18:10:01 solar Exp $
66
67 inherit eutils flag-o-matic savedconfig toolchain-funcs
68
69 @@ -57,7 +57,7 @@
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
73 -IUSE="debug make-symlinks pam selinux static"
74 +IUSE="debug make-symlinks pam selinux static elibc_glibc"
75 RESTRICT="test"
76
77 DEPEND="selinux? ( sys-libs/libselinux )
78
79
80
81 1.247 sys-apps/busybox/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.247&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.247&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.246&r2=1.247
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
90 retrieving revision 1.246
91 retrieving revision 1.247
92 diff -u -r1.246 -r1.247
93 --- ChangeLog 23 Mar 2010 20:20:56 -0000 1.246
94 +++ ChangeLog 31 Mar 2010 18:10:01 -0000 1.247
95 @@ -1,6 +1,11 @@
96 # ChangeLog for sys-apps/busybox
97 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.246 2010/03/23 20:20:56 ranger Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.247 2010/03/31 18:10:01 solar Exp $
100 +
101 + 31 Mar 2010; <solar@g.o> busybox-1.14.2.ebuild,
102 + busybox-1.15.2.ebuild, busybox-1.15.3.ebuild, busybox-1.16.0.ebuild:
103 + - elibc_glibc has to be defined in IUSE= for profiles that are unable to
104 + use.force that flag bug #312085
105
106 23 Mar 2010; Brent Baude <ranger@g.o> busybox-1.15.3.ebuild:
107 stable ppc, bug 305619
108
109
110
111 1.9 sys-apps/busybox/busybox-1.15.3.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild?rev=1.9&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild?rev=1.9&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild?r1=1.8&r2=1.9
116
117 Index: busybox-1.15.3.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild,v
120 retrieving revision 1.8
121 retrieving revision 1.9
122 diff -u -r1.8 -r1.9
123 --- busybox-1.15.3.ebuild 23 Mar 2010 20:20:56 -0000 1.8
124 +++ busybox-1.15.3.ebuild 31 Mar 2010 18:10:01 -0000 1.9
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild,v 1.8 2010/03/23 20:20:56 ranger Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild,v 1.9 2010/03/31 18:10:01 solar Exp $
130
131 inherit eutils flag-o-matic savedconfig toolchain-funcs
132
133 @@ -57,7 +57,7 @@
134 LICENSE="GPL-2"
135 SLOT="0"
136 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
137 -IUSE="debug make-symlinks pam selinux static"
138 +IUSE="debug make-symlinks pam selinux static elibc_glibc"
139 RESTRICT="test"
140
141 DEPEND="selinux? ( sys-libs/libselinux )
142
143
144
145 1.4 sys-apps/busybox/busybox-1.16.0.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild?rev=1.4&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild?rev=1.4&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild?r1=1.3&r2=1.4
150
151 Index: busybox-1.16.0.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild,v
154 retrieving revision 1.3
155 retrieving revision 1.4
156 diff -u -r1.3 -r1.4
157 --- busybox-1.16.0.ebuild 15 Mar 2010 00:21:50 -0000 1.3
158 +++ busybox-1.16.0.ebuild 31 Mar 2010 18:10:01 -0000 1.4
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2010 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild,v 1.3 2010/03/15 00:21:50 solar Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild,v 1.4 2010/03/31 18:10:01 solar Exp $
164
165 EAPI=2
166 inherit eutils flag-o-matic savedconfig toolchain-funcs
167 @@ -58,7 +58,7 @@
168 LICENSE="GPL-2"
169 SLOT="0"
170 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
171 -IUSE="debug ipv6 make-symlinks +mdev -pam selinux static"
172 +IUSE="debug ipv6 make-symlinks +mdev -pam selinux static elibc_glibc"
173 RESTRICT="test"
174
175 DEPEND="selinux? ( sys-libs/libselinux )