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-bonuspack-cbp1/
Date: Sun, 27 Oct 2019 23:49:29
Message-Id: 1572220096.da3713fe12af34a5253482951e3b6325b58b930d.chewi@gentoo
1 commit: da3713fe12af34a5253482951e3b6325b58b930d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 24 21:24:26 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 23:48:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3713fe
7
8 games-fps/ut2004-bonuspack-cbp1: Fix SRC_URI, drop eclasses, EAPI 7
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 .../ut2004-bonuspack-cbp1-1-r2.ebuild | 17 -----------------
14 .../ut2004-bonuspack-cbp1-1-r3.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 22 insertions(+), 17 deletions(-)
16
17 diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild
18 deleted file mode 100644
19 index 3a2c9a8576d..00000000000
20 --- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MOD_DESC="UT2003 Community Bonus Pack for UT2004"
29 -MOD_NAME="Community Bonus Pack Vol 1"
30 -
31 -inherit games games-mods
32 -
33 -HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
34 -SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip
35 - http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip"
36 -
37 -LICENSE="freedist"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40
41 diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
42 new file mode 100644
43 index 00000000000..fefd2792ecc
44 --- /dev/null
45 +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
46 @@ -0,0 +1,22 @@
47 +# Copyright 1999-2019 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +DESCRIPTION="UT2003 Community Bonus Pack for UT2004 Volume 1"
53 +HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
54 +SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp1.zip"
55 +LICENSE="freedist"
56 +SLOT="0"
57 +KEYWORDS="~amd64 ~x86"
58 +RESTRICT="strip"
59 +
60 +BDEPEND="app-arch/unzip"
61 +RDEPEND="|| ( games-fps/ut2004 >=games-server/ut2004-ded-3369.3-r2 )"
62 +
63 +S="${WORKDIR}"
64 +
65 +src_install() {
66 + insinto /opt/ut2004
67 + doins -r *
68 +}