summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-03 01:01:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-03 01:01:39 +0000
commitfb02d1c7d9bdd1eb22dde0a1b88d44b728381c3b (patch)
tree56eba2043f31c9c5dd303d17ea0ba22187ec3955 /net-nds/adtool
parentadd ~arm (bug 302981) (diff)
downloadgentoo-2-fb02d1c7d9bdd1eb22dde0a1b88d44b728381c3b.tar.gz
gentoo-2-fb02d1c7d9bdd1eb22dde0a1b88d44b728381c3b.tar.bz2
gentoo-2-fb02d1c7d9bdd1eb22dde0a1b88d44b728381c3b.zip
Do a full-rebuild of autotools rather than sticking to automake, so that it works with the latest versions. Drop default src_compile.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/adtool')
-rw-r--r--net-nds/adtool/ChangeLog8
-rw-r--r--net-nds/adtool/adtool-1.3.2.ebuild13
2 files changed, 9 insertions, 12 deletions
diff --git a/net-nds/adtool/ChangeLog b/net-nds/adtool/ChangeLog
index 35fbd5860ab2..1f4a78df773d 100644
--- a/net-nds/adtool/ChangeLog
+++ b/net-nds/adtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/adtool
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/ChangeLog,v 1.13 2009/08/03 15:39:46 dertobi123 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/ChangeLog,v 1.14 2010/12/03 01:01:39 flameeyes Exp $
+
+ 03 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> adtool-1.3.2.ebuild:
+ Do a full-rebuild of autotools rather than sticking to automake, so that it
+ works with the latest versions. Drop default src_compile.
*adtool-1.3.2 (03 Aug 2009)
diff --git a/net-nds/adtool/adtool-1.3.2.ebuild b/net-nds/adtool/adtool-1.3.2.ebuild
index da9bc8bd94f6..d4739446ab41 100644
--- a/net-nds/adtool/adtool-1.3.2.ebuild
+++ b/net-nds/adtool/adtool-1.3.2.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/adtool-1.3.2.ebuild,v 1.1 2009/08/03 15:39:46 dertobi123 Exp $
-
-WANT_AUTOMAKE="1.7"
+# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/adtool-1.3.2.ebuild,v 1.2 2010/12/03 01:01:39 flameeyes Exp $
inherit eutils autotools
@@ -24,12 +22,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/adtool-1.3-10-asneeded.patch"
- eautomake
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
+ eautoreconf
}
src_install() {