public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/
Date: Tue, 24 Apr 2018 19:26:43 +0000 (UTC)	[thread overview]
Message-ID: <1524597983.1ca4a37df3170d678c6bfb355ada501795385461.pacho@gentoo> (raw)

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
+}


             reply	other threads:[~2018-04-24 19:26 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524597983.1ca4a37df3170d678c6bfb355ada501795385461.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox