summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-08-14 09:46:08 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-08-14 09:46:08 +0000
commit87e5da1de76a2c343ad0c77dd9afe98a6f5e5d13 (patch)
tree952532e7f981a02c479ecbc4b12edc73ac625c92 /net-analyzer
parentmask >=sys-power/powersave-0.13 because it Does not detect battery level, bug... (diff)
downloadgentoo-2-87e5da1de76a2c343ad0c77dd9afe98a6f5e5d13.tar.gz
gentoo-2-87e5da1de76a2c343ad0c77dd9afe98a6f5e5d13.tar.bz2
gentoo-2-87e5da1de76a2c343ad0c77dd9afe98a6f5e5d13.zip
WANT_AUTOCONF changed to 2.5 as per QA bug #143429
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/cacti-cactid/ChangeLog7
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild6
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild4
-rw-r--r--net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild4
4 files changed, 13 insertions, 8 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog
index 862f1b89e3bf..08580c83f795 100644
--- a/net-analyzer/cacti-cactid/ChangeLog
+++ b/net-analyzer/cacti-cactid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/cacti-cactid
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.20 2006/05/23 19:58:44 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.21 2006/08/14 09:46:08 dragonheart Exp $
+
+ 14 Aug 2006; Daniel Black <dragonheart@gentoo.org>
+ cacti-cactid-0.8.6e.ebuild, cacti-cactid-0.8.6f_p1.ebuild,
+ cacti-cactid-0.8.6g.ebuild:
+ WANT_AUTOCONF changed to 2.5 as per QA bug #143429
23 May 2006; Markus Rothe <corsair@gentoo.org>
cacti-cactid-0.8.6f_p1.ebuild:
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
index f58e2c712308..21c80f6d5944 100644
--- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild,v 1.3 2005/11/18 05:25:53 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild,v 1.4 2006/08/14 09:46:08 dragonheart Exp $
DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast
as possible"
@@ -27,7 +27,7 @@ src_unpack() {
}
src_compile() {
- export WANT_AUTOCONF=2.53
+ export WANT_AUTOCONF=2.5
aclocal || die "aclocal failed"
autoconf || die "autoconf failed"
econf || die "econf failed"
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild
index 1aff267e830b..5cfc25b747ed 100644
--- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild,v 1.8 2006/05/23 19:58:44 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild,v 1.9 2006/08/14 09:46:08 dragonheart Exp $
MY_PV=${PV/_p/-}
DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast
@@ -30,7 +30,7 @@ src_unpack() {
}
src_compile() {
- export WANT_AUTOCONF=2.59
+ export WANT_AUTOCONF=2.5
aclocal || die "aclocal failed"
autoconf || die "autoconf failed"
econf || die "econf failed"
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild
index d21269192028..df6393efa1a0 100644
--- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild
+++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.1 2006/01/16 16:52:33 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.2 2006/08/14 09:46:08 dragonheart Exp $
MY_PV=${PV/_p/-}
DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast
@@ -28,7 +28,7 @@ src_unpack() {
}
src_compile() {
- export WANT_AUTOCONF=2.59
+ export WANT_AUTOCONF=2.5
aclocal || die "aclocal failed"
autoconf || die "autoconf failed"
econf || die "econf failed"