summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-16 02:19:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-16 02:19:13 +0000
commit89bbac412c0e3f58dc1f00eda90ecbd54595ea5c (patch)
treecb5216f366b70c64e88470855870ea2a9e275c50 /games-rpg
parentPatched for bug #112627 (diff)
downloadhistorical-89bbac412c0e3f58dc1f00eda90ecbd54595ea5c.tar.gz
historical-89bbac412c0e3f58dc1f00eda90ecbd54595ea5c.tar.bz2
historical-89bbac412c0e3f58dc1f00eda90ecbd54595ea5c.zip
don't use autoreconf (bug #12658)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/tux_aqfh/ChangeLog6
-rw-r--r--games-rpg/tux_aqfh/Manifest4
-rw-r--r--games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/games-rpg/tux_aqfh/ChangeLog b/games-rpg/tux_aqfh/ChangeLog
index 8b1ef1a33f1d..4d6b0941d8d4 100644
--- a/games-rpg/tux_aqfh/ChangeLog
+++ b/games-rpg/tux_aqfh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/tux_aqfh
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.5 2005/11/16 02:19:13 mr_bones_ Exp $
+
+ 16 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ tux_aqfh-1.0.14.ebuild:
+ don't use autoreconf (bug #12658)
29 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
tux_aqfh-1.0.14.ebuild:
diff --git a/games-rpg/tux_aqfh/Manifest b/games-rpg/tux_aqfh/Manifest
index dcd8d92f8004..2e4c2359f6a4 100644
--- a/games-rpg/tux_aqfh/Manifest
+++ b/games-rpg/tux_aqfh/Manifest
@@ -1,5 +1,5 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 8e7ff5bb61ed1759a6f900036b2001e3 tux_aqfh-1.0.14.ebuild 819
-MD5 66d6878fa2bcdb523a12954d080ba0dd ChangeLog 644
+MD5 2eec0eab81ab5cb05b9a3a08de8bf9c0 tux_aqfh-1.0.14.ebuild 844
+MD5 ba5cd403de571d5bc6590cd56dea9b0f ChangeLog 762
MD5 d7312654531d476da25eb8494cf4c397 files/digest-tux_aqfh-1.0.14 68
MD5 55e00842bfacd631d3d525bfe36af3ae files/1.0.14-fix-paths.patch 5925
diff --git a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild
index 19e27a17d252..9e2c0100be9e 100644
--- a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild
+++ b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.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/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.5 2005/11/16 02:19:13 mr_bones_ Exp $
inherit eutils games
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-fix-paths.patch
- autoreconf || die "couldnt autoreconf"
+ aclocal && autoconf && automake -a -c || die "autotools failed"
}
src_install() {