diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-03 21:37:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-03 21:41:05 +0100 |
commit | c86ca7672f2741ec3b9c3872e90e672481167d4b (patch) | |
tree | 2bb946a77c2af10d1346867862490575eebc3405 | |
parent | games-fps/unreal-tournament: HTTPS for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-c86ca7672f2741ec3b9c3872e90e672481167d4b.tar.gz gentoo-c86ca7672f2741ec3b9c3872e90e672481167d4b.tar.bz2 gentoo-c86ca7672f2741ec3b9c3872e90e672481167d4b.zip |
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 <chewi@gentoo.org>
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index 81318a0aa9f4..53f546ffcffc 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" |