Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/xmame: xmame-0.106.ebuild ChangeLog
Date: Tue, 10 Nov 2009 21:10:30
Message-Id: E1N7xyu-0000Sv-Cd@stork.gentoo.org
1 ssuominen 09/11/10 21:10:28
2
3 Modified: xmame-0.106.ebuild ChangeLog
4 Log:
5 Remove USE arts (deprecated).
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 games-emulation/xmame/xmame-0.106.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?r1=1.10&r2=1.11
14
15 Index: xmame-0.106.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- xmame-0.106.ebuild 25 May 2009 23:56:18 -0000 1.10
22 +++ xmame-0.106.ebuild 10 Nov 2009 21:10:27 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.10 2009/05/25 23:56:18 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.11 2009/11/10 21:10:27 ssuominen Exp $
28
29 inherit flag-o-matic toolchain-funcs eutils games
30
31 @@ -13,11 +13,10 @@
32 LICENSE="XMAME"
33 SLOT="0"
34 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
35 -IUSE="alsa arts dga esd ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
36 +IUSE="alsa dga esd ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
37
38 RDEPEND="dev-libs/expat
39 alsa? ( media-libs/alsa-lib )
40 - arts? ( kde-base/arts )
41 dga? (
42 x11-libs/libXxf86dga
43 x11-libs/libXxf86vm )
44 @@ -108,7 +107,7 @@
45 #toggle_feature net XMAME_NET # Broken
46 toggle_feature esd SOUND_ESOUND
47 toggle_feature alsa SOUND_ALSA
48 - toggle_feature arts SOUND_ARTS
49 + #toggle_feature arts SOUND_ARTS # Deprecated
50 toggle_feature dga X11_DGA
51 toggle_feature xv X11_XV
52 toggle_feature opengl X11_OPENGL
53
54
55
56 1.74 games-emulation/xmame/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/ChangeLog?rev=1.74&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/ChangeLog?rev=1.74&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/ChangeLog?r1=1.73&r2=1.74
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v
65 retrieving revision 1.73
66 retrieving revision 1.74
67 diff -u -r1.73 -r1.74
68 --- ChangeLog 25 May 2009 23:56:18 -0000 1.73
69 +++ ChangeLog 10 Nov 2009 21:10:27 -0000 1.74
70 @@ -1,6 +1,9 @@
71 # ChangeLog for games-emulation/xmame
72 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.73 2009/05/25 23:56:18 nyhm Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.74 2009/11/10 21:10:27 ssuominen Exp $
75 +
76 + 10 Nov 2009; Samuli Suominen <ssuominen@g.o> xmame-0.106.ebuild:
77 + Remove USE arts (deprecated).
78
79 25 May 2009; Tristan Heaven <nyhm@g.o> xmame-0.106.ebuild:
80 Always use system expat, bug #251107