From 4b19be30aa626b327c885dae62c559ec0e9fb935 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:19:36 +0100 Subject: gentoo resync : 13.10.2019 --- games-action/spacetripper-demo/Manifest | 3 -- games-action/spacetripper-demo/metadata.xml | 8 ---- .../spacetripper-demo-1-r1.ebuild | 48 ---------------------- 3 files changed, 59 deletions(-) delete mode 100644 games-action/spacetripper-demo/Manifest delete mode 100644 games-action/spacetripper-demo/metadata.xml delete mode 100644 games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild (limited to 'games-action/spacetripper-demo') diff --git a/games-action/spacetripper-demo/Manifest b/games-action/spacetripper-demo/Manifest deleted file mode 100644 index 9ad2c63390c3..000000000000 --- a/games-action/spacetripper-demo/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST spacetripperdemo.sh 5179095 BLAKE2B a2d3109c6557df46b2afa221b92983d4a364abe77260c96066bf466682a022832fef2aee80a438b4e07da5bfcb5d868f45429be87b024d0bcd21eb6636a3a100 SHA512 43c0aac805671716816dfba58fe1ccad333886a1a20a3dfdaba7b78512dbe2ca6fbe6c09782e14f81d475c9c9bccb4043bac4c8bd756800fe43596dbee5018a0 -EBUILD spacetripper-demo-1-r1.ebuild 1143 BLAKE2B ef221ce3460aa8892bc7a3434a26459c6ea06cff43bb746bf4bdb2b8751c4be25b641ecd161824416181aefafbd0df3c7f5611ebf4883eb8dd5da5d8e76f8396 SHA512 2d054936c100b2d567f3f5bdbf54664bbf6c569fb77283bdb7efd185444cb9d4c84538db15c28c60a7f456ef1f5e8ae014075526f7750007a579d70dbcbed0e3 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/spacetripper-demo/metadata.xml b/games-action/spacetripper-demo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-action/spacetripper-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild deleted file mode 100644 index 7dc8a1ea15eb..000000000000 --- a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop 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 mirror bindist" - -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 -} -- cgit v1.2.3