summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 16:16:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 16:16:46 +0000
commit788ec311df609bf1e71ea7f4fbbbc24783a02a00 (patch)
tree28dbd21f32ca12974351ccd521f9dfb627eab56a /games-arcade
parentCommitting _pre3 as it's the required version for callweaver-1.2.0.1 which mi... (diff)
downloadgentoo-2-788ec311df609bf1e71ea7f4fbbbc24783a02a00.tar.gz
gentoo-2-788ec311df609bf1e71ea7f4fbbbc24783a02a00.tar.bz2
gentoo-2-788ec311df609bf1e71ea7f4fbbbc24783a02a00.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild
deleted file mode 100644
index 9ebf84dfa861..000000000000
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.5 2008/02/26 22:33:23 mr_bones_ Exp $
-
-inherit eutils 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="-* x86 ~amd64"
-RESTRICT="strip"
-IUSE=""
-
-DEPEND=""
-
-GAMES_CHECK_LICENSE="yes"
-S=${WORKDIR}
-
-src_unpack() {
- unpack_makeself
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- dodir "${dir}" "${GAMES_BINDIR}"
-
- tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz"
-
- exeinto "${dir}"
- doexe bin/Linux/x86/thinktanksdemo
- dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
-
- insinto "${dir}"
- doins icon.xpm
-
- dodoc ReadMe_Linux.txt
-
- prepgamesdirs
-}