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.21.0.ebuild busybox-9999.ebuild ChangeLog
Date: Thu, 28 Feb 2013 22:43:24
Message-Id: 20130228224320.393AE2171D@flycatcher.gentoo.org
1 vapier 13/02/28 22:43:20
2
3 Modified: busybox-1.21.0.ebuild busybox-9999.ebuild ChangeLog
4 Log:
5 Provide /usr/bin/env symlink as some shell scripts use it as a poor mans $PATH search.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.9 sys-apps/busybox/busybox-1.21.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild?r1=1.8&r2=1.9
15
16 Index: busybox-1.21.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- busybox-1.21.0.ebuild 27 Feb 2013 08:07:27 -0000 1.8
23 +++ busybox-1.21.0.ebuild 28 Feb 2013 22:43:20 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v 1.8 2013/02/27 08:07:27 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v 1.9 2013/02/28 22:43:20 vapier Exp $
29
30 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
31
32 @@ -242,6 +242,9 @@
33 # bundle up the symlink files for use later
34 emake DESTDIR="${ED}" install
35 rm _install/bin/busybox
36 + # for compatibility, provide /usr/bin/env
37 + mkdir -p _install/usr/bin
38 + ln -s /bin/env _install/usr/bin/env
39 tar cf busybox-links.tar -C _install . || : #;die
40 insinto /usr/share/${PN}
41 use make-symlinks && doins busybox-links.tar
42
43
44
45 1.15 sys-apps/busybox/busybox-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?r1=1.14&r2=1.15
50
51 Index: busybox-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- busybox-9999.ebuild 27 Feb 2013 08:07:27 -0000 1.14
58 +++ busybox-9999.ebuild 28 Feb 2013 22:43:20 -0000 1.15
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.14 2013/02/27 08:07:27 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.15 2013/02/28 22:43:20 vapier Exp $
64
65 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
66
67 @@ -242,6 +242,9 @@
68 # bundle up the symlink files for use later
69 emake DESTDIR="${ED}" install
70 rm _install/bin/busybox
71 + # for compatibility, provide /usr/bin/env
72 + mkdir -p _install/usr/bin
73 + ln -s /bin/env _install/usr/bin/env
74 tar cf busybox-links.tar -C _install . || : #;die
75 insinto /usr/share/${PN}
76 use make-symlinks && doins busybox-links.tar
77
78
79
80 1.343 sys-apps/busybox/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.343&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.343&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.342&r2=1.343
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
89 retrieving revision 1.342
90 retrieving revision 1.343
91 diff -u -r1.342 -r1.343
92 --- ChangeLog 27 Feb 2013 08:07:27 -0000 1.342
93 +++ ChangeLog 28 Feb 2013 22:43:20 -0000 1.343
94 @@ -1,6 +1,11 @@
95 # ChangeLog for sys-apps/busybox
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.342 2013/02/27 08:07:27 vapier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.343 2013/02/28 22:43:20 vapier Exp $
99 +
100 + 28 Feb 2013; Mike Frysinger <vapier@g.o> busybox-1.21.0.ebuild,
101 + busybox-9999.ebuild:
102 + Provide /usr/bin/env symlink as some shell scripts use it as a poor mans $PATH
103 + search.
104
105 27 Feb 2013; Mike Frysinger <vapier@g.o> busybox-1.21.0.ebuild,
106 busybox-9999.ebuild: