summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-04-05 23:22:17 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-04-05 23:22:17 +0000
commit5fa73aae7f53fbd2c379d1071a98b3151a03ebac (patch)
tree007cc63543f7a08bb39664158f95ed7e83b6aa76 /games-mud/panache
parentAdd libXpm dependency for bug #216439 (diff)
downloadgentoo-2-5fa73aae7f53fbd2c379d1071a98b3151a03ebac.tar.gz
gentoo-2-5fa73aae7f53fbd2c379d1071a98b3151a03ebac.tar.bz2
gentoo-2-5fa73aae7f53fbd2c379d1071a98b3151a03ebac.zip
Use eautoreconf to replace automake symlinks
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'games-mud/panache')
-rw-r--r--games-mud/panache/ChangeLog7
-rw-r--r--games-mud/panache/panache-0.2.1.ebuild14
2 files changed, 15 insertions, 6 deletions
diff --git a/games-mud/panache/ChangeLog b/games-mud/panache/ChangeLog
index e9330a31509d..84d5d3fcd977 100644
--- a/games-mud/panache/ChangeLog
+++ b/games-mud/panache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/panache
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.7 2006/11/19 17:44:48 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.8 2008/04/05 23:22:17 nyhm Exp $
+
+ 05 Apr 2008; Tristan Heaven <nyhm@gentoo.org> panache-0.2.1.ebuild:
+ Use eautoreconf to replace automake symlinks
19 Nov 2006; Tristan Heaven <nyhm@gentoo.org> panache-0.2.1.ebuild:
Use games eclass
diff --git a/games-mud/panache/panache-0.2.1.ebuild b/games-mud/panache/panache-0.2.1.ebuild
index 8ce86884353a..3a028ec82201 100644
--- a/games-mud/panache/panache-0.2.1.ebuild
+++ b/games-mud/panache/panache-0.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.8 2006/11/19 17:44:48 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.9 2008/04/05 23:22:17 nyhm Exp $
-inherit games
+inherit autotools games
DESCRIPTION="Gnome TinyFugue port"
HOMEPAGE="http://panache.sourceforge.net/"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND=">=gnome-base/gconf-2
@@ -24,6 +24,12 @@ RDEPEND=">=gnome-base/gconf-2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ eautoreconf # replace automake symlinks
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
prepgamesdirs