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 | 22fb7b29d97784ce97e23979c516844e15f46174 (patch) | |
tree | 08b232e3fb5fcb2e10cd1aaac3be78682ff456f7 /sys-power | |
parent | Version bumped. Ebuild based on #86143. Closes #86143 and #83649. (diff) | |
download | gentoo-2-22fb7b29d97784ce97e23979c516844e15f46174.tar.gz gentoo-2-22fb7b29d97784ce97e23979c516844e15f46174.tar.bz2 gentoo-2-22fb7b29d97784ce97e23979c516844e15f46174.zip |
More fixes. Closes #83629.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.10.17.ebuild | 5 |
2 files changed, 6 insertions, 4 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/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 |