Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/unreal-tournament/
Date: Tue, 07 Feb 2017 23:00:29
Message-Id: 1486508412.afc8158721de6c543c620be24dfffad030874e7a.chewi@gentoo
1 commit: afc8158721de6c543c620be24dfffad030874e7a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 22:42:35 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 23:00:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc81587
7
8 games-fps/unreal-tournament: Fix broken HOMEPAGE and SRC_URI, #608502
9
10 oldunreal.com isn't exactly an official homepage but it's probably the
11 best resource for the older games these days.
12
13 I had hoped to use the same site for the downloads but they have
14 restriced them, probably using the HTTP referer header.
15
16 Package-Manager: Portage-2.3.3, Repoman-2.3.1
17
18 games-fps/unreal-tournament/unreal-tournament-451.ebuild | 8 ++++----
19 1 file changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild
22 index 9a44d9d..1e8c4bc 100644
23 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild
24 +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -7,9 +7,9 @@ EAPI=5
32 inherit eutils unpacker cdrom games
33
34 DESCRIPTION="Futuristic FPS"
35 -HOMEPAGE="http://www.unrealtournament.com/ http://utpg.org/"
36 -SRC_URI="http://www.ibiblio.org/osg/Downloads/Linux/Installers/ut-install-436.run
37 - http://utpg.org/patches/UTPGPatch${PV}.tar.bz2"
38 +HOMEPAGE="http://www.oldunreal.com/"
39 +SRC_URI="http://www.ut-files.com/Patches/ut-install-436.run
40 + http://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> UTPGPatch${PV}.tar.bz2"
41
42 LICENSE="all-rights-reserved"
43 SLOT="0"