Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-data/
Date: Sun, 27 Oct 2019 23:49:28
Message-Id: 1572220071.97c42549e6a79fb68addd63672691fa64696ffa6.chewi@gentoo
1 commit: 97c42549e6a79fb68addd63672691fa64696ffa6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 23:41:32 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 23:47:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c42549
7
8 games-fps/ut2004-data: Fix HOMEPAGE, fix deps, drop wrapper
9
10 The wrapper is handled by the main ut2004 package instead.
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-fps/ut2004-data/ut2004-data-3186-r5.ebuild | 12 ++++++------
16 1 file changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild
19 index 377d7b0112f..21e88f8ad6a 100644
20 --- a/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild
21 +++ b/games-fps/ut2004-data/ut2004-data-3186-r5.ebuild
22 @@ -6,8 +6,7 @@ EAPI=7
23 inherit cdrom desktop eutils portability unpacker xdg-utils
24
25 DESCRIPTION="Unreal Tournament 2004 - This is the data portion of UT2004"
26 -HOMEPAGE="http://www.unrealtournament2004.com/"
27 -SRC_URI=""
28 +HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
29
30 LICENSE="ut2003"
31 SLOT="0"
32 @@ -15,8 +14,11 @@ KEYWORDS="~amd64 ~x86"
33
34 BDEPEND="
35 games-util/uz2unpack
36 - >=app-arch/unshield-0.5-r1"
37 -PDEPEND="games-fps/ut2004"
38 + >=app-arch/unshield-0.5-r1
39 +"
40 +
41 +PDEPEND=">=games-fps/ut2004-3369.3-r2"
42 +RDEPEND="!games-fps/ut2004-ded"
43
44 S="${WORKDIR}"
45
46 @@ -330,8 +332,6 @@ src_install() {
47 keepdir /opt/ut2004/Benchmark/${j}
48 done
49
50 - make_wrapper ut2004 ./ut2004-bin /opt/ut2004/System /opt/ut2004/System /opt/ut2004
51 -
52 # Remove unneccessary files
53 rm -f "${Ddir}"/*.{bat,exe,EXE,int} || die
54 rm -f "${Ddir}"/Help/{.DS_Store,SAPI-EULA.txt} || die