Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.4.1-r1.ebuild ChangeLog openrc-9999.ebuild
Date: Tue, 30 Dec 2008 17:24:52
Message-Id: E1LHiKl-0008Io-3B@stork.gentoo.org
1 cardoe 08/12/30 17:24:47
2
3 Modified: openrc-0.4.1-r1.ebuild ChangeLog openrc-9999.ebuild
4 Log:
5 remove old clock init script forcibly during the upgrade since it appears to cause problems. bug #252380
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/openrc/openrc-0.4.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: openrc-0.4.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- openrc-0.4.1-r1.ebuild 29 Dec 2008 22:57:50 -0000 1.1
22 +++ openrc-0.4.1-r1.ebuild 30 Dec 2008 17:24:46 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild,v 1.1 2008/12/29 22:57:50 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.4.1-r1.ebuild,v 1.2 2008/12/30 17:24:46 cardoe Exp $
28
29 inherit eutils flag-o-matic multilib toolchain-funcs
30
31 @@ -142,6 +142,9 @@
32 if [[ -e ${ROOT}/etc/conf.d/clock ]] ; then
33 mv "${ROOT}"/etc/conf.d/clock "${ROOT}"/etc/conf.d/${clock}
34 fi
35 + if [[ -e ${ROOT}/etc/init.d/clock ]] ; then
36 + rm -f "${ROOT}"/etc/init.d/clock
37 + fi
38 if [[ -L ${ROOT}/etc/runlevels/boot/clock ]] ; then
39 rm -f "${ROOT}"/etc/runlevels/boot/clock
40 ln -snf /etc/init.d/${clock} "${ROOT}"/etc/runlevels/boot/${clock}
41
42
43
44 1.54 sys-apps/openrc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.54&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.54&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.53&r2=1.54
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
53 retrieving revision 1.53
54 retrieving revision 1.54
55 diff -u -r1.53 -r1.54
56 --- ChangeLog 29 Dec 2008 22:57:50 -0000 1.53
57 +++ ChangeLog 30 Dec 2008 17:24:46 -0000 1.54
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sys-apps/openrc
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.53 2008/12/29 22:57:50 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.54 2008/12/30 17:24:46 cardoe Exp $
63 +
64 + 30 Dec 2008; Doug Goldstein <cardoe@g.o> openrc-0.4.1-r1.ebuild,
65 + openrc-9999.ebuild:
66 + remove old clock init script forcibly during the upgrade since it appears
67 + to cause problems. bug #252380
68
69 *openrc-0.4.1-r1 (29 Dec 2008)
70
71
72
73
74 1.42 sys-apps/openrc/openrc-9999.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.42&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.42&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.41&r2=1.42
79
80 Index: openrc-9999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
83 retrieving revision 1.41
84 retrieving revision 1.42
85 diff -u -r1.41 -r1.42
86 --- openrc-9999.ebuild 19 Dec 2008 22:19:24 -0000 1.41
87 +++ openrc-9999.ebuild 30 Dec 2008 17:24:46 -0000 1.42
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.41 2008/12/19 22:19:24 zzam Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.42 2008/12/30 17:24:46 cardoe Exp $
93
94 inherit eutils flag-o-matic multilib toolchain-funcs
95
96 @@ -141,6 +141,9 @@
97 if [[ -e ${ROOT}/etc/conf.d/clock ]] ; then
98 mv "${ROOT}"/etc/conf.d/clock "${ROOT}"/etc/conf.d/${clock}
99 fi
100 + if [[ -e ${ROOT}/etc/init.d/clock ]] ; then
101 + rm -f "${ROOT}"/etc/init.d/clock
102 + fi
103 if [[ -L ${ROOT}/etc/runlevels/boot/clock ]] ; then
104 rm -f "${ROOT}"/etc/runlevels/boot/clock
105 ln -snf /etc/init.d/${clock} "${ROOT}"/etc/runlevels/boot/${clock}