summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-14 00:49:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-14 00:49:04 +0000
commit79cfe17fc9862f07e19a65701cd355a94998cd09 (patch)
tree64e4983b17375684ed2fee67c4fd71608faeca79 /games-rpg
parentVersion bump. (diff)
downloadhistorical-79cfe17fc9862f07e19a65701cd355a94998cd09.tar.gz
historical-79cfe17fc9862f07e19a65701cd355a94998cd09.tar.bz2
historical-79cfe17fc9862f07e19a65701cd355a94998cd09.zip
update autotool code #98923
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/adonthell/Manifest18
-rw-r--r--games-rpg/adonthell/adonthell-0.3.4a.ebuild10
2 files changed, 21 insertions, 7 deletions
diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest
index 9d0da87b08a3..1c980ee70914 100644
--- a/games-rpg/adonthell/Manifest
+++ b/games-rpg/adonthell/Manifest
@@ -1,8 +1,18 @@
-MD5 4ac8b7dfa3b21c4089f6ae23918fd572 ChangeLog 1697
-MD5 73d4b7e27d435af64ffcc6b24b1d43f7 adonthell-0.3.3-r1.ebuild 1217
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 4d494c5baf9cff4561cd9a34a2ee16dd adonthell-0.3.4a.ebuild 1335
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 6d6f2f7452d6a9447f9d5c613eeb13df adonthell-0.3.4a.ebuild 1277
-MD5 f8819f0b8b8a019c2ab89d7c707665eb files/0.3.3-configure.in.patch 2957
+MD5 73d4b7e27d435af64ffcc6b24b1d43f7 adonthell-0.3.3-r1.ebuild 1217
+MD5 4ac8b7dfa3b21c4089f6ae23918fd572 ChangeLog 1697
MD5 e944f3812b6938f625c3a2bba14b3b35 files/digest-adonthell-0.3.3-r1 72
MD5 f8819f0b8b8a019c2ab89d7c707665eb files/0.3.4a-configure.in.patch 2957
+MD5 f8819f0b8b8a019c2ab89d7c707665eb files/0.3.3-configure.in.patch 2957
MD5 9b2f86f7d5729fd1944524672760f256 files/digest-adonthell-0.3.4a 72
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC1bbTgIKl8Uu19MoRAtfpAJ9U6KuLw/gGc8h4s4T3fU7ZPb1lPwCgg7u6
+ssMBIysDNhIR1kcjjig7tlg=
+=GvuE
+-----END PGP SIGNATURE-----
diff --git a/games-rpg/adonthell/adonthell-0.3.4a.ebuild b/games-rpg/adonthell/adonthell-0.3.4a.ebuild
index 0b931e6eb463..b73cd819e132 100644
--- a/games-rpg/adonthell/adonthell-0.3.4a.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.4a.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/adonthell/adonthell-0.3.4a.ebuild,v 1.2 2005/06/15 19:02:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.3 2005/07/14 00:49:04 vapier Exp $
inherit eutils games
@@ -30,8 +30,12 @@ S=${WORKDIR}/${PN}-${PV/a/}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PV}-configure.in.patch"
- aclocal && automake -a && autoconf || die "autotools failed"
+ epatch "${FILESDIR}"/${PV}-configure.in.patch
+ rm -f ac{local,include}.m4
+ aclocal && \
+ libtoolize -c -f && \
+ autoconf && \
+ automake -a -c || die "autotools failed"
}
src_compile() {