diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
commit | 0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch) | |
tree | 07815070629c7c11000a7f51ceb8ccbccb49a809 /games-strategy/spaz | |
parent | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/spaz')
-rw-r--r-- | games-strategy/spaz/Manifest | 3 | ||||
-rw-r--r-- | games-strategy/spaz/metadata.xml | 8 | ||||
-rw-r--r-- | games-strategy/spaz/spaz-1.605.ebuild | 44 |
3 files changed, 0 insertions, 55 deletions
diff --git a/games-strategy/spaz/Manifest b/games-strategy/spaz/Manifest deleted file mode 100644 index 11d2bf945db8..000000000000 --- a/games-strategy/spaz/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST spaz-linux-humblebundle-09182012-bin 157466422 BLAKE2B c3b832c4cb8b68bbe353bc019d4af6af335b45e3bcc89209f2a61a840b52448f4d09eaf1544f67995049d377600eae433ce2140171d189afcd7d3c388d67ec78 SHA512 ba62be6a247dfb1ee04db8784b3e173140e7491f2bd68a528ad9c81cab4bc8f807bfeb4593fa37c76e43401420a6f788075cd2541fd16ed7443fe4301a76d50c -EBUILD spaz-1.605.ebuild 929 BLAKE2B 00b3287d47a9c8d24ba6931083a291522c8060632c243ae768af92f228a1dde7aae10b952bbb725363144c6a18e97ba91ddff1e748c26860188d706da0e70577 SHA512 54c156847f3e387498b90db80e9330a6610824b5fce54895aafc41ab00f5e9d1a089f3c199d9f19f44012201484131f0c3da9113c5116c83af1ea49b2d19c27d -MISC metadata.xml 247 BLAKE2B 61049845c1ffb66aea9959f984983735ad8d7d9d37aab6da3a19951bbf8d67af657cacde1701da8a3dd93b0704c10430d511bea11d56bf98702950f0707436ec SHA512 96c55c2979dd6a4c4761fce9b5a0be387b11fcf197ef903d8680ae82f01a2caea93b1238bed1ac96d3eb250744e2149a507e0424ac017b4324f0806a54e72c4a diff --git a/games-strategy/spaz/metadata.xml b/games-strategy/spaz/metadata.xml deleted file mode 100644 index 5b159fbcadd1..000000000000 --- a/games-strategy/spaz/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>pinkbyte@gentoo.org</email> - <name>Sergey Popov</name> - </maintainer> -</pkgmetadata> diff --git a/games-strategy/spaz/spaz-1.605.ebuild b/games-strategy/spaz/spaz-1.605.ebuild deleted file mode 100644 index 80749b2c42ce..000000000000 --- a/games-strategy/spaz/spaz-1.605.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit unpacker games - -DESCRIPTION="Space Pirates and Zombies" -HOMEPAGE="http://spacepiratesandzombies.com" -SRC_URI="${PN}-linux-humblebundle-09182012-bin" -LICENSE="LOKI-EULA" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa pulseaudio" -RESTRICT="fetch strip" - -DEPEND="app-arch/unzip" -RDEPEND=">=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]" - -S="${WORKDIR}"/data - -QA_PREBUILT="opt/spaz/SPAZ" - -src_unpack() { - unpack_zip ${A} -} - -src_install() { - local dir="${GAMES_PREFIX_OPT}/${PN}" - - insinto "${dir}" - exeinto "${dir}" - doexe SPAZ - doins -r common game mods - doins audio.so - newicon SPAZ.png spaz.png - dodoc README-linux.txt - - games_make_wrapper ${PN} ./SPAZ "${dir}" "${dir}" - make_desktop_entry ${PN} "Space Pirates and Zombies" ${PN} - - prepgamesdirs -} |