[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2023-02-14 Thread Sergey Popov
commit: 0be99c91922b192d48ff6f2fa2ace7dea11e75fd
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Feb 14 11:05:29 2023 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Feb 14 11:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be99c91

games-strategy/spaz: remove myself from maintainers

Signed-off-by: Sergey Popov  gentoo.org>

 games-strategy/spaz/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-strategy/spaz/metadata.xml b/games-strategy/spaz/metadata.xml
index a3862b8ec2fc..115e9d64a669 100644
--- a/games-strategy/spaz/metadata.xml
+++ b/games-strategy/spaz/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2021-04-11 Thread Sam James
commit: 0ddf4150c7ac9d37f014a3521e12bf7f9f6494d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:37:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddf4150

games-strategy/spaz: eutils->wrapper

Signed-off-by: Sam James  gentoo.org>

 games-strategy/spaz/spaz-1.605-r1.ebuild | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-strategy/spaz/spaz-1.605-r1.ebuild 
b/games-strategy/spaz/spaz-1.605-r1.ebuild
index 98f1843747b..3f312216a85 100644
--- a/games-strategy/spaz/spaz-1.605-r1.ebuild
+++ b/games-strategy/spaz/spaz-1.605-r1.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit desktop eutils unpacker
+
+inherit desktop unpacker wrapper
 
 DESCRIPTION="Space Pirates and Zombies"
 HOMEPAGE="http://minmax-games.com/SpacePiratesAndZombies/;
 SRC_URI="${PN}-linux-humblebundle-09182012-bin"
+S="${WORKDIR}"/data
+
 LICENSE="LOKI-EULA"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pulseaudio"
 RESTRICT="bindist fetch strip"
 
-DEPEND=""
-BDEPEND="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
+BDEPEND="app-arch/unzip"
 
 QA_PREBUILT="opt/spaz/SPAZ"
 
@@ -29,10 +29,10 @@ src_unpack() {
 }
 
 src_install() {
-   local dir="/opt/${PN}"
+   local dir=/opt/${PN}
 
-   insinto "${dir}"
-   exeinto "${dir}"
+   insinto ${dir}
+   exeinto ${dir}
doexe SPAZ
doins -r common game mods
doins audio.so



[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2019-06-30 Thread Pacho Ramos
commit: 440af8b71c7a0574a043b6c7112ce3416ea65ee4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 30 08:22:19 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 30 08:22:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440af8b7

games-strategy/spaz: Stop using games.eclass

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Pacho Ramos  gentoo.org>

 .../{spaz-1.605.ebuild => spaz-1.605-r1.ebuild}| 24 +++---
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/games-strategy/spaz/spaz-1.605.ebuild 
b/games-strategy/spaz/spaz-1.605-r1.ebuild
similarity index 61%
rename from games-strategy/spaz/spaz-1.605.ebuild
rename to games-strategy/spaz/spaz-1.605-r1.ebuild
index 943dbedf377..98f1843747b 100644
--- a/games-strategy/spaz/spaz-1.605.ebuild
+++ b/games-strategy/spaz/spaz-1.605-r1.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit unpacker games
+EAPI=7
+inherit desktop eutils unpacker
 
 DESCRIPTION="Space Pirates and Zombies"
-HOMEPAGE="http://spacepiratesandzombies.com;
+HOMEPAGE="http://minmax-games.com/SpacePiratesAndZombies/;
 SRC_URI="${PN}-linux-humblebundle-09182012-bin"
 LICENSE="LOKI-EULA"
 SLOT="0"
@@ -14,9 +13,12 @@ KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pulseaudio"
 RESTRICT="bindist 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(-)]"
+DEPEND=""
+BDEPEND="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
 
@@ -27,7 +29,7 @@ src_unpack() {
 }
 
 src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
 
insinto "${dir}"
exeinto "${dir}"
@@ -37,8 +39,6 @@ src_install() {
newicon SPAZ.png spaz.png
dodoc README-linux.txt
 
-   games_make_wrapper ${PN} ./SPAZ "${dir}" "${dir}"
+   make_wrapper ${PN} ./SPAZ "${dir}" "${dir}"
make_desktop_entry ${PN} "Space Pirates and Zombies" ${PN}
-
-   prepgamesdirs
 }



[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2018-09-03 Thread Sergey Popov
commit: adb8e0eb8727d82fe9db88866d7c1f44c6d3bab7
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Sep  3 08:53:31 2018 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Sep  3 08:53:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb8e0eb

games-strategy/spaz: restrict bindist

Bug: https://bugs.gentoo.org/665108
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-strategy/spaz/spaz-1.605.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/spaz/spaz-1.605.ebuild 
b/games-strategy/spaz/spaz-1.605.ebuild
index 80749b2c42c..943dbedf377 100644
--- a/games-strategy/spaz/spaz-1.605.ebuild
+++ b/games-strategy/spaz/spaz-1.605.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -12,7 +12,7 @@ LICENSE="LOKI-EULA"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pulseaudio"
-RESTRICT="fetch strip"
+RESTRICT="bindist fetch strip"
 
 DEPEND="app-arch/unzip"
 RDEPEND=">=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)]



[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2018-02-18 Thread Sergey Popov
commit: 61439d3023069077f14975c72064d91c281a74e1
Author: Sergey Popov  gentoo  org>
AuthorDate: Sun Feb 18 10:25:01 2018 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sun Feb 18 10:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61439d30

games-strategy/spaz: update manifest hashes

Closes: https://bugs.gentoo.org/642884
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-strategy/spaz/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/spaz/Manifest b/games-strategy/spaz/Manifest
index 2aaa60cb673..54dc278eb73 100644
--- a/games-strategy/spaz/Manifest
+++ b/games-strategy/spaz/Manifest
@@ -1 +1 @@
-DIST spaz-linux-humblebundle-09182012-bin 157466422 SHA256 
b143b8e0b09baec1f5c9f02daada9f1125bbd0109f0878e3b00b14657a4fb7cd SHA512 
ba62be6a247dfb1ee04db8784b3e173140e7491f2bd68a528ad9c81cab4bc8f807bfeb4593fa37c76e43401420a6f788075cd2541fd16ed7443fe4301a76d50c
 WHIRLPOOL 
508ec9ccfd2f75f52823628659d53568bc8e50da73866bad645a4910c4aee782b2d48488ec43b0a34bd7f7c829a18b2162052ae1293af661e09d50b193659665
+DIST spaz-linux-humblebundle-09182012-bin 157466422 BLAKE2B 
c3b832c4cb8b68bbe353bc019d4af6af335b45e3bcc89209f2a61a840b52448f4d09eaf1544f67995049d377600eae433ce2140171d189afcd7d3c388d67ec78
 SHA512 
ba62be6a247dfb1ee04db8784b3e173140e7491f2bd68a528ad9c81cab4bc8f807bfeb4593fa37c76e43401420a6f788075cd2541fd16ed7443fe4301a76d50c