mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-fps/ut2004-bonuspack-cbp1: Fix broken SRC_URI, EAPI 9
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=9
|
||||
|
||||
DESCRIPTION="UT2003 Community Bonus Pack for UT2004 Volume 1"
|
||||
HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
|
||||
SRC_URI="http://ut2004.ut-files.com/BonusPacks/cbp1.zip"
|
||||
SRC_URI="https://unrealmassdestruction.com/downloads/ut2k4/essentials/cbp1.zip"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="free-noncomm"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -14,8 +16,6 @@ RESTRICT="strip"
|
||||
BDEPEND="app-arch/unzip"
|
||||
RDEPEND="|| ( games-fps/ut2004 >=games-server/ut2004-ded-3369.3-r2 )"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto /opt/ut2004
|
||||
doins -r *
|
||||
Reference in New Issue
Block a user