From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- games-action/brutal-legend/Manifest | 2 +- .../brutal-legend/brutal-legend-20130615-r2.ebuild | 27 ++++++---------------- 2 files changed, 8 insertions(+), 21 deletions(-) (limited to 'games-action/brutal-legend') diff --git a/games-action/brutal-legend/Manifest b/games-action/brutal-legend/Manifest index a0814740980d..0957eade10ac 100644 --- a/games-action/brutal-legend/Manifest +++ b/games-action/brutal-legend/Manifest @@ -1,3 +1,3 @@ DIST BrutalLegend-Linux-2013-06-15-setup.bin 8999631895 BLAKE2B 08b9db194412f61618f318e63b7e94fd789e84fa4c8ca695b59c6b3afc511945075cf0916a806a0af71dab093038bddda15667d75e4f100275a5ab676fb69123 SHA512 4099ed07cf78d62617eeac7de396aa01e4e9b0514861a1b0e8988f383b458281be0b3c84c33e2a2e85f80fbbacf8a4b381fc880b138af2e73a226a492cf9620a -EBUILD brutal-legend-20130615-r2.ebuild 1771 BLAKE2B 7e1a0d3e03e2436761bbc3be2d2d62f0591ca6c5a7dacac5c5a778bad4243f3038f8c2e46afca706dd2ed536fcca0182b125e0f0991cdd36679d24680515c485 SHA512 82a6826fd16ef7f68be3b4347045a87d251ca6922efc03d4a16dd404a707107138374fb6ba84a2421d5c565c9302e0c8146939cdcd4eca9511ab4e3c12c1870d +EBUILD brutal-legend-20130615-r2.ebuild 1636 BLAKE2B 76ddb0847fa43248af5f2b20b21af09fa2d361de37632eaa5909cea256db680af2a7692909e6a7f98130cfeadaba061101574aef84312f4fbbe46f1048743331 SHA512 31427aa428479be11a074e0ac31e1ffced219cc178c1b9662c4c15b855b56ea62c3a4ae381b3753da097ce20ae7be3560f0dd5e108717424c8d5a182b3cd9f19 MISC metadata.xml 1120 BLAKE2B 075f54c7e50c918a907006c99ecb331d2cef8b848fad0313282126bd65248666f4dc74fde7c04c17216681aa281c80816633b2e92ff279b96cdaf3ddfa03232c SHA512 63b8868817c396e7708aaf65da803cd26eb1fb55fb5bdd9b0a9f92bcf0e5c6bb1a3488287949098b587991541eef6c595395fdfcecddff0b0d91a5686654a296 diff --git a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild index 1f80df831e04..9564d99fc905 100644 --- a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild +++ b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle libsdl-2 -EAPI=6 +EAPI=7 -inherit eutils unpacker gnome2-utils +inherit desktop unpacker wrapper xdg TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="Unleash the power of Heavy Metal to reign down fire from the sky" @@ -14,8 +14,7 @@ SRC_URI="BrutalLegend-Linux-${TIMESTAMP}-setup.bin" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist fetch splitdebug" MYGAMEDIR="/opt/${PN}" @@ -44,9 +43,9 @@ RDEPEND=" x11-libs/libxcb )" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -S=${WORKDIR}/data +S="${WORKDIR}"/data pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" @@ -65,19 +64,7 @@ src_install() { dodir "${MYGAMEDIR}" # this is over 9000!!!! ...eh, 8GB data - mv * "${D%/}/${MYGAMEDIR}" || die + mv * "${D}/${MYGAMEDIR}" || die fperms +x "${MYGAMEDIR}/Buddha.bin.x86" } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3