summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-05-27 19:36:20 +0000
committerMichael Imhof <tantive@gentoo.org>2004-05-27 19:36:20 +0000
commit320a22b8f3ae630accc211c7e57d8b5a85434656 (patch)
tree1f3aa0ad58cf30c884438f04555411e90a0fe5f7
parentStable on AMD64 (diff)
downloadhistorical-320a22b8f3ae630accc211c7e57d8b5a85434656.tar.gz
historical-320a22b8f3ae630accc211c7e57d8b5a85434656.tar.bz2
historical-320a22b8f3ae630accc211c7e57d8b5a85434656.zip
Adjusted config option.
-rw-r--r--sys-apps/apcupsd/ChangeLog5
-rw-r--r--sys-apps/apcupsd/Manifest4
-rw-r--r--sys-apps/apcupsd/apcupsd-3.10.13.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/apcupsd/ChangeLog b/sys-apps/apcupsd/ChangeLog
index 5227a00c410c..a5a9ea87fae2 100644
--- a/sys-apps/apcupsd/ChangeLog
+++ b/sys-apps/apcupsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/apcupsd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.33 2004/05/26 20:05:16 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.34 2004/05/27 19:36:18 tantive Exp $
+
+ 27 May 2004; Michael <tantive@gentoo.org> apcupsd-3.10.13.ebuild:
+ Adjusted config option.
*apcupsd-3.10.13 (26 May 2004)
diff --git a/sys-apps/apcupsd/Manifest b/sys-apps/apcupsd/Manifest
index f0e444fbaf42..d9a950050a22 100644
--- a/sys-apps/apcupsd/Manifest
+++ b/sys-apps/apcupsd/Manifest
@@ -1,8 +1,8 @@
-MD5 39de34b9c261bab272268a21783a3ca4 apcupsd-3.10.13.ebuild 2552
+MD5 a2d562cb0048b53e30f9c11e32a6cd37 apcupsd-3.10.13.ebuild 2556
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 9067349ccaef2914863749b2d0f5900f apcupsd-3.10.10.ebuild 2552
MD5 caf87beed0c7dec56bc4f54f8a6a3136 apcupsd-3.10.10-r1.ebuild 2597
-MD5 89440bdaf497dc22cc289ff3168a2049 ChangeLog 6399
+MD5 9b878656be2185ae9e71c86d0b3269dd ChangeLog 6494
MD5 8572c924bc31bb95a1cee057698a5c00 apcupsd-3.10.9.ebuild 2551
MD5 94a35386c23e70ee32ca40bc35608e1a apcupsd-3.10.8.ebuild 2551
MD5 d62a110be579b980f46dd41576e13456 apcupsd-3.10.10-r2.ebuild 2728
diff --git a/sys-apps/apcupsd/apcupsd-3.10.13.ebuild b/sys-apps/apcupsd/apcupsd-3.10.13.ebuild
index d7d27149e2af..3a9f0af88ec6 100644
--- a/sys-apps/apcupsd/apcupsd-3.10.13.ebuild
+++ b/sys-apps/apcupsd/apcupsd-3.10.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.13.ebuild,v 1.1 2004/05/26 20:05:16 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.13.ebuild,v 1.2 2004/05/27 19:36:20 tantive Exp $
inherit eutils
@@ -40,7 +40,7 @@ src_unpack() {
src_compile() {
local myconf
- use snmp && myconf="--enable-snmp"
+ use snmp && myconf="--enable-net-snmp"
APCUPSD_MAIL=/usr/sbin/sendmail ./configure \
--prefix=/usr \
--sbindir=/usr/sbin \