diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-06-18 02:06:21 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-06-18 02:06:21 +0000 |
commit | c16e031065c83a050b5fa0234c4ee090c24c59fd (patch) | |
tree | cc7211a5876f08d05f1da015292ce1b48a82ae42 /net-dns/hesiod | |
parent | autoconf -> eautoreconf, make -> emake. bug #226603 (diff) | |
download | gentoo-2-c16e031065c83a050b5fa0234c4ee090c24c59fd.tar.gz gentoo-2-c16e031065c83a050b5fa0234c4ee090c24c59fd.tar.bz2 gentoo-2-c16e031065c83a050b5fa0234c4ee090c24c59fd.zip |
autoconf -> eautoreconf. bug #226597
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index f9bc3b5ddaf9..fcf833b35b2a 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.34 2008/03/07 16:27:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.35 2008/06/18 02:06:21 darkside Exp $ + + 18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> hesiod-3.0.2-r2.ebuild: + autoconf -> eautoreconf. bug #226597 07 Mar 2008; Steve Dibb <beandog@gentoo.org> hesiod-3.0.2-r2.ebuild: amd64 stable, bug 206904 diff --git a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild index c76db3b13cfe..98b1b2e759fd 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.13 2008/03/07 16:27:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.14 2008/06/18 02:06:21 darkside Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils autotools DESCRIPTION="system which uses existing DNS functionality to provide access to databases of information that changes infrequently" HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" @@ -21,7 +21,7 @@ src_unpack() { #Patches stolen from RH epatch "${FILESDIR}"/hesiod-${PV}-redhat.patch - autoconf || die "autoconf failed" + eautoreconf || die "eautoreconf failed" for manpage in *.3 do |