public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/
@ 2013-11-04 15:23 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-11-04 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0ec5e4c202ba8379fcb9e5d9164e66313c970682
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Mon Nov  4 15:23:07 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon Nov  4 15:23:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0ec5e4c2

[games-strategy/worms-reloaded] Added

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

---
 .../worms-reloaded/worms-reloaded-20131016.ebuild  | 71 ++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
new file mode 100644
index 0000000..8d59026
--- /dev/null
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils games unpacker
+
+TS="1381858841"
+
+DESCRIPTION="Legendary Worms™ Game. SinglePlayer-only."
+HOMEPAGE="http://www.team17.com/games/worms/worms-reloaded/"
+SRC_URI="WormsReloaded_Linux_${TS}.sh"
+
+RESTRICT="fetch strip"
+LICENSE="as-is"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	amd64? (
+		app-emulation/emul-linux-x86-baselibs
+		app-emulation/emul-linux-x86-sdl
+	)
+	x86? (
+		media-libs/openal
+		sys-libs/zlib
+	)
+"
+
+S="${WORKDIR}/data"
+
+GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+
+pkg_nofetch() {
+	einfo ""
+	einfo "Please buy and download \"${SRC_URI}\" from"
+	einfo "HumbleIndieBundle or ${HOMEPAGE}"
+	einfo "and move/link it to \"${DISTDIR}\""
+	einfo ""
+}
+
+src_unpack() {
+	unpack_zip "${A}";
+}
+
+src_prepare() {
+	rm -r "${S}/x86/lib/libopenal.so.1"
+}
+
+src_install() {
+	# Install documentation
+	dodoc noarch/README.linux
+	rm noarch/README.linux
+
+	# Install data
+	insinto "${GAMEDIR}"
+	doins -r noarch/* x86/lib
+	exeinto "${GAMEDIR}"
+	doexe x86/WormsReloaded.bin.x86
+
+	# Install icon and desktop file
+	newicon "x86/WormsReloaded.png" "${PN}.png"
+	make_desktop_entry "${PN}" "Worms Reloaded" "${PN}"
+
+	# Setting permissions.
+	prepgamesdirs
+}
\ No newline at end of file


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

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/
@ 2014-06-22 21:45 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2014-06-22 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     82320d66c19061edb844897ea86f23aa3cd741fd
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sun Jun 22 21:44:33 2014 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Jun 22 21:44:33 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=82320d66

[games-strategy/worms-reloaded] Fixed wrapper

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

---
 .../worms-reloaded/worms-reloaded-20131016.ebuild  | 72 ++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
new file mode 100644
index 0000000..d5be77d
--- /dev/null
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils games unpacker
+
+TS="1381858841"
+
+DESCRIPTION="Legendary Worms™ Game. SinglePlayer-only."
+HOMEPAGE="http://www.team17.com/games/worms/worms-reloaded/"
+SRC_URI="WormsReloaded_Linux_${TS}.sh"
+
+RESTRICT="fetch strip"
+LICENSE="as-is"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	amd64? (
+		app-emulation/emul-linux-x86-baselibs
+		app-emulation/emul-linux-x86-sdl
+	)
+	x86? (
+		media-libs/openal
+		sys-libs/zlib
+	)
+"
+
+S="${WORKDIR}/data"
+
+GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+
+pkg_nofetch() {
+	einfo ""
+	einfo "Please buy and download \"${SRC_URI}\" from"
+	einfo "HumbleIndieBundle or ${HOMEPAGE}"
+	einfo "and move/link it to \"${DISTDIR}\""
+	einfo ""
+}
+
+src_unpack() {
+	unpack_zip "${A}";
+}
+
+src_prepare() {
+	rm -r "${S}/x86/lib/libopenal.so.1"
+}
+
+src_install() {
+	# Install documentation
+	dodoc noarch/README.linux
+	rm noarch/README.linux
+
+	# Install data
+	insinto "${GAMEDIR}"
+	doins -r noarch/* x86/lib
+	exeinto "${GAMEDIR}"
+	doexe x86/WormsReloaded.bin.x86
+
+	# Install icon and desktop file
+	newicon "x86/WormsReloaded.png" "${PN}.png"
+	make_desktop_entry "${PN}" "Worms Reloaded" "${PN}"
+	games_make_wrapper "${PN}" "./WormsReloaded.bin.x86" "${GAMEDIR}" "${GAMEDIR}/lib"
+
+	# Setting permissions.
+	prepgamesdirs
+}


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

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/
@ 2014-06-22 21:51 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2014-06-22 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a7cb7909eca28035775872d642c6637f8e2a3149
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sun Jun 22 21:51:21 2014 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Jun 22 21:51:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a7cb7909

[games-strategy/worms-reloaded] Fixed deps

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

---
 games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
index d5be77d..2c5f317 100644
--- a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 		app-emulation/emul-linux-x86-sdl
 	)
 	x86? (
+		media-libs/libsdl2
 		media-libs/openal
 		sys-libs/zlib
 	)


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

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/
@ 2020-03-04  0:08 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2020-03-04  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     da7f59bd1e805cf7edfa1146a56ce6a601d7aec4
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Mar  3 22:39:00 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Mar  3 22:39:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=da7f59bd

games-strategy/worms-reloaded: update package

Migrate from deprecated eclass.

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

 games-strategy/worms-reloaded/metadata.xml         |  4 +++
 ...16.ebuild => worms-reloaded-20131016-r1.ebuild} | 33 +++++++++-------------
 2 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/games-strategy/worms-reloaded/metadata.xml b/games-strategy/worms-reloaded/metadata.xml
new file mode 100644
index 0000000..097975e
--- /dev/null
+++ b/games-strategy/worms-reloaded/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>

diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
similarity index 64%
rename from games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
rename to games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
index 2c5f317..c1d070b 100644
--- a/games-strategy/worms-reloaded/worms-reloaded-20131016.ebuild
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
@@ -1,40 +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 eutils games unpacker
+inherit desktop eutils multilib-minimal
 
 TS="1381858841"
 
-DESCRIPTION="Legendary Worms™ Game. SinglePlayer-only."
+DESCRIPTION="Legendary Worms Game. SinglePlayer-only."
 HOMEPAGE="http://www.team17.com/games/worms/worms-reloaded/"
 SRC_URI="WormsReloaded_Linux_${TS}.sh"
 
 RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
 RDEPEND="
-	amd64? (
-		app-emulation/emul-linux-x86-baselibs
-		app-emulation/emul-linux-x86-sdl
-	)
-	x86? (
-		media-libs/libsdl2
-		media-libs/openal
-		sys-libs/zlib
-	)
+	media-libs/libsdl2[${MULTILIB_USEDEP}]
+	media-libs/openal[${MULTILIB_USEDEP}]
+	sys-libs/zlib[${MULTILIB_USEDEP}]
 "
 
 S="${WORKDIR}/data"
 
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
+GAMEDIR="/opt/${PN}"
 
 pkg_nofetch() {
 	einfo ""
@@ -45,10 +38,11 @@ pkg_nofetch() {
 }
 
 src_unpack() {
-	unpack_zip "${A}";
+	unpack_zip ${A}
 }
 
 src_prepare() {
+	default
 	rm -r "${S}/x86/lib/libopenal.so.1"
 }
 
@@ -66,8 +60,7 @@ src_install() {
 	# Install icon and desktop file
 	newicon "x86/WormsReloaded.png" "${PN}.png"
 	make_desktop_entry "${PN}" "Worms Reloaded" "${PN}"
-	games_make_wrapper "${PN}" "./WormsReloaded.bin.x86" "${GAMEDIR}" "${GAMEDIR}/lib"
+	make_wrapper "${PN}" "./WormsReloaded.bin.x86" "${GAMEDIR}" "${GAMEDIR}/lib"
 
 	# Setting permissions.
-	prepgamesdirs
 }


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

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

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

games-strategy/worms-reloaded: Migrated to EAPI8

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

 .../worms-reloaded/worms-reloaded-20131016-r1.ebuild         | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
index c1d070b..2a35f58 100644
--- a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.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="1381858841"
 
@@ -15,10 +15,8 @@ RESTRICT="fetch strip"
 LICENSE="all-rights-reserved"
 
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
 RDEPEND="
 	media-libs/libsdl2[${MULTILIB_USEDEP}]
 	media-libs/openal[${MULTILIB_USEDEP}]
@@ -33,7 +31,7 @@ pkg_nofetch() {
 	einfo ""
 	einfo "Please buy and download \"${SRC_URI}\" from"
 	einfo "HumbleIndieBundle or ${HOMEPAGE}"
-	einfo "and move/link it to \"${DISTDIR}\""
+	einfo "and move/link it to \"${PORTAGE_ACTUAL_DISTDIR}\""
 	einfo ""
 }
 


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-22 21:51 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/worms-reloaded/ Vadim A. Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2024-01-15  5:48 Vadim Misbakh-Soloviov
2020-03-04  0:08 Azamat H. Hackimov
2014-06-22 21:45 Vadim A. Misbakh-Soloviov
2013-11-04 15:23 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