diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-11-12 22:45:48 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-11-12 22:45:48 +0000 |
commit | a4576aa020bd606e8a18a9dea0cdc3c80f7d776c (patch) | |
tree | f47627408079fae66b2356aeefbf958fd208fec9 /games-server | |
parent | games-fps/unreal: Remanifest unreali-install.run file (diff) | |
download | gentoo-a4576aa020bd606e8a18a9dea0cdc3c80f7d776c.tar.gz gentoo-a4576aa020bd606e8a18a9dea0cdc3c80f7d776c.tar.bz2 gentoo-a4576aa020bd606e8a18a9dea0cdc3c80f7d776c.zip |
games-server/ut2004-ded: Update SRC_URI to working locations
I had to mirror one of the files that was supposed to be on Gentoo
mirrors already. Perhaps RESTRICT="mirror" prevented that?
Closes: https://bugs.gentoo.org/640582
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild index 218fe1616d96..1ab10793617a 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,14 +8,11 @@ BONUSPACK_P="dedicatedserver3339-bonuspack.zip" PATCH_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2" DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server" HOMEPAGE="http://www.unrealtournament.com/" -SRC_URI="mirror://3dgamers/unrealtourn2k4/${BONUSPACK_P} - http://files.chaoticdreams.org/UT2004/DedicatedServer3339-BonusPack.zip -> ${BONUSPACK_P} - http://downloads.unrealadmin.org/UT2004/Server/${BONUSPACK_P} - http://sonic-lux.net/data/mirror/ut2004/${BONUSPACK_P} - mirror://3dgamers/unrealtourn2k4/${PATCH_P} - http://downloads.unrealadmin.org/UT2004/Patches/Linux/${PATCH_P} - http://sonic-lux.net/data/mirror/ut2004/${PATCH_P} - mirror://gentoo/ut2004-v${PV/./-}-linux-dedicated.7z" +SRC_URI=" + https://files.chaoticdreams.org/UT2004/DedicatedServer3339-BonusPack.zip -> ${BONUSPACK_P} + http://ut2004.ut-files.com/index.php?dir=Patches/Linux/&file=${PATCH_P} -> ${PATCH_P} + https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z +" LICENSE="ut2003" SLOT="0" |