mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
games-fps/ut2004-bonuspack-ece: Fix broken SRC_URI, EAPI 9
Closes: https://bugs.gentoo.org/979269 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=9
|
||||
|
||||
MY_P="ut2004megapack-linux.tar.bz2"
|
||||
|
||||
DESCRIPTION="UT2004 Editor's Choice Edition - Editor's Choice Edition bonus pack"
|
||||
HOMEPAGE="http://www.unrealtournament2004.com/"
|
||||
HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
|
||||
SRC_URI="
|
||||
http://ut2004.ut-files.com/BonusPacks/${MY_P}
|
||||
http://unrealmassdestruction.com/downloads/ut2k4/essentials/UT2004-ONSBonusMapPack.zip"
|
||||
https://unreal-archive-files-na.s3.ca-east-tor.io.cloud.ovh.net/managed/Unreal%20Tournament%202004/patches-updates/bonus-packs/${MY_P}
|
||||
http://unrealmassdestruction.com/downloads/ut2k4/essentials/UT2004-ONSBonusMapPack.zip
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="ut2003"
|
||||
SLOT="0"
|
||||
@@ -18,8 +20,6 @@ RESTRICT="bindist mirror"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_unpack() {
|
||||
unpack "${MY_P}"
|
||||
|
||||
Reference in New Issue
Block a user