diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-13 22:40:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-13 22:40:21 +0000 |
commit | 94789ce5f9fbaaca883804d9e8bea771d1fc1863 (patch) | |
tree | 6115cccdbf3b0fba8711548c541ccef22568e757 /games-strategy/liquidwar | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-94789ce5f9fbaaca883804d9e8bea771d1fc1863.tar.gz gentoo-2-94789ce5f9fbaaca883804d9e8bea771d1fc1863.tar.bz2 gentoo-2-94789ce5f9fbaaca883804d9e8bea771d1fc1863.zip |
EAPI=2
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-strategy/liquidwar')
-rw-r--r-- | games-strategy/liquidwar/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.4.ebuild | 15 |
2 files changed, 12 insertions, 11 deletions
diff --git a/games-strategy/liquidwar/ChangeLog b/games-strategy/liquidwar/ChangeLog index 48f67115710a..7c7af7af240b 100644 --- a/games-strategy/liquidwar/ChangeLog +++ b/games-strategy/liquidwar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/liquidwar -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.21 2008/02/05 16:26:08 coldwind Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.22 2009/02/13 22:40:21 mr_bones_ Exp $ + + 13 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + liquidwar-5.6.4.ebuild: + EAPI=2 05 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> liquidwar-5.6.4.ebuild: diff --git a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild b/games-strategy/liquidwar/liquidwar-5.6.4.ebuild index a78b595c4964..4feca9932c98 100644 --- a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild +++ b/games-strategy/liquidwar/liquidwar-5.6.4.ebuild @@ -1,7 +1,8 @@ -# 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-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.4 2008/02/10 08:32:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.5 2009/02/13 22:40:21 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="unique multiplayer wargame" @@ -16,9 +17,7 @@ RESTRICT="test" DEPEND=">=media-libs/allegro-4.2" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-exec-stack.patch sed -i \ -e 's:/games::' \ @@ -38,14 +37,12 @@ src_unpack() { || die "sed src/Makefile.in failed" } -src_compile() { +src_configure() { egamesconf \ --disable-doc-ps \ --disable-doc-pdf \ --disable-target-opt \ - $(use_enable x86 asm) \ - || die - emake || die "emake failed" + $(use_enable x86 asm) } src_install() { |