diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-27 23:41:32 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-27 23:47:51 +0000 |
commit | 97c42549e6a79fb68addd63672691fa64696ffa6 (patch) | |
tree | 22b13f78b6e7d7a71ac7fe54b4dd622ac2761800 /games-fps/ut2004-data | |
parent | games-fps/ut2004-data: Port to EAPI 7 (diff) | |
download | gentoo-97c42549e6a79fb68addd63672691fa64696ffa6.tar.gz gentoo-97c42549e6a79fb68addd63672691fa64696ffa6.tar.bz2 gentoo-97c42549e6a79fb68addd63672691fa64696ffa6.zip |
games-fps/ut2004-data: Fix HOMEPAGE, fix deps, drop wrapper
The wrapper is handled by the main ut2004 package instead.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/ut2004-data')
-rw-r--r-- | games-fps/ut2004-data/ut2004-data-3186-r5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild index 377d7b0112f0..21e88f8ad6ac 100644 --- a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild +++ b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild @@ -6,8 +6,7 @@ EAPI=7 inherit cdrom desktop eutils portability unpacker xdg-utils DESCRIPTION="Unreal Tournament 2004 - This is the data portion of UT2004" -HOMEPAGE="http://www.unrealtournament2004.com/" -SRC_URI="" +HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" LICENSE="ut2003" SLOT="0" @@ -15,8 +14,11 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" games-util/uz2unpack - >=app-arch/unshield-0.5-r1" -PDEPEND="games-fps/ut2004" + >=app-arch/unshield-0.5-r1 +" + +PDEPEND=">=games-fps/ut2004-3369.3-r2" +RDEPEND="!games-fps/ut2004-ded" S="${WORKDIR}" @@ -330,8 +332,6 @@ src_install() { keepdir /opt/ut2004/Benchmark/${j} done - make_wrapper ut2004 ./ut2004-bin /opt/ut2004/System /opt/ut2004/System /opt/ut2004 - # Remove unneccessary files rm -f "${Ddir}"/*.{bat,exe,EXE,int} || die rm -f "${Ddir}"/Help/{.DS_Store,SAPI-EULA.txt} || die |