Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-mega/
Date: Sun, 18 Apr 2021 06:31:48
Message-Id: 1618727494.89706b49fb0847019a615e7fdd1c230cc5cf547f.sam@gentoo
1 commit: 89706b49fb0847019a615e7fdd1c230cc5cf547f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:26:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:31:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89706b49
7
8 games-fps/ut2004-bonuspack-mega: fix MissingLicenseRestricts, drop obsolete unzip BDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild
16 index 4beb21b3c8a..76d8760255c 100644
17 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild
18 +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -6,14 +6,12 @@ EAPI=7
26 DESCRIPTION="UT2004 Megapack - Megapack bonus pack"
27 HOMEPAGE="http://www.unrealtournament2004.com/"
28 SRC_URI="http://ut2004.ut-files.com/BonusPacks/ut2004megapack-linux.tar.bz2"
29 +S="${WORKDIR}"
30
31 LICENSE="ut2003"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -
35 -BDEPEND="app-arch/unzip"
36 -
37 -S="${WORKDIR}"
38 +RESTRICT="bindist mirror"
39
40 src_prepare() {
41 default