From 87e5da1de76a2c343ad0c77dd9afe98a6f5e5d13 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 14 Aug 2006 09:46:08 +0000 Subject: WANT_AUTOCONF changed to 2.5 as per QA bug #143429 (Portage version: 2.1.1_pre4-r4) --- net-analyzer/cacti-cactid/ChangeLog | 7 ++++++- net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild | 6 +++--- net-analyzer/cacti-cactid/cacti-cactid-0.8.6f_p1.ebuild | 4 ++-- net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) (limited to 'net-analyzer') 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 + 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 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" -- cgit v1.2.3-65-gdbad