diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-05-28 16:33:08 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-05-28 16:33:08 +0000 |
commit | 7e2066f4d79538313c92b657e0556963adc3f066 (patch) | |
tree | c4a6afd2fe3ede427479cae28172fb905dd86836 /net-analyzer/cacti-cactid | |
parent | Dont make use of the deprecated oggvorbis useflag any longer, see #94254. Mar... (diff) | |
download | gentoo-2-7e2066f4d79538313c92b657e0556963adc3f066.tar.gz gentoo-2-7e2066f4d79538313c92b657e0556963adc3f066.tar.bz2 gentoo-2-7e2066f4d79538313c92b657e0556963adc3f066.zip |
fix the autoconf preference so it will actually work
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r-- | net-analyzer/cacti-cactid/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index c668a2e8a48a..be7a29bb13e9 100644 --- a/net-analyzer/cacti-cactid/ChangeLog +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/cacti-cactid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.6 2005/05/15 22:49:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.7 2005/05/28 16:33:08 ramereth Exp $ + + 28 May 2005; Lance Albertson <ramereth@gentoo.org> + cacti-cactid-0.8.6c.ebuild, cacti-cactid-0.8.6d-r1.ebuild: + fix the autoconf preference so it will actually work 15 May 2005; Joseph Jezak <josejx@gentoo.org> cacti-cactid-0.8.6d-r1.ebuild: diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest index fce4fe6a9b56..d0a9c7dfe0ee 100644 --- a/net-analyzer/cacti-cactid/Manifest +++ b/net-analyzer/cacti-cactid/Manifest @@ -1,6 +1,6 @@ -MD5 da95a6019d5f9a629d060f5f0335b605 ChangeLog 1155 -MD5 f2a72fead1b841803e6bfb5415435a3b cacti-cactid-0.8.6c.ebuild 1392 -MD5 be8fe92a843edb9670a646f719004fa9 cacti-cactid-0.8.6d-r1.ebuild 1405 +MD5 ca6a939047a4a1002be4f35b21b2eaf9 cacti-cactid-0.8.6c.ebuild 1406 MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682 +MD5 da95a6019d5f9a629d060f5f0335b605 ChangeLog 1155 +MD5 443dfd1b0b202e29ec12304a656bcfe5 cacti-cactid-0.8.6d-r1.ebuild 1419 MD5 ffd8c4a7927d055eacd63bdbdb0d2308 files/digest-cacti-cactid-0.8.6c 71 MD5 612a831c92034aceeb7afa0d6275c06e files/digest-cacti-cactid-0.8.6d-r1 71 diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild index c2093f190601..0451cb561c6f 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.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/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild,v 1.2 2005/05/10 03:27:01 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild,v 1.3 2005/05/28 16:33:08 ramereth Exp $ DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast as possible" @@ -15,7 +15,7 @@ IUSE="" DEPEND="net-analyzer/net-snmp net-analyzer/rrdtool dev-db/mysql - sys-devel/autoconf" + >=sys-devel/autoconf-2.53" RDEPEND="net-analyzer/cacti" src_unpack() { @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - WANT_AUTOCONF=2.53 + export WANT_AUTOCONF=2.53 aclocal || die "aclocal failed" autoconf || die "autoconf failed" econf || die "econf failed" diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild index c13b2cbc267f..86183020bee2 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.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/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild,v 1.4 2005/05/15 22:49:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild,v 1.5 2005/05/28 16:33:08 ramereth Exp $ DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast as possible" @@ -15,7 +15,7 @@ IUSE="" DEPEND="net-analyzer/net-snmp net-analyzer/rrdtool dev-db/mysql - sys-devel/autoconf" + >=sys-devel/autoconf-2.53" RDEPEND="net-analyzer/cacti" src_unpack() { @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - WANT_AUTOCONF=2.53 + export WANT_AUTOCONF=2.53 aclocal || die "aclocal failed" autoconf || die "autoconf failed" econf || die "econf failed" |