diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 06:21:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 06:21:27 +0000 |
commit | 59b76c94381dd734b57e0eb8296e8cb4c0cb388b (patch) | |
tree | 865e8cd9775121b14bc3e3f062d323ffc2f19838 /games-rpg/wastesedge | |
parent | It really wants *exactly adonthell v0.3.3 (diff) | |
download | gentoo-2-59b76c94381dd734b57e0eb8296e8cb4c0cb388b.tar.gz gentoo-2-59b76c94381dd734b57e0eb8296e8cb4c0cb388b.tar.bz2 gentoo-2-59b76c94381dd734b57e0eb8296e8cb4c0cb388b.zip |
clean old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-rpg/wastesedge')
-rw-r--r-- | games-rpg/wastesedge/files/digest-wastesedge-0.3.3 | 1 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.3.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/games-rpg/wastesedge/files/digest-wastesedge-0.3.3 b/games-rpg/wastesedge/files/digest-wastesedge-0.3.3 deleted file mode 100644 index 10720538cdc0..000000000000 --- a/games-rpg/wastesedge/files/digest-wastesedge-0.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c208c4c7aa2e8c97ec7b27a5bf4f2cd0 wastesedge-0.3.3.tar.gz 10174237 diff --git a/games-rpg/wastesedge/wastesedge-0.3.3.ebuild b/games-rpg/wastesedge/wastesedge-0.3.3.ebuild deleted file mode 100644 index 8dfa59933353..000000000000 --- a/games-rpg/wastesedge/wastesedge-0.3.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.3.ebuild,v 1.10 2005/03/14 05:17:05 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="role playing game to showcase the adonthell engine" -HOMEPAGE="http://adonthell.linuxgames.com/" -SRC_URI="http://savannah.nongnu.org/download/adonthell/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="oggvorbis doc nls" -RESTRICT="nouserpriv" - -DEPEND="virtual/x11 - >=media-libs/libsdl-1.1.6 - >=dev-lang/python-2.0 - oggvorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - doc? ( >=app-doc/doxygen-1.2 ) - >=games-rpg/adonthell-${PV}" - -src_compile(){ - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) \ - $(use_enable doc) \ - --with-adonthell-binary="${GAMES_BINDIR}/adonthell" \ - || die - emake || die "emake failed" -} - -src_install(){ - make DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install \ - || die "make install failed" - dodoc AUTHORS ChangeLog NEWS PLAYING README - make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32.xpm - prepgamesdirs -} |