public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/shadowgrounds-bin/
@ 2016-06-28  4:56 Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-06-28  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3608b525e768bc91f1a5856930ede97e9b6e540c
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 04:56:09 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:56:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3608b525

games-action/shadowgrounds-bin: regen manifest

 games-action/shadowgrounds-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/shadowgrounds-bin/Manifest b/games-action/shadowgrounds-bin/Manifest
index 15bca2d..6cc3dfe 100644
--- a/games-action/shadowgrounds-bin/Manifest
+++ b/games-action/shadowgrounds-bin/Manifest
@@ -1 +1 @@
-DIST ShadowgroundsBeta12.run 817462792 SHA256 583e9df5a40f46fd093a3aeeb1f1150ed437064566d77ae5e59daf7a059306c0
+DIST ShadowgroundsBeta12.run 817462792 SHA256 583e9df5a40f46fd093a3aeeb1f1150ed437064566d77ae5e59daf7a059306c0 SHA512 b522722d60f2fd946a1e4596bf1333eebc79c28b67ce0f20c50dc5558787c61975d275afccbec71906003bdabb83821852ec5e7bb4aa36feebae7083587cff15 WHIRLPOOL 46587b90c167b5744fbd7c5566da222d588d8eaf34125fac5480e4616251348c7cba70de4d476b681746d83983a4f2e61562d25bb1eff351229f771ef6b83543


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/shadowgrounds-bin/
@ 2018-05-18 15:57 Marek Szuba
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2018-05-18 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     30fa5ca9f414b0c9581b93b34247f189fa504628
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 15:40:50 2018 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 18 15:57:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fa5ca9

games-action/shadowgrounds-bin: update hash

Had to change the version number in the process because of what is
currently available for Linux from HumbleBundle.com. No other changes
and no mask removal because chances are this package will still get
removed.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 games-action/shadowgrounds-bin/Manifest                          | 2 +-
 ...unds-bin-0_beta12-r1.ebuild => shadowgrounds-bin-0_p1.ebuild} | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-action/shadowgrounds-bin/Manifest b/games-action/shadowgrounds-bin/Manifest
index 6cc3dfeeefb..40a51c19e7f 100644
--- a/games-action/shadowgrounds-bin/Manifest
+++ b/games-action/shadowgrounds-bin/Manifest
@@ -1 +1 @@
-DIST ShadowgroundsBeta12.run 817462792 SHA256 583e9df5a40f46fd093a3aeeb1f1150ed437064566d77ae5e59daf7a059306c0 SHA512 b522722d60f2fd946a1e4596bf1333eebc79c28b67ce0f20c50dc5558787c61975d275afccbec71906003bdabb83821852ec5e7bb4aa36feebae7083587cff15 WHIRLPOOL 46587b90c167b5744fbd7c5566da222d588d8eaf34125fac5480e4616251348c7cba70de4d476b681746d83983a4f2e61562d25bb1eff351229f771ef6b83543
+DIST shadowgroundsUpdate1.run 817462983 BLAKE2B 52f49f9777fc909cd4aba0b77513726db5257e97e6f667710e728fd012522810c1caad2130cfeb6bc09ffc0056e2aa5024fcb330789320c4b1242584f67697cd SHA512 8e2cc340d4917e7e0ac6b0a6f3d36aeadc0217c437da8ed5641c82b7da7632f8e0c4f59d21088dcc922cc3f740a5eadb27143bd73ba774c258ff9b668a7b3da6

diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
similarity index 84%
rename from games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild
rename to games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
index 42dd4167c67..3a8863f6bb9 100644
--- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild
+++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit unpacker games eutils
+inherit unpacker games eutils versionator
+
+DIST_PV=$(get_version_component_range 2)
 
 DESCRIPTION="an epic action experience combining modern technology with addictive playability"
 HOMEPAGE="http://shadowgroundsgame.com/"
-SRC_URI="Shadowgrounds${PV/*_b/B}.run"
+# FIXME: PV should perhaps be 0_p1, in which case a filter is in order
+SRC_URI="shadowgroundsUpdate${DIST_PV/p/}.run"
 
 LICENSE="frozenbyte-eula"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/shadowgrounds-bin/
