Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.142_p5.ebuild sdlmame-0.141_p3.ebuild sdlmame-0.143_p4.ebuild sdlmame-0.142.ebuild ChangeLog sdlmame-0.143_p5.ebuild
Date: Fri, 30 Sep 2011 16:50:22
Message-Id: 20110930165011.1AE2920036@flycatcher.gentoo.org
1 vapier 11/09/30 16:50:11
2
3 Modified: sdlmame-0.142_p5.ebuild sdlmame-0.141_p3.ebuild
4 sdlmame-0.143_p4.ebuild sdlmame-0.142.ebuild
5 ChangeLog sdlmame-0.143_p5.ebuild
6 Log:
7 Tweak edos2unix invocation to avoid passing non-existent files.
8
9 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 games-emulation/sdlmame/sdlmame-0.142_p5.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild?r1=1.3&r2=1.4
17
18 Index: sdlmame-0.142_p5.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- sdlmame-0.142_p5.ebuild 4 Sep 2011 17:35:36 -0000 1.3
25 +++ sdlmame-0.142_p5.ebuild 30 Sep 2011 16:50:10 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild,v 1.3 2011/09/04 17:35:36 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142_p5.ebuild,v 1.4 2011/09/30 16:50:10 vapier Exp $
31
32 EAPI=2
33 inherit eutils flag-o-matic games
34 @@ -60,7 +60,7 @@
35
36 src_prepare() {
37 if [[ $PV == *_p* ]] ; then
38 - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
39 + edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
40 einfo "Patching release with source updates"
41 epatch ${MY_PV%%_p*}*.diff
42 fi
43
44
45
46 1.2 games-emulation/sdlmame/sdlmame-0.141_p3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild?r1=1.1&r2=1.2
51
52 Index: sdlmame-0.141_p3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- sdlmame-0.141_p3.ebuild 15 Mar 2011 17:04:55 -0000 1.1
59 +++ sdlmame-0.141_p3.ebuild 30 Sep 2011 16:50:10 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild,v 1.1 2011/03/15 17:04:55 mr_bones_ Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
65
66 EAPI=2
67 inherit eutils flag-o-matic games
68 @@ -60,7 +60,7 @@
69
70 src_prepare() {
71 if [[ $PV == *_p* ]] ; then
72 - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
73 + edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
74 einfo "Patching release with source updates"
75 epatch ${MY_PV%%_p*}*.diff
76 fi
77
78
79
80 1.2 games-emulation/sdlmame/sdlmame-0.143_p4.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild?r1=1.1&r2=1.2
85
86 Index: sdlmame-0.143_p4.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- sdlmame-0.143_p4.ebuild 4 Sep 2011 02:40:54 -0000 1.1
93 +++ sdlmame-0.143_p4.ebuild 30 Sep 2011 16:50:10 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild,v 1.1 2011/09/04 02:40:54 mr_bones_ Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
99
100 EAPI=2
101 inherit eutils flag-o-matic games
102 @@ -60,7 +60,7 @@
103
104 src_prepare() {
105 if [[ $PV == *_p* ]] ; then
106 - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
107 + edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
108 einfo "Patching release with source updates"
109 epatch ${MY_PV%%_p*}*.diff
110 fi
111
112
113
114 1.5 games-emulation/sdlmame/sdlmame-0.142.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild?rev=1.5&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild?rev=1.5&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild?r1=1.4&r2=1.5
119
120 Index: sdlmame-0.142.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild,v
123 retrieving revision 1.4
124 retrieving revision 1.5
125 diff -u -r1.4 -r1.5
126 --- sdlmame-0.142.ebuild 29 May 2011 16:26:22 -0000 1.4
127 +++ sdlmame-0.142.ebuild 30 Sep 2011 16:50:10 -0000 1.5
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2011 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild,v 1.4 2011/05/29 16:26:22 hwoarang Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild,v 1.5 2011/09/30 16:50:10 vapier Exp $
133
134 EAPI=2
135 inherit eutils flag-o-matic games
136 @@ -60,7 +60,7 @@
137
138 src_prepare() {
139 if [[ $PV == *_p* ]] ; then
140 - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
141 + edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
142 einfo "Patching release with source updates"
143 epatch ${MY_PV%%_p*}*.diff
144 fi
145
146
147
148 1.54 games-emulation/sdlmame/ChangeLog
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.54&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.54&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?r1=1.53&r2=1.54
153
154 Index: ChangeLog
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v
157 retrieving revision 1.53
158 retrieving revision 1.54
159 diff -u -r1.53 -r1.54
160 --- ChangeLog 11 Sep 2011 06:10:42 -0000 1.53
161 +++ ChangeLog 30 Sep 2011 16:50:10 -0000 1.54
162 @@ -1,6 +1,11 @@
163 # ChangeLog for games-emulation/sdlmame
164 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
165 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.53 2011/09/11 06:10:42 mr_bones_ Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.54 2011/09/30 16:50:10 vapier Exp $
167 +
168 + 30 Sep 2011; Mike Frysinger <vapier@g.o> sdlmame-0.141_p3.ebuild,
169 + sdlmame-0.142.ebuild, sdlmame-0.142_p5.ebuild, sdlmame-0.143_p4.ebuild,
170 + sdlmame-0.143_p5.ebuild:
171 + Tweak edos2unix invocation to avoid passing non-existent files.
172
173 *sdlmame-0.143_p5 (11 Sep 2011)
174
175
176
177
178 1.2 games-emulation/sdlmame/sdlmame-0.143_p5.ebuild
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild?rev=1.2&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild?rev=1.2&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild?r1=1.1&r2=1.2
183
184 Index: sdlmame-0.143_p5.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild,v
187 retrieving revision 1.1
188 retrieving revision 1.2
189 diff -u -r1.1 -r1.2
190 --- sdlmame-0.143_p5.ebuild 11 Sep 2011 06:10:42 -0000 1.1
191 +++ sdlmame-0.143_p5.ebuild 30 Sep 2011 16:50:10 -0000 1.2
192 @@ -1,6 +1,6 @@
193 # Copyright 1999-2011 Gentoo Foundation
194 # Distributed under the terms of the GNU General Public License v2
195 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild,v 1.1 2011/09/11 06:10:42 mr_bones_ Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
197
198 EAPI=2
199 inherit eutils flag-o-matic games
200 @@ -60,7 +60,7 @@
201
202 src_prepare() {
203 if [[ $PV == *_p* ]] ; then
204 - edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
205 + edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
206 einfo "Patching release with source updates"
207 epatch ${MY_PV%%_p*}*.diff
208 fi