Gentoo Archives: gentoo-commits

From: "Christian Birchinger (joker)" <joker@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
Date: Thu, 24 Apr 2008 21:20:49
Message-Id: E1Jp8rx-0005CL-FL@stork.gentoo.org
1 joker 08/04/24 21:20:41
2
3 Modified: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
4 Log:
5 Use enable_feature for DEBUGGER instead of using make_opts
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 games-emulation/sdlmame/sdlmame-0.124_p3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?r1=1.2&r2=1.3
14
15 Index: sdlmame-0.124_p3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- sdlmame-0.124_p3.ebuild 24 Apr 2008 20:34:33 -0000 1.2
22 +++ sdlmame-0.124_p3.ebuild 24 Apr 2008 21:20:40 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $
28
29 inherit eutils flag-o-matic games
30
31 @@ -96,7 +96,7 @@
32 enable_feature DEBUG
33 enable_feature PROFILE
34 enable_feature SYMBOLS
35 - make_opts="${make_opts} DEBUGGER=1"
36 + enable_feature DEBUGGER
37 fi
38
39 use opengl || make_opts="${make_opts} NO_OPENGL=1"
40
41
42
43 1.3 games-emulation/sdlmame/sdlmame-0.124.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?r1=1.2&r2=1.3
48
49 Index: sdlmame-0.124.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- sdlmame-0.124.ebuild 24 Apr 2008 20:34:33 -0000 1.2
56 +++ sdlmame-0.124.ebuild 24 Apr 2008 21:20:40 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $
62
63 inherit eutils flag-o-matic games
64
65 @@ -96,7 +96,7 @@
66 enable_feature DEBUG
67 enable_feature PROFILE
68 enable_feature SYMBOLS
69 - make_opts="${make_opts} DEBUGGER=1"
70 + enable_feature DEBUGGER
71 fi
72
73 use opengl || make_opts="${make_opts} NO_OPENGL=1"
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list