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: Wed, 27 Feb 2013 08:07:32
Message-Id: 20130227080727.D28FB2171D@flycatcher.gentoo.org
1 vapier 13/02/27 08:07:27
2
3 Modified: busybox-1.21.0.ebuild busybox-9999.ebuild ChangeLog
4 Log:
5 Use newexe rather than newins for the udhcpc script as pointed out by Mandeep Singh Baines in ChromiumOS.
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.8 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.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild?r1=1.7&r2=1.8
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.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- busybox-1.21.0.ebuild 27 Feb 2013 05:44:01 -0000 1.7
23 +++ busybox-1.21.0.ebuild 27 Feb 2013 08:07:27 -0000 1.8
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.7 2013/02/27 05:44:01 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v 1.8 2013/02/27 08:07:27 vapier Exp $
29
30 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
31
32 @@ -231,8 +231,8 @@
33 fi
34 if busybox_config_enabled UDHCPC; then
35 local path=$(busybox_config_enabled UDHCPC_DEFAULT_SCRIPT)
36 - insinto "${path%/*}"
37 - newins examples/udhcp/simple.script "${path##*/}"
38 + exeinto "${path%/*}"
39 + newexe examples/udhcp/simple.script "${path##*/}"
40 fi
41 if busybox_config_enabled UDHCPD; then
42 insinto /etc
43
44
45
46 1.14 sys-apps/busybox/busybox-9999.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.14&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?rev=1.14&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild?r1=1.13&r2=1.14
51
52 Index: busybox-9999.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v
55 retrieving revision 1.13
56 retrieving revision 1.14
57 diff -u -r1.13 -r1.14
58 --- busybox-9999.ebuild 27 Feb 2013 05:44:01 -0000 1.13
59 +++ busybox-9999.ebuild 27 Feb 2013 08:07:27 -0000 1.14
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.13 2013/02/27 05:44:01 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.14 2013/02/27 08:07:27 vapier Exp $
65
66 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
67
68 @@ -231,8 +231,8 @@
69 fi
70 if busybox_config_enabled UDHCPC; then
71 local path=$(busybox_config_enabled UDHCPC_DEFAULT_SCRIPT)
72 - insinto "${path%/*}"
73 - newins examples/udhcp/simple.script "${path##*/}"
74 + exeinto "${path%/*}"
75 + newexe examples/udhcp/simple.script "${path##*/}"
76 fi
77 if busybox_config_enabled UDHCPD; then
78 insinto /etc
79
80
81
82 1.342 sys-apps/busybox/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.342&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.342&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.341&r2=1.342
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
91 retrieving revision 1.341
92 retrieving revision 1.342
93 diff -u -r1.341 -r1.342
94 --- ChangeLog 27 Feb 2013 05:44:01 -0000 1.341
95 +++ ChangeLog 27 Feb 2013 08:07:27 -0000 1.342
96 @@ -1,6 +1,11 @@
97 # ChangeLog for sys-apps/busybox
98 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.341 2013/02/27 05:44:01 vapier Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.342 2013/02/27 08:07:27 vapier Exp $
101 +
102 + 27 Feb 2013; Mike Frysinger <vapier@g.o> busybox-1.21.0.ebuild,
103 + busybox-9999.ebuild:
104 + Use newexe rather than newins for the udhcpc script as pointed out by Mandeep
105 + Singh Baines in ChromiumOS.
106
107 27 Feb 2013; Mike Frysinger <vapier@g.o> busybox-1.21.0.ebuild,
108 busybox-9999.ebuild: