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

commit:     39159f5ff80b965a89a87a43b85f876f1d1a7c5e
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue Jun 18 08:20:19 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue Jun 18 08:20:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=39159f5f

[games-arcade/sleepwalker] Added

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

---
 games-arcade/sleepwalker/metadata.xml              |  8 +++
 .../sleepwalker/sleepwalker-20130613.ebuild        | 78 ++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/games-arcade/sleepwalker/metadata.xml b/games-arcade/sleepwalker/metadata.xml
new file mode 100644
index 0000000..70137f0
--- /dev/null
+++ b/games-arcade/sleepwalker/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+        <email>mva@mva.name</email>
+        <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+</pkgmetadata>

diff --git a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
new file mode 100644
index 0000000..4d7a04e
--- /dev/null
+++ b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit unpacker games
+
+DESCRIPTION="Guide a hero safely through various traps, clear obstructions from his path, and shift his surroundings to create a safe passage to the cozy bed."
+HOMEPAGE="http://www.11bitstudios.com/games/12/sleepwalker-s-journey"
+# Is it non-HiB distfile?
+SRC_URI="Sleepwalker-lin_1371139237-Installer"
+RESTRICT="fetch strip"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="multilib"
+
+DEPEND=""
+RDEPEND="
+	x86? (
+		media-libs/openal
+		x11-libs/libdrm
+		x11-libs/libX11
+		x11-libs/libXau
+		x11-libs/libxcb
+		x11-libs/libXdamage
+		x11-libs/libXdmcp
+		x11-libs/libXext
+		x11-libs/libXfixes
+		x11-libs/libXxf86vm
+	)
+	amd64? (
+		app-emulation/emul-linux-x86-xlibs
+		app-emulation/emul-linux-x86-opengl
+		app-emulation/emul-linux-x86-sdl
+	)
+	virtual/opengl
+	app-arch/unzip
+"
+
+REQUIRED_USE="amd64? ( multilib )"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	unpack_zip "${A}"
+}
+
+pkg_nofetch() {
+	ewarn
+	ewarn "Put ${A} (downloaded from Humble Store) to ${DISTDIR}, please"
+	ewarn
+}
+
+src_install() {
+	cd "${S}/data"
+	local dir="${GAMES_PREFIX_OPT}/${PN}"
+
+	newicon "icon.png" "${PN}.png"
+	make_desktop_entry "${PN}" "Sleepwalker" "${PN}"
+	games_make_wrapper "${PN}" "./Sleepwalker" "${dir}"
+	dodoc README
+	exeinto "${dir}"
+	doexe "Sleepwalker"
+	rm	"libopenal.so.1" \
+		"icon.png" \
+		"README" \
+		"Sleepwalker" \
+		"Copyright license Lua" \
+		"Copyright license OggVorbis" \
+		"Copyright license Theora" \
+		"Copyright license Xpm"
+	insinto "${dir}"
+	doins -r .
+
+	prepgamesdirs
+}


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

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/sleepwalker/
@ 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:     27b2aca82659aaf2920a76a30d93f27bf022e444
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Feb 28 22:35:59 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Feb 28 22:35:59 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=27b2aca8

games-arcade/sleepwalker: update ebuild

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>

 .../sleepwalker/sleepwalker-20130613.ebuild        | 54 ++++++++--------------
 1 file changed, 20 insertions(+), 34 deletions(-)

diff --git a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
index 4d7a04e..832020d 100644
--- a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
+++ b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
@@ -1,50 +1,39 @@
-# 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 unpacker games
+inherit desktop eutils multilib-minimal unpacker
 
-DESCRIPTION="Guide a hero safely through various traps, clear obstructions from his path, and shift his surroundings to create a safe passage to the cozy bed."
+DESCRIPTION="Guide a hero safely through various traps, clear obstructions from his path."
 HOMEPAGE="http://www.11bitstudios.com/games/12/sleepwalker-s-journey"
 # Is it non-HiB distfile?
 SRC_URI="Sleepwalker-lin_1371139237-Installer"
 RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="multilib"
 
-DEPEND=""
+DEPEND="app-arch/unzip"
 RDEPEND="
