summaryrefslogtreecommitdiff
path: root/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild')
-rw-r--r--games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild46
1 files changed, 0 insertions, 46 deletions
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
-}