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-bonuspacks/
Date: Tue, 07 Feb 2017 23:00:28
Message-Id: 1486508417.eaa06bd0f090cfd68ee359db928fdd3cb585d3e3.chewi@gentoo
1 commit: eaa06bd0f090cfd68ee359db928fdd3cb585d3e3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 22:57:33 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 23:00:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa06bd0
7
8 games-fps/unreal-tournament-bonuspacks: Fix broken HOMEPAGE, #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 The SRC_URI isn't broken like the other ebuilds but we may as well
14 make this consistent. ut-files.com seems like a better source anyway.
15
16 Package-Manager: Portage-2.3.3, Repoman-2.3.1
17
18 .../unreal-tournament-bonuspacks-436.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild
22 index b470f0d..50b33a2 100644
23 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild
24 +++ b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -6,13 +6,13 @@ EAPI=5
32 inherit games
33
34 DESCRIPTION="Futuristic FPS (bonus packs)"
35 -HOMEPAGE="http://www.unrealtournament.com/"
36 +HOMEPAGE="http://www.oldunreal.com/"
37 # UT has 4 official bonus packs ...
38 # [UTBonusPack] -> loki put into games-fps/unreal-tournament
39 # [UTBonusPack2] -> loki put into games-fps/unreal-tournament
40 # [UTiNoxxPack] -> loki put into games-fps/unreal-tournament
41 # [UTBonusPack4] -> none of this is in games-fps/unreal-tournament
42 -SRC_URI="http://fpsnetwork.com/downloads/ut99/bonuspacks/UTBonusPack4.zip"
43 +SRC_URI="http://www.ut-files.com/Patches/utbonuspack4.zip -> UTBonusPack4.zip"
44
45 LICENSE="all-rights-reserved"
46 SLOT="0"