diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-04-15 22:00:30 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-04-15 22:00:30 +0000 |
commit | a1d9d0bdd75d0b4a41a5e43995e485405bb80199 (patch) | |
tree | cc13ec8f26d14e2e486031b6bd8a1fd6cfca21fd /games-action/xblast | |
parent | add bug #264850 to the comment (diff) | |
download | gentoo-2-a1d9d0bdd75d0b4a41a5e43995e485405bb80199.tar.gz gentoo-2-a1d9d0bdd75d0b4a41a5e43995e485405bb80199.tar.bz2 gentoo-2-a1d9d0bdd75d0b4a41a5e43995e485405bb80199.zip |
Run eautoreconf, bug #255857
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.4.ebuild | 19 |
2 files changed, 16 insertions, 10 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 7fddfbacaee3..60b4f2048772 100644 --- a/games-action/xblast/ChangeLog +++ b/games-action/xblast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xblast -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.15 2008/07/27 07:58:54 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.16 2009/04/15 22:00:30 nyhm Exp $ + + 15 Apr 2009; Tristan Heaven <nyhm@gentoo.org> xblast-2.10.4.ebuild: + Run eautoreconf, bug #255857 27 Jul 2008; nixnut <nixnut@gentoo.org> xblast-2.10.4.ebuild: Stable on ppc wrt bug 232771 diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild index 8d2c4a7af2b1..bc8919e384ba 100644 --- a/games-action/xblast/xblast-2.10.4.ebuild +++ b/games-action/xblast/xblast-2.10.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.4.ebuild,v 1.4 2008/07/27 07:58:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.4.ebuild,v 1.5 2009/04/15 22:00:30 nyhm Exp $ -inherit games +EAPI=2 +inherit autotools games # Change these as releases changes IMAGES="images-2005-01-06" @@ -31,19 +32,21 @@ RDEPEND="x11-libs/libICE DEPEND="${RDEPEND} x11-libs/libXt" -src_compile() { - export MY_DATADIR="${GAMES_DATADIR}/${PN}" +src_prepare() { + eautoreconf #255857 +} + +src_configure() { egamesconf \ - --with-otherdatadir="${MY_DATADIR}" \ + --with-otherdatadir="${GAMES_DATADIR}"/${PN} \ --enable-sound \ || die - emake || die "emake failed" } src_install() { local IMAGE_INSTALL_DIR="${GAMES_DATADIR}/${PN}/image" - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README # Images |