summaryrefslogtreecommitdiff
path: root/games-arcade/thinktanks-demo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /games-arcade/thinktanks-demo
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r--games-arcade/thinktanks-demo/Manifest2
-rw-r--r--games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild (renamed from games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild)13
2 files changed, 7 insertions, 8 deletions
diff --git a/games-arcade/thinktanks-demo/Manifest b/games-arcade/thinktanks-demo/Manifest
index e4aa43c86512..cad855b913bd 100644
--- a/games-arcade/thinktanks-demo/Manifest
+++ b/games-arcade/thinktanks-demo/Manifest
@@ -1,3 +1,3 @@
DIST ThinkTanksDemo_v1.1.sh.bin 12115802 BLAKE2B 398df35dc7f6020cadfcf36209ddec3c10229f62539f0a6cead3c5b815a36816a2d51e9d09315ccae2e60855a3e7e1310196276758b41e66c7b32e7f102ddfbc SHA512 9134c44c4e02df4bd7edbd3946125598c87dc3adbeff318f0b265dd2c5fbcebd49bd810d848cc5da29c86ad323fdb2c9adc0006b26680b0bd78b4d0de54419a1
-EBUILD thinktanks-demo-1.1-r3.ebuild 1144 BLAKE2B fa96fca23a1659748aba95a423e5a9dd244de6d9ca479fa6374abd40a7f71a402c1643860677c223fca089e9b07e2b73b0c11732298d15747566de0fbd339b32 SHA512 960d72cd762c9f24f90a21f3d801185558e52528af5fe046f70e16ca62583ac5df448bb5310bdbd1b37fa6e1b6714ef7d4c32d5d9322e51533eb626d01f5c557
+EBUILD thinktanks-demo-1.1-r4.ebuild 1142 BLAKE2B cbf195712e63a0571f76382f7418008ebc0c94f79db218babb725f44717db3dce090adff9ba4ad2e5cf64704ef140e5f8910855084a51753f0720abfdceba085 SHA512 7029589e68a4bfb6741820517dbeeb23a7f8c3bba7ccc8752be296b0a7f3ea26be3a800d73cc71e0e1521811bd1e12f8f2c0351de30deb9cab16f96f40c560ca
MISC metadata.xml 2343 BLAKE2B 81e0b71bd2aa43d390cabc4cf316034817c03a694c561aa223959401a3b90637225ea6b2b2748feee5d9e270a158b92acd9ee689f870f62753c863f7942991b2 SHA512 bdf46a6c55e6cbddc81b70134d0d906dc2e0c28714c0278affcd60465c8ab1b5e9ad440e463db1c6a589b080d8a3e7c88a2ee1f857d29f1515f5b92f9146b234
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild
index a672cd15f03e..7b6c73e06c39 100644
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit desktop unpacker
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"
+SRC_URI="http://demos.garagegames.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin"
+S="${WORKDIR}"
LICENSE="THINKTANKS"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
RDEPEND="
media-libs/libsdl[video,joystick,abi_x86_32(-)]
@@ -21,9 +22,7 @@ RDEPEND="
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
"
-DEPEND=""
-S="${WORKDIR}"
dir="/opt/${PN}"
QA_PREBUILT="${dir:1}/ThinkTanks.bin"