diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 22:57:33 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 23:00:17 +0000 |
commit | eaa06bd0f090cfd68ee359db928fdd3cb585d3e3 (patch) | |
tree | 33c7279d60797a02fe38424d41294835d3a49f2d /games-fps/unreal-tournament-bonuspacks | |
parent | games-fps/unreal-tournament-goty: Fix HOMEPAGE and SRC_URI, #608502 (diff) | |
download | gentoo-eaa06bd0f090cfd68ee359db928fdd3cb585d3e3.tar.gz gentoo-eaa06bd0f090cfd68ee359db928fdd3cb585d3e3.tar.bz2 gentoo-eaa06bd0f090cfd68ee359db928fdd3cb585d3e3.zip |
games-fps/unreal-tournament-bonuspacks: Fix broken HOMEPAGE, #608502
oldunreal.com isn't exactly an official homepage but it's probably the
best resource for the older games these days.
The SRC_URI isn't broken like the other ebuilds but we may as well
make this consistent. ut-files.com seems like a better source anyway.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-fps/unreal-tournament-bonuspacks')
-rw-r--r-- | games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild index b470f0ddf2e6..50b33a23e3fe 100644 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild +++ b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,13 +6,13 @@ EAPI=5 inherit games DESCRIPTION="Futuristic FPS (bonus packs)" -HOMEPAGE="http://www.unrealtournament.com/" +HOMEPAGE="http://www.oldunreal.com/" # UT has 4 official bonus packs ... # [UTBonusPack] -> loki put into games-fps/unreal-tournament # [UTBonusPack2] -> loki put into games-fps/unreal-tournament # [UTiNoxxPack] -> loki put into games-fps/unreal-tournament # [UTBonusPack4] -> none of this is in games-fps/unreal-tournament -SRC_URI="http://fpsnetwork.com/downloads/ut99/bonuspacks/UTBonusPack4.zip" +SRC_URI="http://www.ut-files.com/Patches/utbonuspack4.zip -> UTBonusPack4.zip" LICENSE="all-rights-reserved" SLOT="0" |