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/ut2004-bonuspack-mega/
Date: Sat, 11 Feb 2017 22:01:42
Message-Id: 1486850488.a99b9cb458030efd230fe3264f0c6118cfd05228.chewi@gentoo
1 commit: a99b9cb458030efd230fe3264f0c6118cfd05228
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 21:58:15 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 22:01:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99b9cb4
7
8 games-fps/ut2004-bonuspack-mega: Fix broken SRC_URI, bug #609004
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild
16 index 3b42037042..66cd2ea757 100644
17 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild
18 +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2009 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -11,8 +11,7 @@ inherit games games-mods
26
27 MY_P="ut2004megapack-linux.tar.bz2"
28 HOMEPAGE="http://www.unrealtournament2004.com/"
29 -SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P}
30 - http://0day.icculus.org/ut2004/${MY_P}"
31 +SRC_URI="http://ut2004.ut-files.com/BonusPacks/${MY_P}"
32
33 LICENSE="ut2003"
34 KEYWORDS="amd64 x86"