Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/warsow/
Date: Sat, 02 Apr 2016 05:42:49
Message-Id: 1459575749.4d3e564a7c178e1f1a8feb3588c0cb2b3d792bf9.mr_bones_@gentoo
1 commit: 4d3e564a7c178e1f1a8feb3588c0cb2b3d792bf9
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 05:42:29 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 05:42:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3e564a
7
8 games-fps/warsow: fix SRC_URI (bug #572724)
9
10 Package-Manager: portage-2.2.26
11
12 games-fps/warsow/warsow-1.5.1-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-fps/warsow/warsow-1.5.1-r1.ebuild b/games-fps/warsow/warsow-1.5.1-r1.ebuild
16 index b9324ef..4d7e276 100644
17 --- a/games-fps/warsow/warsow-1.5.1-r1.ebuild
18 +++ b/games-fps/warsow/warsow-1.5.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,8 +14,8 @@ ENGINE_P=${PN}_${ENGINE_PV}_sdk
26
27 DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
28 HOMEPAGE="http://www.warsow.net/"
29 -SRC_URI="http://www.warsow.eu/${ENGINE_P}.tar.gz
30 - http://www.warsow.eu/warsow_${DATA_PV}_unified.tar.gz
31 +SRC_URI="http://www.warsow.net/${ENGINE_P}.tar.gz
32 + http://www.warsow.net/warsow_${DATA_PV}_unified.tar.gz
33 mirror://gentoo/warsow.png
34 mirror://gentoo/${P}-build.patch.gz"