* [gentoo-commits] repo/gentoo:master commit in: games-action/spacetripper-demo/
@ 2017-01-30 23:09 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2017-01-30 23:09 UTC (permalink / raw
To: gentoo-commits
commit: cfa71094f1e64c24742bd7ab7c4cfba88939ac78
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 21:55:11 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 23:09:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa71094
games-action/spacetripper-demo: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.2, Repoman-2.3.1
.../spacetripper-demo-1-r1.ebuild | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
new file mode 100644
index 00000000..e428234
--- /dev/null
+++ b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils unpacker
+
+MY_P="spacetripperdemo"
+DESCRIPTION="Hardcore arcade shoot-em-up"
+HOMEPAGE="http://www.pompomgames.com/"
+SRC_URI="http://www.btinternet.com/~bongpig/${MY_P}.sh"
+
+LICENSE="POMPOM"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="
+ >=virtual/opengl-7.0-r1[abi_x86_32(-)]
+ >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-),X,video,joystick,opengl,sound]"
+
+S=${WORKDIR}
+
+dir=/opt/${PN}
+Ddir=${D}/${dir}
+
+QA_PREBUILT="${dir}/*"
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ exeinto "${dir}"
+ doexe bin/x86/*
+ # Remove libSDL since we use the system version and our version doesn't
+ # have TEXTRELs in it.
+ rm -f "${Ddir}"/libSDL-1.2.so.0.0.5 || die
+ sed -i -e "s:XYZZY:${dir}:" "${Ddir}/${MY_P}" || die
+
+ insinto "${dir}"
+ doins -r preview run styles README license.txt icon.xpm
+ newicon icon.xpm spacetripper-demo.png
+
+ make_wrapper spacetripper-demo ./spacetripperdemo "${dir}" "${dir}"
+ make_desktop_entry spacetripper-demo spacetripper-demo spacetripper-demo
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/spacetripper-demo/
@ 2018-08-15 10:33 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-08-15 10:33 UTC (permalink / raw
To: gentoo-commits
commit: ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Thu Aug 2 23:08:13 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 10:33:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6dbd12
games-action/spacetripper-demo: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
index 40bcbf3485b..637e20d2d6f 100644
--- a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
+++ b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils unpacker
+
+inherit desktop eutils unpacker
MY_P="spacetripperdemo"
DESCRIPTION="Hardcore arcade shoot-em-up"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/spacetripper-demo/
@ 2019-05-31 8:24 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-05-31 8:24 UTC (permalink / raw
To: gentoo-commits
commit: c495ed5a4f9f4ab9f7efacfdce2ee4e36a6f0fc5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 07:33:44 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 31 08:24:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c495ed5a
games-action/spacetripper-demo: Add mirror and bindist restrictions.
Bug: https://bugs.gentoo.org/601052
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
index 637e20d2d6f..7dc8a1ea15e 100644
--- a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
+++ b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="POMPOM"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
-RESTRICT="strip"
+RESTRICT="strip mirror bindist"
RDEPEND="
>=virtual/opengl-7.0-r1[abi_x86_32(-)]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-31 8:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31 8:24 [gentoo-commits] repo/gentoo:master commit in: games-action/spacetripper-demo/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2018-08-15 10:33 Michał Górny
2017-01-30 23:09 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox