summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-24 20:51:58 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-24 21:26:24 +0200
commit97289cc8cb22b3ccc938fc98524099d64ee6dd15 (patch)
tree1db5cea8aa80bb231356b29b533c77b8e96417c0
parentgames-arcade/thinktanks-demo: Stop using games.eclass (diff)
downloadgentoo-97289cc8cb22b3ccc938fc98524099d64ee6dd15.tar.gz
gentoo-97289cc8cb22b3ccc938fc98524099d64ee6dd15.tar.bz2
gentoo-97289cc8cb22b3ccc938fc98524099d64ee6dd15.zip
games-arcade/thinktanks-demo: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r--games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild
deleted file mode 100644
index 107f42f94637..000000000000
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit unpacker games
-
-DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
-HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12"
-SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin"
-
-LICENSE="THINKTANKS"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND="
- media-libs/libsdl[video,joystick,abi_x86_32(-)]
- media-libs/libogg[abi_x86_32(-)]
- media-libs/libvorbis[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]"
-
-S=${WORKDIR}
-dir=${GAMES_PREFIX_OPT}/${PN}
-
-QA_PREBUILT="${dir:1}/ThinkTanks.bin"
-
-src_install() {
- dodir "${dir}" "${GAMES_BINDIR}"
-
- tar -zxf ThinkTanks.tar.gz -C "${ED}/${dir}" || die
-
- exeinto "${dir}"
- doexe bin/Linux/x86/thinktanksdemo
- dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
- # Using system libraries
- rm -rf "${ED}/${dir}"/lib
-
- insinto "${dir}"
- doins icon.xpm
-
- dodoc ReadMe_Linux.txt
-
- prepgamesdirs
-}