diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 03:58:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 03:58:37 +0000 |
commit | 00d09bc9b6d0b30246f8dcbc2513683e7e9f98b4 (patch) | |
tree | 19b3e192c47053f07d04220a2d2cfd842b5cf9c9 /games-arcade/thinktanks-demo | |
parent | old (diff) | |
download | gentoo-2-00d09bc9b6d0b30246f8dcbc2513683e7e9f98b4.tar.gz gentoo-2-00d09bc9b6d0b30246f8dcbc2513683e7e9f98b4.tar.bz2 gentoo-2-00d09bc9b6d0b30246f8dcbc2513683e7e9f98b4.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild | 43 |
2 files changed, 5 insertions, 44 deletions
diff --git a/games-arcade/thinktanks-demo/ChangeLog b/games-arcade/thinktanks-demo/ChangeLog index 9fffb827976e..64d52f29719e 100644 --- a/games-arcade/thinktanks-demo/ChangeLog +++ b/games-arcade/thinktanks-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/thinktanks-demo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.13 2015/02/01 11:34:43 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.14 2015/02/05 03:58:37 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> + -thinktanks-demo-1.1-r1.ebuild: + old 01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> thinktanks-demo-1.1-r2.ebuild: x86 stable wrt bug #535896 diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild deleted file mode 100644 index 67776b514edf..000000000000 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.7 2012/12/27 21:34:19 tupone Exp $ - -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" - -DEPEND="" -RDEPEND="media-libs/libsdl - media-libs/libvorbis" - -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 "${D}/${dir}" || die "extracting ThinkTanks.tar.gz" - - exeinto "${dir}" - doexe bin/Linux/x86/thinktanksdemo - dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo - # Using system libraries - rm -rf "${D}/${dir}"/lib - - insinto "${dir}" - doins icon.xpm - - dodoc ReadMe_Linux.txt - - prepgamesdirs -} |