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
This commit is contained in:
James Le Cuirot
2017-02-07 22:57:33 +00:00
parent 583a9b7606
commit eaa06bd0f0

View File

@@ -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"