Skip to content

Commit

Permalink
games-fps/unreal-tournament-bonuspacks: Fix broken HOMEPAGE, #608502
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chewi committed Feb 7, 2017
1 parent 583a9b7 commit eaa06bd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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"
Expand Down

0 comments on commit eaa06bd

Please sign in to comment.