From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-fps/unreal-tournament-bonuspacks/Manifest | 3 -- .../unreal-tournament-bonuspacks/metadata.xml | 8 ---- .../unreal-tournament-bonuspacks-436.ebuild | 46 ---------------------- 3 files changed, 57 deletions(-) delete mode 100644 games-fps/unreal-tournament-bonuspacks/Manifest delete mode 100644 games-fps/unreal-tournament-bonuspacks/metadata.xml delete mode 100644 games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild (limited to 'games-fps/unreal-tournament-bonuspacks') diff --git a/games-fps/unreal-tournament-bonuspacks/Manifest b/games-fps/unreal-tournament-bonuspacks/Manifest deleted file mode 100644 index 685d43ddf105..000000000000 --- a/games-fps/unreal-tournament-bonuspacks/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST UTBonusPack4.zip 14916708 BLAKE2B da4b2db40e2a360fe90c8a67d58304639d072cbc9f857488b25b3710c84689ea753fb5e7d2a178e825515d687c0bf7821842056fa15110f902651acd42584cd1 SHA512 4abc29b108926aebce872a0c8257f97604265cdc837b2e46443ee8cf98adfcba69b6b7ab2bd2379723c11301ef2bf60298ab075a6befe5eeed6d8526f3f653b0 -EBUILD unreal-tournament-bonuspacks-436.ebuild 1135 BLAKE2B d86ddb0fad98b433f7167c088ff6c66b60985e358daaaa04d82f3164dc2bf05153ca4e7a04bc3e50fbe41581eeb323633bdb3da82ae90a49616fb3043e28e1c5 SHA512 8a85c38456b6298bb5d19a21247c1c15b3caf4b09bbf892612f688d2e7e48b3ef5c802386507300e6b78101d81178aece8610fc9df37e5aa3d3416038fa291b7 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/unreal-tournament-bonuspacks/metadata.xml b/games-fps/unreal-tournament-bonuspacks/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/unreal-tournament-bonuspacks/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild deleted file mode 100644 index bbc8edb8a3fe..000000000000 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit games - -DESCRIPTION="Futuristic FPS (bonus packs)" -HOMEPAGE="http://www.oldunreal.com/" -# UT has 4 official bonus packs ... -# [UTBonusPack] -> loki put into games-fps/unreal-tournament -# [UTBonusPack2] -> loki put into games-fps/unreal-tournament -# [UTiNoxxPack] -> loki put into games-fps/unreal-tournament -# [UTBonusPack4] -> none of this is in games-fps/unreal-tournament -SRC_URI="http://www.ut-files.com/Patches/utbonuspack4.zip -> UTBonusPack4.zip" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist" - -RDEPEND="|| ( - games-fps/unreal-tournament - games-fps/unreal-tournament-goty )" -DEPEND="${RDEPEND} - app-arch/unzip - games-util/umodpack" - -S=${WORKDIR} - -src_install() { - # unpack the UTBonusPack4 umod - umod -v -b "$(pwd)" -x UTBonusPack4.umod || die - - # move stuff around - rm UTBonusPack4.umod - mv system System - mv textures Textures - - # install it all - local dir=${GAMES_PREFIX_OPT}/unreal-tournament - dodir "${dir}" - mv * "${D}/${dir}/" - - prepgamesdirs -} -- cgit v1.2.3