Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: ChangeLog sdlmame-0.139_p2.ebuild
Date: Thu, 09 Sep 2010 15:55:41
Message-Id: 20100909155536.3890420051@flycatcher.gentoo.org
1 sping 10/09/09 15:55:36
2
3 Modified: ChangeLog sdlmame-0.139_p2.ebuild
4 Log:
5 games-emulation/sdlmame: Append --binary to ${EPATCH_OPTS} for bug #336004
6 (Portage version: 2.2_rc67_p185/cvs/Linux i686)
7
8 Revision Changes Path
9 1.32 games-emulation/sdlmame/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 3 Sep 2010 08:29:44 -0000 1.31
22 +++ ChangeLog 9 Sep 2010 15:55:36 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-emulation/sdlmame
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.31 2010/09/03 08:29:44 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.32 2010/09/09 15:55:36 sping Exp $
28 +
29 + 09 Sep 2010; Sebastian Pipping <sping@g.o> sdlmame-0.139_p2.ebuild:
30 + Append --binary to ${EPATCH_OPTS} for bug #336004
31
32 *sdlmame-0.139_p2 (03 Sep 2010)
33
34
35
36
37 1.2 games-emulation/sdlmame/sdlmame-0.139_p2.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild?r1=1.1&r2=1.2
42
43 Index: sdlmame-0.139_p2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- sdlmame-0.139_p2.ebuild 3 Sep 2010 08:29:44 -0000 1.1
50 +++ sdlmame-0.139_p2.ebuild 9 Sep 2010 15:55:36 -0000 1.2
51 @@ -1,10 +1,12 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild,v 1.1 2010/09/03 08:29:44 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p2.ebuild,v 1.2 2010/09/09 15:55:36 sping Exp $
56
57 EAPI=2
58 inherit eutils flag-o-matic games
59
60 +EPATCH_OPTS="${EPATCH_OPTS} --binary" # To make 0139u1.diff apply, see bug #336004
61 +
62 MY_PV=${PV/.}
63 MY_CONF_PN=${PN/sdl}
64 MY_P=${PN}${MY_PV}