Skip to content

Commit

Permalink
games-fps/ut2004-bonuspack-mega: Port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
  • Loading branch information
SoapGentoo committed Oct 20, 2019
1 parent 5ae1a4d commit 26cbbb8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 38 deletions.
38 changes: 0 additions & 38 deletions games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild

This file was deleted.

46 changes: 46 additions & 0 deletions games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="UT2004 Megapack - Megapack bonus pack"
HOMEPAGE="http://www.unrealtournament2004.com/"
SRC_URI="http://ut2004.ut-files.com/BonusPacks/ut2004megapack-linux.tar.bz2"

LICENSE="ut2003"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="app-arch/unzip"

S="${WORKDIR}"

src_prepare() {
default

mv -f UT2004MegaPack/* . || die
rmdir UT2004MegaPack || die

# Remove files in Megapack which are already installed
rm -r Animations Speech Web || die

rm Help/{ReadMePatch.int.txt,UT2004Logo.bmp} || die
mv Help/BonusPackReadme.txt Help/MegapackReadme.txt || die

rm Maps/ONS-{Adara,IslandHop,Tricky,Urban}.ut2 || die
rm Sounds/{CicadaSnds,DistantBooms,ONSBPSounds}.uax || die
rm StaticMeshes/{BenMesh02,BenTropicalSM01,HourAdara,ONS-BPJW1,PC_UrbanStatic}.usx || die

# System
rm System/{AL,AS-,B,b,C,D,E,F,G,I,L,O,o,S,s,U,V,W,X,x}* || die
rm System/{ucc,ut2004}-bin || die
rm System/{ucc,ut2004}-bin-linux-amd64 || die
rm Textures/{AW-2k4XP,BenTex02,BenTropical01,BonusParticles,CicadaTex,Construction_S,HourAdaraTexor,jwfasterfiles,ONSBP_DestroyedVehicles,ONSBPTextures,PC_UrbanTex,UT2004ECEPlayerSkins}.utx || die
}

src_install() {
insinto /opt/ut2004
doins -r Help Maps Music Sounds StaticMeshes System Textures

dosym ut2004 /opt/ut2004-ded
}

0 comments on commit 26cbbb8

Please sign in to comment.