diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-28 16:59:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-28 16:59:43 +0000 |
commit | c56c0d19902810c1985be0aba6f3ff5d99b60205 (patch) | |
tree | 8a9a19605ada813ccdafff412ead77f2a3ee9209 /games-action | |
parent | Stable for HPPA (bug #185823). (diff) | |
download | gentoo-2-c56c0d19902810c1985be0aba6f3ff5d99b60205.tar.gz gentoo-2-c56c0d19902810c1985be0aba6f3ff5d99b60205.tar.bz2 gentoo-2-c56c0d19902810c1985be0aba6f3ff5d99b60205.zip |
old
(Portage version: 2.1.2.12)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/btanks/btanks-0.5.4740.ebuild | 52 | ||||
-rw-r--r-- | games-action/btanks/files/digest-btanks-0.5.4740 | 3 |
2 files changed, 0 insertions, 55 deletions
diff --git a/games-action/btanks/btanks-0.5.4740.ebuild b/games-action/btanks/btanks-0.5.4740.ebuild deleted file mode 100644 index 20001f4af8e3..000000000000 --- a/games-action/btanks/btanks-0.5.4740.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.5.4740.ebuild,v 1.1 2007/08/20 23:41:14 tupone Exp $ - -inherit eutils games - -DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes" -HOMEPAGE="http://btanks.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-libs/libsigc++-2.0 - media-libs/openal - media-libs/libsdl - media-libs/libvorbis - virtual/opengl - dev-libs/expat - media-libs/sdl-image" -DEPEND="${RDEPEND} - dev-util/scons" - -src_compile() { - scons \ - mode="release" \ - prefix=/usr \ - resources_dir="${GAMES_DATADIR}/${PN}" \ - || die "scons" -} - -src_install() { - newgamesbin bt ${PN}.bin || die "newgamesbin" - - insinto "$(games_get_libdir)"/${PN} - doins lib{mrt,bt,sdlx}.so || die "doins for lib.so failed" - - exeinto "${GAMES_DATADIR}/${PN}" - doexe libbt_objects.so || die "doins for libbt_objects.so failed" - insinto "${GAMES_DATADIR}/${PN}" - doins -r data || die "doins for data failed" - dodoc ChangeLog *.txt - - games_make_wrapper ${PN} ${PN}.bin "${GAMES_DATADIR}/${PN}" \ - "$(games_get_libdir)/${PN}" - newicon src/bt.xpm ${PN}.xpm || die "newicon" - make_desktop_entry ${PN} "Battle Tanks" ${PN}.xpm - - prepgamesdirs -} diff --git a/games-action/btanks/files/digest-btanks-0.5.4740 b/games-action/btanks/files/digest-btanks-0.5.4740 deleted file mode 100644 index 689fd211413a..000000000000 --- a/games-action/btanks/files/digest-btanks-0.5.4740 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ab532befed2166a1f722ec1a59df926b btanks-0.5.4740.tar.bz2 47302958 -RMD160 adcced45f120a26de0a36a88849232231535bd7f btanks-0.5.4740.tar.bz2 47302958 -SHA256 2eb3d691f84c3933bde270212ad71565e168a5b67fe7332b3bc8fac1de232403 btanks-0.5.4740.tar.bz2 47302958 |