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.20.0.ebuild busybox-1.19.3-r1.ebuild busybox-9999.ebuild ChangeLog
Date: Sat, 26 May 2012 00:07:22
Message-Id: 20120526000712.42FA02004B@flycatcher.gentoo.org
1 vapier 12/05/26 00:07:12
2
3 Modified: busybox-1.20.0.ebuild busybox-1.19.3-r1.ebuild
4 busybox-9999.ebuild ChangeLog
5 Log:
6 Install /bin/vi -> busybox symlink when USE=livecd #319917 by Antoni Sawicki.
7
8 (Portage version: HEAD/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sys-apps/busybox/busybox-1.20.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild?r1=1.4&r2=1.5
16
17 Index: busybox-1.20.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- busybox-1.20.0.ebuild 26 May 2012 00:03:28 -0000 1.4
24 +++ busybox-1.20.0.ebuild 26 May 2012 00:07:11 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v 1.4 2012/05/26 00:03:28 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v 1.5 2012/05/26 00:07:11 vapier Exp $
30
31 EAPI="4"
32 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
33 @@ -57,7 +57,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static"
38 +IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static"
39 RESTRICT="test"
40
41 RDEPEND="selinux? ( sys-libs/libselinux )
42 @@ -246,6 +246,9 @@
43
44 newinitd "${FILESDIR}"/mdev.rc.1 mdev
45 fi
46 + if use livecd ; then
47 + dosym busybox /bin/vi
48 + fi
49
50 # bundle up the symlink files for use later
51 emake DESTDIR="${ED}" install
52
53
54
55 1.14 sys-apps/busybox/busybox-1.19.3-r1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?rev=1.14&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?rev=1.14&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild?r1=1.13&r2=1.14
60
61 Index: busybox-1.19.3-r1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v
64 retrieving revision 1.13
65 retrieving revision 1.14
66 diff -u -r1.13 -r1.14
67 --- busybox-1.19.3-r1.ebuild 26 May 2012 00:03:28 -0000 1.13
68 +++ busybox-1.19.3-r1.ebuild 26 May 2012 00:07:11 -0000 1.14
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2012 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v 1.13 2012/05/26 00:03:28 vapier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.19.3-r1.ebuild,v 1.14 2012/05/26 00:07:11 vapier Exp $
74
75 EAPI="3"
76 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
77 @@ -59,7 +59,7 @@
78 LICENSE="GPL-2"
79 SLOT="0"
80 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
81 -IUSE="ipv6 make-symlinks mdev -pam selinux static elibc_glibc"
82 +IUSE="ipv6 livecd make-symlinks mdev -pam selinux static elibc_glibc"
83 RESTRICT="test"
84
85 RDEPEND="selinux? ( sys-libs/libselinux )
86 @@ -230,6 +230,9 @@
87
88 newinitd "${FILESDIR}"/mdev.rc.1 mdev || die
89 fi
90 + if use livecd ; then
91 + dosym busybox /bin/vi
92 + fi
93
94 # bundle up the symlink files for use later
95 emake DESTDIR="${ED}" install || die
96
97
98
99 1.4 sys-apps/busybox/busybox-9999.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.4&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.4&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?r1=1.3&r2=1.4
104
105 Index: busybox-9999.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v
108 retrieving revision 1.3
109 retrieving revision 1.4
110 diff -u -r1.3 -r1.4
111 --- busybox-9999.ebuild 26 May 2012 00:03:28 -0000 1.3
112 +++ busybox-9999.ebuild 26 May 2012 00:07:11 -0000 1.4
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2012 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.3 2012/05/26 00:03:28 vapier Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.4 2012/05/26 00:07:11 vapier Exp $
118
119 EAPI="4"
120 inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
121 @@ -57,7 +57,7 @@
122
123 LICENSE="GPL-2"
124 SLOT="0"
125 -IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static"
126 +IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static"
127 RESTRICT="test"
128
129 RDEPEND="selinux? ( sys-libs/libselinux )
130 @@ -246,6 +246,9 @@
131
132 newinitd "${FILESDIR}"/mdev.rc.1 mdev
133 fi
134 + if use livecd ; then
135 + dosym busybox /bin/vi
136 + fi
137
138 # bundle up the symlink files for use later
139 emake DESTDIR="${ED}" install
140
141
142
143 1.309 sys-apps/busybox/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.309&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.309&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.308&r2=1.309
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
152 retrieving revision 1.308
153 retrieving revision 1.309
154 diff -u -r1.308 -r1.309
155 --- ChangeLog 26 May 2012 00:03:28 -0000 1.308
156 +++ ChangeLog 26 May 2012 00:07:11 -0000 1.309
157 @@ -1,6 +1,10 @@
158 # ChangeLog for sys-apps/busybox
159 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.308 2012/05/26 00:03:28 vapier Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.309 2012/05/26 00:07:11 vapier Exp $
162 +
163 + 26 May 2012; Mike Frysinger <vapier@g.o> busybox-1.19.3-r1.ebuild,
164 + busybox-1.20.0.ebuild, busybox-9999.ebuild:
165 + Install /bin/vi -> busybox symlink when USE=livecd #319917 by Antoni Sawicki.
166
167 26 May 2012; Mike Frysinger <vapier@g.o> busybox-1.19.3-r1.ebuild,
168 busybox-1.20.0.ebuild, busybox-9999.ebuild: