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-goty/
Date: Tue, 07 Feb 2017 23:00:29
Message-Id: 1486508414.583a9b76062105cc36296aaf11a77d1a10d12cf3.chewi@gentoo
1 commit: 583a9b76062105cc36296aaf11a77d1a10d12cf3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 22:49:06 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 23:00:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583a9b76
7
8 games-fps/unreal-tournament-goty: Fix 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 .../unreal-tournament-goty/unreal-tournament-goty-436.ebuild | 8 ++++----
19 .../unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 8 ++++----
20 2 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
23 index a18cc57..75bbbde 100644
24 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
25 +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -7,9 +7,9 @@ EAPI=5
33 inherit eutils unpacker cdrom games
34
35 DESCRIPTION="Futuristic FPS (Game Of The Year edition)"
36 -HOMEPAGE="http://www.unrealtournament.com/"
37 -SRC_URI="ftp://ftp.lokigames.com/pub/beta/ut/ut-install-${PV}-GOTY.run
38 - ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-${PV}-Linux-08-20-02.zip"
39 +HOMEPAGE="http://www.oldunreal.com/"
40 +SRC_URI="http://www.ut-files.com/Patches/ut-install-${PV}-GOTY.run
41 + http://www.ut-files.com/Patches/ipdrv-${PV}-linux-08-20-02.zip -> IpDrv-${PV}-Linux-08-20-02.zip"
42
43 LICENSE="all-rights-reserved"
44 SLOT="0"
45
46 diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
47 index 228b415..7235a9a 100644
48 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
49 +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 +# Copyright 1999-2017 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 @@ -7,9 +7,9 @@ EAPI=5
57 inherit eutils unpacker cdrom games
58
59 DESCRIPTION="Futuristic FPS (Game Of The Year edition)"
60 -HOMEPAGE="http://www.unrealtournament.com/"
61 -SRC_URI="ftp://ftp.lokigames.com/pub/beta/ut/ut-install-436-GOTY.run
62 - http://utpg.org/patches/UTPGPatch${PV}.tar.bz2"
63 +HOMEPAGE="http://www.oldunreal.com/"
64 +SRC_URI="http://www.ut-files.com/Patches/ut-install-436-GOTY.run
65 + http://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> UTPGPatch${PV}.tar.bz2"
66
67 LICENSE="all-rights-reserved"
68 SLOT="0"