diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 22:42:35 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 23:00:12 +0000 |
commit | afc8158721de6c543c620be24dfffad030874e7a (patch) | |
tree | 01a35587dd2156ef559e252dfdafafcb1499de72 /games-fps | |
parent | sci-electronics/osqoop: EAPI=6, call cmake-utils_src_prepare (thanks johu). (diff) | |
download | gentoo-afc8158721de6c543c620be24dfffad030874e7a.tar.gz gentoo-afc8158721de6c543c620be24dfffad030874e7a.tar.bz2 gentoo-afc8158721de6c543c620be24dfffad030874e7a.zip |
games-fps/unreal-tournament: Fix broken 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/unreal-tournament-451.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 9a44d9df4844..1e8c4bc4eac6 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-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" -HOMEPAGE="http://www.unrealtournament.com/ http://utpg.org/" -SRC_URI="http://www.ibiblio.org/osg/Downloads/Linux/Installers/ut-install-436.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.run + http://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> UTPGPatch${PV}.tar.bz2" LICENSE="all-rights-reserved" SLOT="0" |