From c86ca7672f2741ec3b9c3872e90e672481167d4b Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 3 Oct 2019 21:37:51 +0100 Subject: [PATCH] games-fps/unreal: Fix SRC_URI to deal with unfetchable files Closes: https://bugs.gentoo.org/695780 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot --- games-fps/unreal/unreal-226.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index 81318a0aa9f44..53f546ffcffc4 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,10 +6,10 @@ EAPI=5 inherit eutils unpacker cdrom games DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)" -HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/" -SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run - ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run - ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip" +HOMEPAGE="https://www.oldunreal.com/ https://icculus.org/~chunky/ut/unreal/" +SRC_URI="https://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run + https://www.ut-files.com/Patches/ut-install-436.run + https://www.ut-files.com/Patches/ipdrv-436-linux-08-20-02.zip -> IpDrv-436-Linux-08-20-02.zip" LICENSE="all-rights-reserved" SLOT="0"