diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 22:49:06 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 23:00:14 +0000 |
commit | 583a9b76062105cc36296aaf11a77d1a10d12cf3 (patch) | |
tree | 7c85b4e470d1953dded7380fea7c433a332246cf /games-fps | |
parent | games-fps/unreal-tournament: Fix broken HOMEPAGE and SRC_URI, #608502 (diff) | |
download | gentoo-583a9b76062105cc36296aaf11a77d1a10d12cf3.tar.gz gentoo-583a9b76062105cc36296aaf11a77d1a10d12cf3.tar.bz2 gentoo-583a9b76062105cc36296aaf11a77d1a10d12cf3.zip |
games-fps/unreal-tournament-goty: Fix HOMEPAGE and SRC_URI, #608502
oldunreal.com isn't exactly an official homepage but it's probably the
best resource for the older games these days.
I had hoped to use the same site for the downloads but they have
restriced them, probably using the HTTP referer header.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild | 8 | ||||
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild index a18cc570c973..75bbbdeaa3b6 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,9 +7,9 @@ EAPI=5 inherit eutils unpacker cdrom games DESCRIPTION="Futuristic FPS (Game Of The Year edition)" -HOMEPAGE="http://www.unrealtournament.com/" -SRC_URI="ftp://ftp.lokigames.com/pub/beta/ut/ut-install-${PV}-GOTY.run - ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-${PV}-Linux-08-20-02.zip" +HOMEPAGE="http://www.oldunreal.com/" +SRC_URI="http://www.ut-files.com/Patches/ut-install-${PV}-GOTY.run + http://www.ut-files.com/Patches/ipdrv-${PV}-linux-08-20-02.zip -> IpDrv-${PV}-Linux-08-20-02.zip" LICENSE="all-rights-reserved" SLOT="0" diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index 228b415b8c5b..7235a9a8447a 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,9 +7,9 @@ EAPI=5 inherit eutils unpacker cdrom games DESCRIPTION="Futuristic FPS (Game Of The Year edition)" -HOMEPAGE="http://www.unrealtournament.com/" -SRC_URI="ftp://ftp.lokigames.com/pub/beta/ut/ut-install-436-GOTY.run - http://utpg.org/patches/UTPGPatch${PV}.tar.bz2" +HOMEPAGE="http://www.oldunreal.com/" +SRC_URI="http://www.ut-files.com/Patches/ut-install-436-GOTY.run + http://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> UTPGPatch${PV}.tar.bz2" LICENSE="all-rights-reserved" SLOT="0" |