public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/stealthbastarddeluxe/
@ 2013-06-23 20:28 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 3+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-06-23 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f7a8e6d72d79cc21a1d891ab8c1a5cd3abfe1f69
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sun Jun 23 20:28:44 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Jun 23 20:28:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f7a8e6d7

[games-arcade/stealthbastarddeluxe] Added

Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>

---
 games-arcade/stealthbastarddeluxe/metadata.xml     | 15 ++++++
 .../stealthbastarddeluxe-1.63.4.ebuild             | 60 ++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/games-arcade/stealthbastarddeluxe/metadata.xml b/games-arcade/stealthbastarddeluxe/metadata.xml
new file mode 100644
index 0000000..e1dbbcd
--- /dev/null
+++ b/games-arcade/stealthbastarddeluxe/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+A platformer where you play as an animated cube of meat
+</longdescription>
+<longdescription lang="ru">
+Платформер, в котором вы управляете мясным пацаном
+</longdescription>
+</pkgmetadata>
+

diff --git a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
new file mode 100644
index 0000000..8b1d1e2
--- /dev/null
+++ b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games
+
+TS=1371673270
+MY_PN=StealthBastardDeluxe
+
+DESCRIPTION="The fast-paced, nail-biting antidote to tippy-toed sneaking simulators that the world had so desperately been craving."
+HOMEPAGE="http://www.stealthbastard.com/"
+SRC_URI="${MY_PN}_${PV}_Linux_${TS}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RESTRICT="fetch strip"
+
+DEPEND=""
+RDEPEND="
+	${DEPEND}
+	x86? (
+		dev-libs/openssl
+		media-libs/openal
+		sys-libs/zlib
+		x11-libs/libX11
+		x11-libs/libXxf86vm
+	)
+	amd64? (
+		app-emulation/emul-linux-x86-baselibs
+		app-emulation/emul-linux-x86-sdl
+		app-emulation/emul-linux-x86-xlibs
+	)
+"
+
+S="${WORKDIR}/${MY_PN}"
+GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+
+pkg_nofetch() {
+	einfo "Please download ${A}"
+	einfo "from your personal page in Humble Indie Bundle site"
+	einfo "(http://www.humblebundle.com)"
+	einfo "and place it to ${DESTDIR}"
+}
+
+src_install() {
+	insinto "${GAMEDIR}"
+	doins -r assets
+	exeinto "${GAMEDIR}"
+	doexe "${MY_PN}"
+	games_make_wrapper "${PN}" "./${MY_PN}" "${GAMEDIR}"
+	newicon "assets/icon.png" "${PN}.png"
+	make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
+
+	prepgamesdirs
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/stealthbastarddeluxe/
@ 2020-02-29  1:15 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     484583ea11d53ea4dfacb8a53201ce23cb4e98dd
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Feb 28 22:40:48 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Feb 28 22:40:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=484583ea

games-arcade/stealthbastarddeluxe: update package

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 .../stealthbastarddeluxe-1.63.4.ebuild             | 40 ++++++++--------------
 1 file changed, 14 insertions(+), 26 deletions(-)

diff --git a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
index 8b1d1e2..606e82e 100644
--- a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
+++ b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
@@ -1,44 +1,33 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit games
+inherit desktop eutils multilib-minimal
 
 TS=1371673270
 MY_PN=StealthBastardDeluxe
 
-DESCRIPTION="The fast-paced, nail-biting antidote to tippy-toed sneaking simulators that the world had so desperately been craving."
+DESCRIPTION="The fast-paced, nail-biting antidote to tippy-toed sneaking simulators."
 HOMEPAGE="http://www.stealthbastard.com/"
 SRC_URI="${MY_PN}_${PV}_Linux_${TS}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
 RESTRICT="fetch strip"
 
-DEPEND=""
 RDEPEND="
-	${DEPEND}
-	x86? (
-		dev-libs/openssl
-		media-libs/openal
-		sys-libs/zlib
-		x11-libs/libX11
-		x11-libs/libXxf86vm
-	)
-	amd64? (
-		app-emulation/emul-linux-x86-baselibs
-		app-emulation/emul-linux-x86-sdl
-		app-emulation/emul-linux-x86-xlibs
-	)
+	dev-libs/openssl[${MULTILIB_USEDEP}]
+	media-libs/openal[${MULTILIB_USEDEP}]
+	sys-libs/zlib[${MULTILIB_USEDEP}]
+	x11-libs/libX11[${MULTILIB_USEDEP}]
+	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
 "
 
 S="${WORKDIR}/${MY_PN}"
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
 
 pkg_nofetch() {
 	einfo "Please download ${A}"
@@ -48,13 +37,12 @@ pkg_nofetch() {
 }
 
 src_install() {
-	insinto "${GAMEDIR}"
+	local dir="/opt/${PN}"
+	insinto ${dir}
 	doins -r assets
-	exeinto "${GAMEDIR}"
+	exeinto ${dir}
 	doexe "${MY_PN}"
-	games_make_wrapper "${PN}" "./${MY_PN}" "${GAMEDIR}"
+	make_wrapper "${PN}" "./${MY_PN}" "${dir}"
 	newicon "assets/icon.png" "${PN}.png"
 	make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
-
-	prepgamesdirs
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/stealthbastarddeluxe/
@ 2024-01-15  5:48 Vadim Misbakh-Soloviov
  0 siblings, 0 replies; 3+ messages in thread
From: Vadim Misbakh-Soloviov @ 2024-01-15  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b5940669b98a19626f689dadac025df7f5efad9c
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 04:15:05 2024 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 04:15:05 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b5940669

games-arcade/stealthbastarddeluxe: Migrated to EAPI8

Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 .../stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
index 606e82e..c45cc41 100644
--- a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
+++ b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit desktop eutils multilib-minimal
+inherit desktop wrapper multilib-minimal
 
 TS=1371673270
 MY_PN=StealthBastardDeluxe
@@ -14,8 +14,7 @@ SRC_URI="${MY_PN}_${PV}_Linux_${TS}.tar.gz"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
 RESTRICT="fetch strip"
 
@@ -33,7 +32,7 @@ pkg_nofetch() {
 	einfo "Please download ${A}"
 	einfo "from your personal page in Humble Indie Bundle site"
 	einfo "(http://www.humblebundle.com)"
-	einfo "and place it to ${DESTDIR}"
+	einfo "and place it to ${PORTAGE_ACTUAL_DESTDIR}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-15  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29  1:15 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/stealthbastarddeluxe/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2024-01-15  5:48 Vadim Misbakh-Soloviov
2013-06-23 20:28 Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox