Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: apcupsd-3.14.7.ebuild ChangeLog apcupsd-3.14.8-r1.ebuild
Date: Mon, 29 Aug 2011 13:39:08
Message-Id: 20110829133855.6D8252004C@flycatcher.gentoo.org
1 flameeyes 11/08/29 13:38:55
2
3 Modified: apcupsd-3.14.7.ebuild ChangeLog
4 apcupsd-3.14.8-r1.ebuild
5 Log:
6 Avoid depending on OpenRC for the old versions, .9 will be the one openrc-only, the older ones will have to work with baselayout 1 as well, for people not updating right now.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sys-power/apcupsd/apcupsd-3.14.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild?r1=1.10&r2=1.11
16
17 Index: apcupsd-3.14.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- apcupsd-3.14.7.ebuild 26 Aug 2011 10:08:01 -0000 1.10
24 +++ apcupsd-3.14.7.ebuild 29 Aug 2011 13:38:55 -0000 1.11
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild,v 1.10 2011/08/26 10:08:01 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.7.ebuild,v 1.11 2011/08/29 13:38:55 flameeyes Exp $
30
31 WEBAPP_MANUAL_SLOT="yes"
32 WEBAPP_OPTIONAL="yes"
33 @@ -24,7 +24,6 @@
34 =dev-libs/glib-2*
35 >=gnome-base/gconf-2.0 )"
36 RDEPEND="${DEPEND}
37 - sys-apps/openrc
38 virtual/mailx"
39
40 pkg_setup() {
41 @@ -92,7 +91,7 @@
42 use cgi && webapp_src_install
43
44 rm "${D}"/etc/init.d/apcupsd
45 - newinitd "${FILESDIR}/${PN}.init.2" "${PN}" || die "newinitd failed"
46 + newinitd "${FILESDIR}/${PN}.init.2a" "${PN}" || die "newinitd failed"
47
48 if has_version sys-apps/openrc; then
49 newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail || die "newinitd failed"
50
51
52
53 1.74 sys-power/apcupsd/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.74&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.74&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.73&r2=1.74
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
62 retrieving revision 1.73
63 retrieving revision 1.74
64 diff -u -r1.73 -r1.74
65 --- ChangeLog 26 Aug 2011 10:53:51 -0000 1.73
66 +++ ChangeLog 29 Aug 2011 13:38:55 -0000 1.74
67 @@ -1,6 +1,12 @@
68 # ChangeLog for sys-power/apcupsd
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.73 2011/08/26 10:53:51 flameeyes Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.74 2011/08/29 13:38:55 flameeyes Exp $
72 +
73 + 29 Aug 2011; Diego E. Pettenò <flameeyes@g.o> apcupsd-3.14.7.ebuild,
74 + apcupsd-3.14.8-r1.ebuild, +files/apcupsd.init.2a:
75 + Avoid depending on OpenRC for the old versions, .9 will be the one
76 + openrc-only, the older ones will have to work with baselayout 1 as well, for
77 + people not updating right now.
78
79 *apcupsd-3.14.9-r1 (26 Aug 2011)
80
81
82
83
84 1.7 sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild?rev=1.7&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild?rev=1.7&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild?r1=1.6&r2=1.7
89
90 Index: apcupsd-3.14.8-r1.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild,v
93 retrieving revision 1.6
94 retrieving revision 1.7
95 diff -u -r1.6 -r1.7
96 --- apcupsd-3.14.8-r1.ebuild 26 Aug 2011 10:08:01 -0000 1.6
97 +++ apcupsd-3.14.8-r1.ebuild 29 Aug 2011 13:38:55 -0000 1.7
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild,v 1.6 2011/08/26 10:08:01 flameeyes Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild,v 1.7 2011/08/29 13:38:55 flameeyes Exp $
103
104 EAPI=3
105
106 @@ -23,7 +23,6 @@
107 dev-libs/glib:2
108 >=gnome-base/gconf-2.0 )"
109 RDEPEND="${DEPEND}
110 - sys-apps/openrc
111 virtual/mailx"
112
113 CONFIG_CHECK="~USB_HIDDEV ~HIDRAW"
114 @@ -87,7 +86,7 @@
115 dohtml -r doc/manual/* || die "dodoc failed"
116
117 rm "${D}"/etc/init.d/apcupsd
118 - newinitd "${FILESDIR}/${PN}.init.2" "${PN}" || die "newinitd failed"
119 + newinitd "${FILESDIR}/${PN}.init.2a" "${PN}" || die "newinitd failed"
120
121 if has_version sys-apps/openrc; then
122 newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail || die "newinitd failed"