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/openrc: ChangeLog openrc-9999.ebuild openrc-0.9.4.ebuild
Date: Mon, 21 Nov 2011 03:11:30
Message-Id: 20111121031118.97E312004C@flycatcher.gentoo.org
1 vapier 11/11/21 03:11:18
2
3 Modified: ChangeLog openrc-9999.ebuild openrc-0.9.4.ebuild
4 Log:
5 Trim old baselayout-1 dirs in /lib/.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.175 sys-apps/openrc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.175&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.175&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.174&r2=1.175
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
19 retrieving revision 1.174
20 retrieving revision 1.175
21 diff -u -r1.174 -r1.175
22 --- ChangeLog 18 Nov 2011 18:25:24 -0000 1.174
23 +++ ChangeLog 21 Nov 2011 03:11:18 -0000 1.175
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/openrc
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.174 2011/11/18 18:25:24 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.175 2011/11/21 03:11:18 vapier Exp $
29 +
30 + 21 Nov 2011; Mike Frysinger <vapier@g.o> openrc-0.9.4.ebuild,
31 + openrc-9999.ebuild:
32 + Trim old baselayout-1 dirs in /lib/.
33
34 18 Nov 2011; William Hubbs <williamh@g.o> openrc-9999.ebuild:
35 Add static-libs use flag for bug #378267
36
37
38
39 1.91 sys-apps/openrc/openrc-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.91&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.91&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.90&r2=1.91
44
45 Index: openrc-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
48 retrieving revision 1.90
49 retrieving revision 1.91
50 diff -u -r1.90 -r1.91
51 --- openrc-9999.ebuild 18 Nov 2011 18:25:24 -0000 1.90
52 +++ openrc-9999.ebuild 21 Nov 2011 03:11:18 -0000 1.91
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.90 2011/11/18 18:25:24 williamh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.91 2011/11/21 03:11:18 vapier Exp $
58
59 EAPI=4
60
61 @@ -415,6 +415,10 @@
62 # update the dependency tree after touching all files #224171
63 [[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
64
65 + # baselayout leaves behind a lot of .keep files, so let's clean them up
66 + find "${ROOT}"/lib*/rcscripts/ -name .keep -exec rm -f {} +
67 + find "${ROOT}"/lib*/rcscripts/ -depth -type d -exec rmdir {} + 2>/dev/null
68 +
69 elog "You should now update all files in /etc, using etc-update"
70 elog "or equivalent before restarting any services or this host."
71 elog
72
73
74
75 1.3 sys-apps/openrc/openrc-0.9.4.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild?r1=1.2&r2=1.3
80
81 Index: openrc-0.9.4.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -u -r1.2 -r1.3
87 --- openrc-0.9.4.ebuild 7 Nov 2011 12:57:19 -0000 1.2
88 +++ openrc-0.9.4.ebuild 21 Nov 2011 03:11:18 -0000 1.3
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild,v 1.2 2011/11/07 12:57:19 aballier Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild,v 1.3 2011/11/21 03:11:18 vapier Exp $
94
95 EAPI=4
96
97 @@ -419,6 +419,10 @@
98 # update the dependency tree after touching all files #224171
99 [[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
100
101 + # baselayout leaves behind a lot of .keep files, so let's clean them up
102 + find "${ROOT}"/lib*/rcscripts/ -name .keep -exec rm -f {} +
103 + find "${ROOT}"/lib*/rcscripts/ -depth -type d -exec rmdir {} + 2>/dev/null
104 +
105 elog "You should now update all files in /etc, using etc-update"
106 elog "or equivalent before restarting any services or this host."
107 elog