@ 2018-12-20 17:25 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2018-12-20 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b4cc40b593cb4501c581f097676c0421ac16d9e8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 17:15:53 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 17:15:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cc40b5

games-action/shadowgrounds-bin: don't reference ${DISTDIR} in pkg_nofetch

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
index 3a8863f6bb9..232160a4549 100644
--- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
+++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -36,7 +36,7 @@ QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.4
 QA_TEXTRELS_amd64=${QA_TEXTRELS_x86}
 
 pkg_nofetch() {
-	einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}"
+	einfo "Fetch ${SRC_URI} and put it into your DISTDIR directory."
 	einfo "See http://www.humblebundle.com/ for more info."
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/shadowgrounds-bin/
@ 2021-04-07  1:58 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-07  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5582aa587fee068476c84442203457f9e2359107
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 23:28:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 01:57:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582aa58

games-action/shadowgrounds-bin: port to EAPI 7, games.eclass--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ..._p1.ebuild => shadowgrounds-bin-0_p1-r1.ebuild} | 34 +++++++++++-----------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild
similarity index 71%
rename from games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
rename to games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild
index 232160a4549..58f4129b9c5 100644
--- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
+++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit unpacker games eutils versionator
+EAPI=7
 
-DIST_PV=$(get_version_component_range 2)
+inherit desktop unpacker wrapper
 
-DESCRIPTION="an epic action experience combining modern technology with addictive playability"
+DIST_PV=$(ver_cut 2-)
+
+DESCRIPTION="An epic action experience combining modern technology with addictive playability"
 HOMEPAGE="http://shadowgroundsgame.com/"
 # FIXME: PV should perhaps be 0_p1, in which case a filter is in order
 SRC_URI="shadowgroundsUpdate${DIST_PV/p/}.run"
+S="${WORKDIR}"
 
 LICENSE="frozenbyte-eula"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
 RESTRICT="fetch strip"
 
-DEPEND="app-arch/unzip"
-RDEPEND=">=sys-libs/glibc-2.4
+RDEPEND="
 	>=sys-devel/gcc-4.3.0
+	>=sys-libs/glibc-2.4
 	!amd64? (
 		gnome-base/libglade
 		sys-libs/zlib
@@ -27,11 +28,11 @@ RDEPEND=">=sys-libs/glibc-2.4
 	amd64? (
 		>=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)]
 		sys-libs/zlib[abi_x86_32(-)]
-	)"
-
-S=${WORKDIR}
+	)
+"
+BDEPEND="app-arch/unzip"
 
-d="${GAMES_PREFIX_OPT}/${PN}"
+d="opt/${PN}"
 QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`"
 QA_TEXTRELS_amd64=${QA_TEXTRELS_x86}
 
@@ -41,9 +42,9 @@ pkg_nofetch() {
 }
 
 src_unpack() {
-	# manually run unzip as the initial seek causes it to exit(1)
+	# Manually run unzip as the initial seek causes it to exit(1)
 	unpack_zip ${A}
-	rm lib*/lib{gcc_s,m,rt,selinux,z}.so.?
+	rm lib*/lib{gcc_s,m,rt,selinux,z}.so.? || die
 }
 
 src_install() {
@@ -54,7 +55,8 @@ src_install() {
 		bb="shadowgrounds-${b}"
 		exeinto ${d}
 		newexe ${bb} ${bb} || die
-		games_make_wrapper ${bb} "./${bb}" "${d}"
+
+		make_wrapper ${bb} "./${bb}" "${d}"
 		make_desktop_entry ${bb} "Shadowgrounds ${b}" Shadowgrounds
 	done
 
@@ -63,6 +65,4 @@ src_install() {
 
 	insinto ${d}
 	doins -r Config data Profiles *.fbz *.glade *-logo.png
-
-	prepgamesdirs
 }


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

end of thread, other threads:[~2021-04-07  1:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 15:57 [gentoo-commits] repo/gentoo:master commit in: games-action/shadowgrounds-bin/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2021-04-07  1:58 Sam James
2018-12-20 17:25 Ben Kohler
2016-06-28  4:56 Mike Frysinger

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