Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.23.0.ebuild ChangeLog
Date: Tue, 30 Dec 2014 22:10:11
Message-Id: 20141230221006.377C8E84E@oystercatcher.gentoo.org
1 williamh 14/12/30 22:10:06
2
3 Modified: busybox-1.23.0.ebuild ChangeLog
4 Log:
5 Put the openrc blocker behind the mdev use flag since it is not relevant otherwise
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.2 sys-apps/busybox/busybox-1.23.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild?r1=1.1&r2=1.2
15
16 Index: busybox-1.23.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- busybox-1.23.0.ebuild 30 Dec 2014 19:13:42 -0000 1.1
23 +++ busybox-1.23.0.ebuild 30 Dec 2014 22:10:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.23.0.ebuild,v 1.1 2014/12/30 19:13:42 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild,v 1.2 2014/12/30 22:10:06 williamh Exp $
29
30 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
31
32 @@ -30,7 +30,7 @@
33 static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
34 >=sys-kernel/linux-headers-2.6.39"
35 RDEPEND="${COMMON_DEPEND}
36 - !<sys-apps/openrc-0.13"
37 +mdev? ( !<sys-apps/openrc-0.13 )"
38
39 S=${WORKDIR}/${MY_P}
40
41
42
43
44 1.373 sys-apps/busybox/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.373&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.373&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.372&r2=1.373
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
53 retrieving revision 1.372
54 retrieving revision 1.373
55 diff -u -r1.372 -r1.373
56 --- ChangeLog 30 Dec 2014 19:13:42 -0000 1.372
57 +++ ChangeLog 30 Dec 2014 22:10:06 -0000 1.373
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/busybox
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.372 2014/12/30 19:13:42 williamh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.373 2014/12/30 22:10:06 williamh Exp $
63 +
64 + 30 Dec 2014; William Hubbs <williamh@g.o> busybox-1.23.0.ebuild:
65 + Put the openrc blocker behind the mdev use flag since it is not relevant
66 + otherwise
67
68 *busybox-1.23.0 (30 Dec 2014)