diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 04:12:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 04:12:31 +0000 |
commit | 32efac60045c81e4b7643bb65d6a86076341a240 (patch) | |
tree | 2589fb3b4572106b256733a20a6d4e402cf07322 /games-rpg | |
parent | punt python 2_6 (diff) | |
download | gentoo-2-32efac60045c81e4b7643bb65d6a86076341a240.tar.gz gentoo-2-32efac60045c81e4b7643bb65d6a86076341a240.tar.bz2 gentoo-2-32efac60045c81e4b7643bb65d6a86076341a240.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/wastesedge/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.4.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog index 34b2ab0f8f7b..20763ddacfd8 100644 --- a/games-rpg/wastesedge/ChangeLog +++ b/games-rpg/wastesedge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/wastesedge # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.22 2015/01/28 10:24:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.23 2015/02/05 04:12:31 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -wastesedge-0.3.4.ebuild: + old 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> wastesedge-0.3.5.ebuild: Stable for ppc, wrt bug #534292 diff --git a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild deleted file mode 100644 index 581c7e67e047..000000000000 --- a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.10 2012/04/13 19:23:51 ulm Exp $ - -EAPI=2 -PYTHON_DEPEND="2" - -inherit eutils python games - -DESCRIPTION="role playing game to showcase the adonthell engine" -HOMEPAGE="http://adonthell.linuxgames.com/" -SRC_URI="http://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="vorbis doc nls" -RESTRICT="userpriv" - -RDEPEND=">=games-rpg/adonthell-0.3.3 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - doc? ( >=app-doc/doxygen-1.2 )" - -pkg_setup() { - python_set_active_version 2 - games_pkg_setup -} - -src_configure(){ - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) \ - $(use_enable doc) \ - --with-adonthell-binary="${GAMES_BINDIR}/adonthell" -} - -src_install(){ - emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install \ - || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS PLAYING README - make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32 - prepgamesdirs -} |