public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
@ 2018-04-24 19:26 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca4a37df3170d678c6bfb355ada501795385461
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 18:51:46 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca4a37d

games-arcade/thinktanks-demo: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../thinktanks-demo/thinktanks-demo-1.1-r3.ebuild  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
new file mode 100644
index 00000000000..a672cd15f03
--- /dev/null
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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"
+
+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(-)]
+"
+DEPEND=""
+
+S="${WORKDIR}"
+dir="/opt/${PN}"
+
+QA_PREBUILT="${dir:1}/ThinkTanks.bin"
+
+src_install() {
+	dodir "${dir}" "/usr/bin"
+
+	tar -zxf ThinkTanks.tar.gz -C "${ED}/${dir}" || die
+
+	exeinto "${dir}"
+	doexe bin/Linux/x86/thinktanksdemo
+	dosym "${dir}"/thinktanksdemo /usr/bin/thinktanks-demo
+	# Using system libraries
+	rm -rf "${ED}/${dir}"/lib
+
+	insinto "${dir}"
+	doins icon.xpm
+
+	newicon icon.xpm ${PN}.xpm
+	make_desktop_entry ${PN} "Thinktanks (Demo)" /usr/share/pixmaps/${PN}.xpm
+
+	dodoc ReadMe_Linux.txt
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
@ 2018-04-24 19:26 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     97289cc8cb22b3ccc938fc98524099d64ee6dd15
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 18:51:58 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97289cc8

games-arcade/thinktanks-demo: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../thinktanks-demo/thinktanks-demo-1.1-r2.ebuild  | 46 ----------------------
 1 file changed, 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 107f42f9463..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
@ 2021-04-18  6:31 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8062ce107717c036f39d921a4030aee8ab249e19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:14:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:31:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8062ce10

games-arcade/thinktanks-demo: port to EAPI 7, fix MissingLicenseRestricts

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
index a672cd15f03..09e8678088d 100644
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.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"
+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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
@ 2021-04-18  6:31 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2b6cd96907a5eaa26af1a4e09bf6810008a9b5c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:15:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:31:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6cd969

games-arcade/thinktanks-demo: update SRC_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{thinktanks-demo-1.1-r3.ebuild => thinktanks-demo-1.1-r4.ebuild}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild
similarity index 93%
rename from games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
rename to games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild
index 09e8678088d..7b6c73e06c3 100644
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r4.ebuild
@@ -7,7 +7,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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
@ 2021-05-19  0:25 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-05-19  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     557966aaa99fb5e83afb092c410c2d63db1efe95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 00:24:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 19 00:24:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557966aa

games-arcade/thinktanks-demo: update Manifest for SRC_URI change

Fixes: 2b6cd96907a5eaa26af1a4e09bf6810008a9b5c9
Closes: https://bugs.gentoo.org/790797
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/thinktanks-demo/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/thinktanks-demo/Manifest b/games-arcade/thinktanks-demo/Manifest
index 3aa674863fd..f09409f2e0c 100644
--- a/games-arcade/thinktanks-demo/Manifest
+++ b/games-arcade/thinktanks-demo/Manifest
@@ -1 +1 @@
-DIST ThinkTanksDemo_v1.1.sh.bin 12115802 BLAKE2B 398df35dc7f6020cadfcf36209ddec3c10229f62539f0a6cead3c5b815a36816a2d51e9d09315ccae2e60855a3e7e1310196276758b41e66c7b32e7f102ddfbc SHA512 9134c44c4e02df4bd7edbd3946125598c87dc3adbeff318f0b265dd2c5fbcebd49bd810d848cc5da29c86ad323fdb2c9adc0006b26680b0bd78b4d0de54419a1
+DIST ThinkTanksDemo_v1.1.sh.bin 11700992 BLAKE2B c5f0955606d12d6da042ae66322cfe6993486a963a0d76fa948f0c8eea439a25983ae78367130f181398299af712a4bb51ba45845ff92e17386e1c1305d33af7 SHA512 6c4116dd9f43ee6037a8c1d7fcb97f4f6d73725f2b608342e60bc200ff7286f6ea3c6c66e1e8713e69f215d95856dd9733ed15e742121eeb401ad1d5262f7a55


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-19  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18  6:31 [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19  0:25 Sam James
2021-04-18  6:31 Sam James
2018-04-24 19:26 Pacho Ramos
2018-04-24 19:26 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox