diff options
author | Michael Imhof <tantive@gentoo.org> | 2005-03-28 18:39:11 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2005-03-28 18:39:11 +0000 |
commit | 80144934316a2073f62c0683d06f88ecdcbdcae7 (patch) | |
tree | 62874f0c2744cc5d947b957aadef0394d419ec73 /sys-power/apcupsd | |
parent | Version bumped. Ebuild based on #86143. Closes #86143 and #83649. (diff) | |
download | historical-80144934316a2073f62c0683d06f88ecdcbdcae7.tar.gz historical-80144934316a2073f62c0683d06f88ecdcbdcae7.tar.bz2 historical-80144934316a2073f62c0683d06f88ecdcbdcae7.zip |
More fixes. Closes #83629.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/apcupsd/Manifest | 10 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.10.17.ebuild | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog index f926c2ff9273..9f8926eaa1c6 100644 --- a/sys-power/apcupsd/ChangeLog +++ b/sys-power/apcupsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/apcupsd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.3 2005/03/28 18:31:43 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.4 2005/03/28 18:39:11 tantive Exp $ + + 28 Mar 2005; Michael Imhof <tantive@gentoo.org> apcupsd-3.10.17.ebuild: + More fixes. Closes #83629. *apcupsd-3.10.17 (28 Mar 2005) diff --git a/sys-power/apcupsd/Manifest b/sys-power/apcupsd/Manifest index d2b7c6f2e611..28d6ea9a6004 100644 --- a/sys-power/apcupsd/Manifest +++ b/sys-power/apcupsd/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bc71c95c0f652ff0ebfe9e0afb12661d apcupsd-3.10.17.ebuild 2601 +MD5 c4ff22b128a02944998399998e8bfe37 apcupsd-3.10.17.ebuild 2574 MD5 27ae5add10fc42e77804f1ecd768df87 metadata.xml 226 MD5 35e63883c8d2d78acee1bdffdaf68fb4 apcupsd-3.10.15-r1.ebuild 2392 -MD5 ce0244cf15556a334a1b4fd2ef0e4e8b ChangeLog 10881 +MD5 7c0185e34e97fe5ff3b0c95e77e00947 ChangeLog 10985 MD5 0509bd921593dc1b57efc30501492fb0 apcupsd-3.10.16-r3.ebuild 2598 MD5 ed12d329ca566b8f2632d425828ea5d7 files/digest-apcupsd-3.10.16-r3 68 MD5 659d5670233b274842418c62ef15aafb files/digest-apcupsd-3.10.17 68 @@ -21,7 +21,7 @@ MD5 2a93b5c4f2574caa199b3d93cf838e8c files/3.10.15/apcupsd.in.patch 315 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCSE2pKtJO8LeSoosRAqDZAJ9OvyDjDlEjisr5qK4o3+x1c60XMQCfYWy7 -BHvIa/grVpoDMegS7l7ey8A= -=7RLs +iD8DBQFCSE9sKtJO8LeSoosRAgWIAJ4q1yT9h/XmvVWTIaygF4aaDYth8ACdGo7C +zT6X8fDzNkObfWDG4l+CJSo= +=5xBK -----END PGP SIGNATURE----- diff --git a/sys-power/apcupsd/apcupsd-3.10.17.ebuild b/sys-power/apcupsd/apcupsd-3.10.17.ebuild index becf929136ce..a18c8cb46f23 100644 --- a/sys-power/apcupsd/apcupsd-3.10.17.ebuild +++ b/sys-power/apcupsd/apcupsd-3.10.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.17.ebuild,v 1.1 2005/03/28 18:31:43 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.17.ebuild,v 1.2 2005/03/28 18:39:11 tantive Exp $ inherit eutils depend.apache @@ -16,14 +16,13 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="doc snmp usb apache2 cgi threads ncurses nls" DEPEND="virtual/libc - virtual/mta snmp? ( net-analyzer/net-snmp ) cgi? ( >=media-libs/gd-1.8.4 net-www/apache ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext )" RDEPEND="${DEPEND} - usb? ( sys-apps/hotplug )" + virtual/mta" XPIDDIR=/var/run XLOGDIR=/var/log |