-	x86? (
-		media-libs/openal
-		x11-libs/libdrm
-		x11-libs/libX11
-		x11-libs/libXau
-		x11-libs/libxcb
-		x11-libs/libXdamage
-		x11-libs/libXdmcp
-		x11-libs/libXext
-		x11-libs/libXfixes
-		x11-libs/libXxf86vm
-	)
-	amd64? (
-		app-emulation/emul-linux-x86-xlibs
-		app-emulation/emul-linux-x86-opengl
-		app-emulation/emul-linux-x86-sdl
-	)
+	media-libs/openal[${MULTILIB_USEDEP}]
+	x11-libs/libdrm[${MULTILIB_USEDEP}]
+	x11-libs/libX11[${MULTILIB_USEDEP}]
+	x11-libs/libXau[${MULTILIB_USEDEP}]
+	x11-libs/libxcb[${MULTILIB_USEDEP}]
+	x11-libs/libXdamage[${MULTILIB_USEDEP}]
+	x11-libs/libXdmcp[${MULTILIB_USEDEP}]
+	x11-libs/libXext[${MULTILIB_USEDEP}]
+	x11-libs/libXfixes[${MULTILIB_USEDEP}]
+	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
 	virtual/opengl
-	app-arch/unzip
 "
 
-REQUIRED_USE="amd64? ( multilib )"
-
-S="${WORKDIR}"
+S="${WORKDIR}/data"
 
 src_unpack() {
-	unpack_zip "${A}"
+	unpack_zip ${A}
 }
 
 pkg_nofetch() {
@@ -54,12 +43,11 @@ pkg_nofetch() {
 }
 
 src_install() {
-	cd "${S}/data"
-	local dir="${GAMES_PREFIX_OPT}/${PN}"
+	local dir="/opt/${PN}"
 
 	newicon "icon.png" "${PN}.png"
 	make_desktop_entry "${PN}" "Sleepwalker" "${PN}"
-	games_make_wrapper "${PN}" "./Sleepwalker" "${dir}"
+	make_wrapper "${PN}" "./Sleepwalker" "${dir}"
 	dodoc README
 	exeinto "${dir}"
 	doexe "Sleepwalker"
@@ -73,6 +61,4 @@ src_install() {
 		"Copyright license Xpm"
 	insinto "${dir}"
 	doins -r .
-
-	prepgamesdirs
 }


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

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/sleepwalker/
@ 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:     ea413a975f57f00bfa9e75da26c10e2aeeb91552
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 03:52:16 2024 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 03:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ea413a97

games-arcade/sleepwalker: Migrated to EAPI8

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

 games-arcade/sleepwalker/metadata.xml                |  4 ----
 games-arcade/sleepwalker/sleepwalker-20130613.ebuild | 10 +++++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/games-arcade/sleepwalker/metadata.xml b/games-arcade/sleepwalker/metadata.xml
index 5971676..097975e 100644
--- a/games-arcade/sleepwalker/metadata.xml
+++ b/games-arcade/sleepwalker/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-  <email>mva@mva.name</email>
-  <name>Vadim A. Misbakh-Soloviov</name>
-</maintainer>
 </pkgmetadata>

diff --git a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild b/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
index 832020d..49e131d 100644
--- a/games-arcade/sleepwalker/sleepwalker-20130613.ebuild
+++ b/games-arcade/sleepwalker/sleepwalker-20130613.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 unpacker
+inherit desktop wrapper multilib-minimal unpacker
 
 DESCRIPTION="Guide a hero safely through various traps, clear obstructions from his path."
 HOMEPAGE="http://www.11bitstudios.com/games/12/sleepwalker-s-journey"
@@ -12,7 +12,7 @@ SRC_URI="Sleepwalker-lin_1371139237-Installer"
 RESTRICT="fetch strip"
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="multilib"
 
 DEPEND="app-arch/unzip"
@@ -38,7 +38,7 @@ src_unpack() {
 
 pkg_nofetch() {
 	ewarn
-	ewarn "Put ${A} (downloaded from Humble Store) to ${DISTDIR}, please"
+	ewarn "Put ${A} (downloaded from Humble Store) to ${PORTAGE_ACTUAL_DISTDIR}, please"
 	ewarn
 }
 


^ 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 --
2013-06-18  8:20 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/sleepwalker/ Vadim A. Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2020-02-29  1:15 Azamat H. Hackimov
2024-01-15  5:48 Vadim Misbakh-Soloviov

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