* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-05-16 20:50 Diego Petteno (flameeyes)
0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-05-16 20:50 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/05/16 20:50:46
Modified: ChangeLog
Added: apcupsd-3.14.6.ebuild
Log:
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.45 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 22 Mar 2009 15:22:28 -0000 1.44
+++ ChangeLog 16 May 2009 20:50:46 -0000 1.45
@@ -1,6 +1,12 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.44 2009/03/22 15:22:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.45 2009/05/16 20:50:46 flameeyes Exp $
+
+*apcupsd-3.14.6 (16 May 2009)
+
+ 16 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ +apcupsd-3.14.6.ebuild:
+ Version bump.
22 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
files/apcupsd.powerfail.init:
1.1 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.1&content-type=text/plain
Index: apcupsd-3.14.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.1 2009/05/16 20:50:46 flameeyes Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
inherit eutils webapp
DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown"
HOMEPAGE="http://www.apcupsd.org/"
SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="snmp usb cgi nls gnome"
DEPEND="
cgi? ( >=media-libs/gd-1.8.4
${WEBAPP_DEPEND} )
nls? ( sys-devel/gettext )
snmp? ( net-analyzer/net-snmp )
gnome? ( >=x11-libs/gtk+-2.4.0
>=dev-libs/glib-2.0
>=gnome-base/gconf-2.0 )"
RDEPEND="${DEPEND}
virtual/mailx"
pkg_setup() {
use cgi && webapp_pkg_setup
}
src_compile() {
local myconf
use cgi && myconf="${myconf} --enable-cgi --with-cgi-bin=${MY_CGIBINDIR}"
if use usb; then
myconf="${myconf} --with-upstype=usb --with-upscable=usb --enable-usb --with-dev= "
else
myconf="${myconf} --with-upstype=apcsmart --with-upscable=smart --disable-usb"
fi
# We force the DISTNAME to gentoo so it will use gentoo's layout also
# when installed on non-linux systems.
econf \
--sbindir=/sbin \
--sysconfdir=/etc/apcupsd \
--with-pwrfail-dir=/etc/apcupsd \
--with-lock-dir=/var/lock \
--with-pid-dir=/var/run \
--with-log-dir=/var/log \
--with-nis-port=3551 \
--enable-net --enable-pcnet \
--with-distname=gentoo \
$(use_enable snmp net-snmp) \
$(use_enable gnome gapcmon) \
${myconf} \
APCUPSD_MAIL=/bin/mail \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
use cgi && webapp_src_preinst
emake DESTDIR="${D}" install || die "installed failed"
rm -f "${D}"/etc/init.d/halt
insinto /etc/apcupsd
newins examples/safe.apccontrol safe.apccontrol
dodoc ChangeLog* ReleaseNotes
doman doc/*.8 doc/*.5 || die "doman failed"
dohtml -r doc/manual/* || die "dodoc failed"
use cgi && webapp_src_install
rm "${D}"/etc/init.d/apcupsd
newinitd "${FILESDIR}/${PN}.init.2" "${PN}" || die "newinitd failed"
newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail || die "newinitd failed"
}
pkg_postinst() {
if use cgi; then
elog "If you are upgrading from a previous version, please note"
elog "that the CGI interface is now installed using webapp-config."
elog "/var/www/apcupsd is no longer present."
webapp_pkg_postinst
fi
elog ""
elog "Since version 3.14.0 you can use multiple apcupsd instances to"
elog "control more than one UPS in a single box."
elog "To do this, create a link between /etc/init.d/apcupsd to a new"
elog "/etc/init.d/apcupsd.something, and it will then load the"
elog "configuration file at /etc/apcupsd/something.conf."
elog ""
if [ -d "${ROOT}"/etc/runlevels/shutdown -a \
! -e "${ROOT}"/etc/runlevels/shutdown/"${PN}".powerfail ] ; then
elog 'If you want apcupsd to power off your UPS when it'
elog 'shuts down your system in a power failure, you must'
elog 'add apcupsd.powerfail to your shutdown runlevel:'
elog ''
elog ' \e[01m rc-update add apcupsd.powerfail shutdown \e[0m'
elog ''
fi
}
pkg_prerm() {
use cgi && webapp_pkg_prerm
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-06-16 14:05 Diego Petteno (flameeyes)
0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-16 14:05 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/06/16 14:05:37
Modified: ChangeLog apcupsd-3.14.6.ebuild
Log:
Only install the powerfail init script if openrc is installed; this way it's not polluting the installation for baselayout 1 users. Closes bug #271480.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.49 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 23 May 2009 12:03:34 -0000 1.48
+++ ChangeLog 16 Jun 2009 14:05:36 -0000 1.49
@@ -1,6 +1,12 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.48 2009/05/23 12:03:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.49 2009/06/16 14:05:36 flameeyes Exp $
+
+ 16 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ apcupsd-3.14.6.ebuild:
+ Only install the powerfail init script if openrc is installed; this way
+ it's not polluting the installation for baselayout 1 users. Closes bug
+ #271480.
23 May 2009; Markus Meier <maekke@gentoo.org> apcupsd-3.14.5-r2.ebuild:
amd64 stable, bug #255048
1.2 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?r1=1.1&r2=1.2
Index: apcupsd-3.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apcupsd-3.14.6.ebuild 16 May 2009 20:50:46 -0000 1.1
+++ apcupsd-3.14.6.ebuild 16 Jun 2009 14:05:36 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.1 2009/05/16 20:50:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.2 2009/06/16 14:05:36 flameeyes Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
@@ -77,7 +77,10 @@
rm "${D}"/etc/init.d/apcupsd
newinitd "${FILESDIR}/${PN}.init.2" "${PN}" || die "newinitd failed"
- newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail || die "newinitd failed"
+
+ if has_version sys-apps/openrc; then
+ newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail || die "newinitd failed"
+ fi
}
pkg_postinst() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-08-05 16:24 Tony Vroon (chainsaw)
0 siblings, 0 replies; 7+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-08-05 16:24 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/08/05 16:24:33
Modified: ChangeLog apcupsd-3.14.6.ebuild
Log:
Marked stable on AMD64 as requested by Diego E. "Flameeyes" Pettenò <flameeyes@gentoo.org> in bug #280300. Compile-tested on a Core2 Duo, no hardware available to test.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.52 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 4 Aug 2009 11:39:08 -0000 1.51
+++ ChangeLog 5 Aug 2009 16:24:32 -0000 1.52
@@ -1,6 +1,11 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.51 2009/08/04 11:39:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.52 2009/08/05 16:24:32 chainsaw Exp $
+
+ 05 Aug 2009; <chainsaw@gentoo.org> apcupsd-3.14.6.ebuild:
+ Marked stable on AMD64 as requested by Diego E. "Flameeyes" Pettenò
+ <flameeyes@gentoo.org> in bug #280300. Compile-tested on a Core2 Duo, no
+ hardware available to test.
04 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
-files/3.12.4/apcupsd.in.patch, -files/3.12.4/apcupsd-snmp.patch,
1.3 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?r1=1.2&r2=1.3
Index: apcupsd-3.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apcupsd-3.14.6.ebuild 16 Jun 2009 14:05:36 -0000 1.2
+++ apcupsd-3.14.6.ebuild 5 Aug 2009 16:24:33 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.2 2009/06/16 14:05:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.3 2009/08/05 16:24:33 chainsaw Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="snmp usb cgi nls gnome"
DEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-08-09 14:36 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 14:36 UTC (permalink / raw
To: gentoo-commits
nixnut 09/08/09 14:36:29
Modified: ChangeLog apcupsd-3.14.6.ebuild
Log:
ppc stable #280300
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.54 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 8 Aug 2009 14:11:29 -0000 1.53
+++ ChangeLog 9 Aug 2009 14:36:29 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.53 2009/08/08 14:11:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.54 2009/08/09 14:36:29 nixnut Exp $
+
+ 09 Aug 2009; nixnut <nixnut@gentoo.org> apcupsd-3.14.6.ebuild:
+ ppc stable #280300
08 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
apcupsd-3.14.7.ebuild:
1.4 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?r1=1.3&r2=1.4
Index: apcupsd-3.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apcupsd-3.14.6.ebuild 5 Aug 2009 16:24:33 -0000 1.3
+++ apcupsd-3.14.6.ebuild 9 Aug 2009 14:36:29 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.3 2009/08/05 16:24:33 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.4 2009/08/09 14:36:29 nixnut Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE="snmp usb cgi nls gnome"
DEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-08-31 14:16 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-31 14:16 UTC (permalink / raw
To: gentoo-commits
fauli 09/08/31 14:16:28
Modified: ChangeLog apcupsd-3.14.6.ebuild
Log:
stable x86, bug 280300
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.55 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 9 Aug 2009 14:36:29 -0000 1.54
+++ ChangeLog 31 Aug 2009 14:16:28 -0000 1.55
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.54 2009/08/09 14:36:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.55 2009/08/31 14:16:28 fauli Exp $
+
+ 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+ apcupsd-3.14.6.ebuild:
+ stable x86, bug 280300
09 Aug 2009; nixnut <nixnut@gentoo.org> apcupsd-3.14.6.ebuild:
ppc stable #280300
1.5 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?r1=1.4&r2=1.5
Index: apcupsd-3.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apcupsd-3.14.6.ebuild 9 Aug 2009 14:36:29 -0000 1.4
+++ apcupsd-3.14.6.ebuild 31 Aug 2009 14:16:28 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.4 2009/08/09 14:36:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.5 2009/08/31 14:16:28 fauli Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ppc ~sparc x86 ~x86-fbsd"
IUSE="snmp usb cgi nls gnome"
DEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-11-18 18:36 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-18 18:36 UTC (permalink / raw
To: gentoo-commits
armin76 09/11/18 18:36:15
Modified: ChangeLog apcupsd-3.14.6.ebuild
Log:
sparc stable wrt #280300
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.57 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 24 Sep 2009 22:38:38 -0000 1.56
+++ ChangeLog 18 Nov 2009 18:36:15 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.56 2009/09/24 22:38:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.57 2009/11/18 18:36:15 armin76 Exp $
+
+ 18 Nov 2009; Raúl Porcel <armin76@gentoo.org> apcupsd-3.14.6.ebuild:
+ sparc stable wrt #280300
24 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
apcupsd-3.14.7.ebuild:
1.6 sys-power/apcupsd/apcupsd-3.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild?r1=1.5&r2=1.6
Index: apcupsd-3.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apcupsd-3.14.6.ebuild 31 Aug 2009 14:16:28 -0000 1.5
+++ apcupsd-3.14.6.ebuild 18 Nov 2009 18:36:15 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.5 2009/08/31 14:16:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.6.ebuild,v 1.6 2009/11/18 18:36:15 armin76 Exp $
WEBAPP_MANUAL_SLOT="yes"
WEBAPP_OPTIONAL="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd"
IUSE="snmp usb cgi nls gnome"
DEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild
@ 2009-12-29 18:47 Diego Petteno (flameeyes)
0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-29 18:47 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/29 18:47:52
Modified: ChangeLog
Removed: apcupsd-3.14.6.ebuild
Log:
Cleanup old version.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.62 sys-power/apcupsd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 29 Dec 2009 18:45:28 -0000 1.61
+++ ChangeLog 29 Dec 2009 18:47:52 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.61 2009/12/29 18:45:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.62 2009/12/29 18:47:52 flameeyes Exp $
+
+ 29 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ -apcupsd-3.14.6.ebuild:
+ Cleanup old version.
29 Dec 2009; Raúl Porcel <armin76@gentoo.org> apcupsd-3.14.7.ebuild:
sparc stable wrt #295424
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-29 18:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-16 20:50 [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.6.ebuild Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2009-06-16 14:05 Diego Petteno (flameeyes)
2009-08-05 16:24 Tony Vroon (chainsaw)
2009-08-09 14:36 Gysbert Wassenaar (nixnut)
2009-08-31 14:16 Christian Faulhammer (fauli)
2009-11-18 18:36 Raul Porcel (armin76)
2009-12-29 18:47 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox