Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.0.ebuild warsow-0.62.ebuild warsow-0.5-r1.ebuild
Date: Wed, 29 Aug 2012 22:47:40
Message-Id: 20120829224728.8A42520BBA@flycatcher.gentoo.org
1 hasufell 12/08/29 22:47:28
2
3 Modified: ChangeLog warsow-1.0.ebuild warsow-0.62.ebuild
4 warsow-0.5-r1.ebuild
5 Log:
6 allow user patches wrt #433377
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.38 games-fps/warsow/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 9 Aug 2012 20:45:24 -0000 1.37
24 +++ ChangeLog 29 Aug 2012 22:47:28 -0000 1.38
25 @@ -1,6 +1,10 @@
26 # ChangeLog for games-fps/warsow
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.37 2012/08/09 20:45:24 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.38 2012/08/29 22:47:28 hasufell Exp $
30 +
31 + 29 Aug 2012; Julian Ospald <hasufell@g.o> warsow-0.5-r1.ebuild,
32 + warsow-0.62.ebuild, warsow-1.0.ebuild:
33 + allow user patches wrt #433377
34
35 09 Aug 2012; Julian Ospald <hasufell@g.o>
36 files/warsow-1.0-build.patch:
37
38
39
40 1.3 games-fps/warsow/warsow-1.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild?r1=1.2&r2=1.3
45
46 Index: warsow-1.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- warsow-1.0.ebuild 29 Jul 2012 21:02:31 -0000 1.2
53 +++ warsow-1.0.ebuild 29 Aug 2012 22:47:28 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild,v 1.2 2012/07/29 21:02:31 hasufell Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.0.ebuild,v 1.3 2012/08/29 22:47:28 hasufell Exp $
59
60 EAPI=4
61 inherit eutils check-reqs gnome2-utils games
62 @@ -64,6 +64,7 @@
63 cd "${WORKDIR}"/${MY_P}_sdk || die
64 epatch "${FILESDIR}"/${P}-build.patch \
65 "${FILESDIR}"/${PN}-0.5-pic.patch
66 + epatch_user
67 }
68
69 src_compile() {
70
71
72
73 1.4 games-fps/warsow/warsow-0.62.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild?r1=1.3&r2=1.4
78
79 Index: warsow-0.62.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- warsow-0.62.ebuild 13 Jun 2012 16:36:36 -0000 1.3
86 +++ warsow-0.62.ebuild 29 Aug 2012 22:47:28 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild,v 1.3 2012/06/13 16:36:36 ago Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild,v 1.4 2012/08/29 22:47:28 hasufell Exp $
92
93 EAPI=2
94 inherit eutils toolchain-funcs versionator games
95 @@ -63,6 +63,7 @@
96 epatch \
97 "${FILESDIR}"/${P}-build.patch \
98 "${FILESDIR}"/${PN}-0.5-pic.patch
99 + epatch_user
100 }
101
102 src_compile() {
103
104
105
106 1.8 games-fps/warsow/warsow-0.5-r1.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild?rev=1.8&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild?rev=1.8&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild?r1=1.7&r2=1.8
111
112 Index: warsow-0.5-r1.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild,v
115 retrieving revision 1.7
116 retrieving revision 1.8
117 diff -u -r1.7 -r1.8
118 --- warsow-0.5-r1.ebuild 3 May 2012 03:23:10 -0000 1.7
119 +++ warsow-0.5-r1.ebuild 29 Aug 2012 22:47:28 -0000 1.8
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2012 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild,v 1.7 2012/05/03 03:23:10 jdhore Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.5-r1.ebuild,v 1.8 2012/08/29 22:47:28 hasufell Exp $
125
126 EAPI=2
127 inherit eutils toolchain-funcs versionator games
128 @@ -56,6 +56,7 @@
129 "${FILESDIR}"/${P}-build.patch \
130 "${FILESDIR}"/${P}-openal.patch \
131 "${FILESDIR}"/${P}-pic.patch
132 + epatch_user
133 }
134
135 src_compile() {