summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2018-05-18 16:40:50 +0100
committerMarek Szuba <marecki@gentoo.org>2018-05-18 16:57:07 +0100
commit30fa5ca9f414b0c9581b93b34247f189fa504628 (patch)
tree27304d95f643c83500ea003cbb2c8cf2bd8e2730 /games-action
parentsci-physics/geant: choose right tls model with USE=threads (diff)
downloadgentoo-30fa5ca9f414b0c9581b93b34247f189fa504628.tar.gz
gentoo-30fa5ca9f414b0c9581b93b34247f189fa504628.tar.bz2
gentoo-30fa5ca9f414b0c9581b93b34247f189fa504628.zip
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
Diffstat (limited to 'games-action')
-rw-r--r--games-action/shadowgrounds-bin/Manifest2
-rw-r--r--games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild (renamed from games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild)9
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/shadowgrounds-bin/Manifest b/games-action/shadowgrounds-bin/Manifest
index 6cc3dfeeefb9..40a51c19e7ff 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
index 42dd4167c67c..3a8863f6bb90 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"