Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild
Date: Sun, 01 Feb 2015 19:15:31
Message-Id: 20150201191527.8B7CA10D7B@oystercatcher.gentoo.org
1 tupone 15/02/01 19:15:27
2
3 Modified: ChangeLog warsow-1.5.1-r1.ebuild
4 Log:
5 Moving a big file to mirror
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.65 games-fps/warsow/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 9 Oct 2014 15:26:25 -0000 1.64
23 +++ ChangeLog 1 Feb 2015 19:15:27 -0000 1.65
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-fps/warsow
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.64 2014/10/09 15:26:25 mr_bones_ Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.65 2015/02/01 19:15:27 tupone Exp $
30 +
31 + 31 Jan 2015; Tupone Alfredo <tupone@g.o> warsow-1.5.1-r1.ebuild,
32 + -files/warsow-1.5.1-build.patch:
33 + Moving a big file to mirror
34
35 09 Oct 2014; Michael Sterrett <mr_bones_@g.o> warsow-1.5.1-r1.ebuild:
36 don't build ref_gl for dedicated (bug #524796)
37
38
39
40 1.4 games-fps/warsow/warsow-1.5.1-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?r1=1.3&r2=1.4
45
46 Index: warsow-1.5.1-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- warsow-1.5.1-r1.ebuild 9 Oct 2014 15:26:25 -0000 1.3
53 +++ warsow-1.5.1-r1.ebuild 1 Feb 2015 19:15:27 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 1.3 2014/10/09 15:26:25 mr_bones_ Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 1.4 2015/02/01 19:15:27 tupone Exp $
60
61 EAPI=5
62 inherit eutils check-reqs gnome2-utils flag-o-matic games
63 @@ -16,7 +16,8 @@
64 HOMEPAGE="http://www.warsow.net/"
65 SRC_URI="http://www.warsow.eu/${ENGINE_P}.tar.gz
66 http://www.warsow.eu/warsow_${DATA_PV}_unified.tar.gz
67 - mirror://gentoo/warsow.png"
68 + mirror://gentoo/warsow.png
69 + mirror://gentoo/${P}-build.patch.gz"
70
71 # ZLIB: bundled angelscript
72 LICENSE="GPL-2 ZLIB warsow"
73 @@ -77,7 +78,7 @@
74 find . -type f -exec sed -i 's/\r$//' '{}' + || die
75
76 cd "${S}"/.. || die
77 - epatch "${FILESDIR}"/${P}-build.patch \
78 + epatch "${WORKDIR}"/${P}-build.patch \
79 "${FILESDIR}"/${P}-pic.patch \
80 "${FILESDIR}"/${P}-openal.patch
81 epatch_user