summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-01-26 12:59:52 +0000
committerPeter Volkov <pva@gentoo.org>2008-01-26 12:59:52 +0000
commit785510dcf7f4868ccdc0a748d2229484b2d800ba (patch)
tree1d9292277848eb5a152615f304679a288fbcd4ed
parentAdd more builds. (diff)
downloadgentoo-2-785510dcf7f4868ccdc0a748d2229484b2d800ba.tar.gz
gentoo-2-785510dcf7f4868ccdc0a748d2229484b2d800ba.tar.bz2
gentoo-2-785510dcf7f4868ccdc0a748d2229484b2d800ba.zip
Moved autotools to src_unpack, bug #207461, thank Diego Pettenò <flameeyes AT gentoo.org> for report.
(Portage version: 2.1.4_rc14)
-rw-r--r--net-analyzer/cacti-spine/ChangeLog6
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/cacti-spine/ChangeLog b/net-analyzer/cacti-spine/ChangeLog
index be8d358e870e..5a474257aad3 100644
--- a/net-analyzer/cacti-spine/ChangeLog
+++ b/net-analyzer/cacti-spine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/cacti-spine
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.1 2008/01/08 20:08:07 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.2 2008/01/26 12:59:52 pva Exp $
+
+ 26 Jan 2008; <pva@gentoo.org> cacti-spine-0.8.7a.ebuild:
+ Moved autotools to src_unpack, bug #207461, thank Diego Pettenò <flameeyes
+ AT gentoo.org> for report.
*cacti-spine-0.8.7a (08 Jan 2008)
diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild
index ad812062d26f..234d15acef90 100644
--- a/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild,v 1.1 2008/01/08 20:08:07 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.7a.ebuild,v 1.2 2008/01/26 12:59:51 pva Exp $
WANT_AUTOCONF="latest"
inherit autotools
@@ -24,11 +24,11 @@ src_unpack() {
unpack ${A} ; cd "${S}"
sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
sed -i -e 's/wwwroot\/cacti\/log/var\/log/g' spine.h
+ eaclocal
+ eautoconf
}
src_compile() {
- eaclocal
- eautoconf
econf || die "econf failed"
emake || die "emake failed"
}