diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-14 01:08:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-14 01:08:33 +0000 |
commit | 5dacc0a0ff54e975c851fc15b29f96c08cd3dfed (patch) | |
tree | 45ecd340dbd355510e98d7b89a00d008e58b4075 /games-rpg/wastesedge | |
parent | version bump (diff) | |
download | gentoo-2-5dacc0a0ff54e975c851fc15b29f96c08cd3dfed.tar.gz gentoo-2-5dacc0a0ff54e975c851fc15b29f96c08cd3dfed.tar.bz2 gentoo-2-5dacc0a0ff54e975c851fc15b29f96c08cd3dfed.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-rpg/wastesedge')
-rw-r--r-- | games-rpg/wastesedge/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.4.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog index 95443bf4b8a2..6ee89f027662 100644 --- a/games-rpg/wastesedge/ChangeLog +++ b/games-rpg/wastesedge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/wastesedge -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.13 2008/02/29 19:34:55 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.14 2009/09/14 01:08:33 mr_bones_ Exp $ + + 14 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> + wastesedge-0.3.4.ebuild: + EAPI=2 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> wastesedge-0.3.4.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild index 6cdd2aa5382d..cf3b167c3d82 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.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-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.7 2008/02/29 19:34:55 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.8 2009/09/14 01:08:33 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="role playing game to showcase the adonthell engine" @@ -21,14 +22,12 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) doc? ( >=app-doc/doxygen-1.2 )" -src_compile(){ +src_configure(){ egamesconf \ --disable-dependency-tracking \ $(use_enable nls) \ $(use_enable doc) \ - --with-adonthell-binary="${GAMES_BINDIR}/adonthell" \ - || die - emake || die "emake failed" + --with-adonthell-binary="${GAMES_BINDIR}/adonthell" } src_install(){ |