Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/advancemame: advancemame-0.106.0.ebuild ChangeLog
Date: Fri, 05 Dec 2008 16:19:29
Message-Id: E1L8dOn-0007Pk-Lo@stork.gentoo.org
1 nyhm 08/12/05 16:19:25
2
3 Modified: advancemame-0.106.0.ebuild ChangeLog
4 Log:
5 Remove expat and zlib USE flags, bug #249459
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)
7
8 Revision Changes Path
9 1.7 games-emulation/advancemame/advancemame-0.106.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?r1=1.6&r2=1.7
14
15 Index: advancemame-0.106.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- advancemame-0.106.0.ebuild 10 Mar 2008 18:09:15 -0000 1.6
22 +++ advancemame-0.106.0.ebuild 5 Dec 2008 16:19:25 -0000 1.7
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/advancemame/advancemame-0.106.0.ebuild,v 1.6 2008/03/10 18:09:15 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.7 2008/12/05 16:19:25 nyhm Exp $
28
29 inherit eutils flag-o-matic games
30
31 @@ -11,15 +11,14 @@
32 LICENSE="GPL-2 XMAME"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc x86"
35 -IUSE="alsa expat fbcon oss sdl static svga truetype zlib"
36 +IUSE="alsa fbcon oss sdl static svga truetype"
37
38 # sdl is required (bug #158417)
39 RDEPEND="app-arch/unzip
40 app-arch/zip
41 media-libs/libsdl
42 + dev-libs/expat
43 alsa? ( media-libs/alsa-lib )
44 - expat? ( >=dev-libs/expat-1.95.6 )
45 - zlib? ( sys-libs/zlib )
46 truetype? ( media-libs/freetype )
47 svga? ( >=media-libs/svgalib-1.9 )"
48 DEPEND="${RDEPEND}
49 @@ -51,16 +50,16 @@
50
51 PATH="${PATH}:${T}"
52 egamesconf \
53 + --enable-expat \
54 --enable-sdl \
55 + --enable-zlib \
56 --disable-slang \
57 $(use_enable alsa) \
58 - $(use_enable expat) \
59 $(use_enable fbcon fb) \
60 $(use_enable oss) \
61 $(use_enable static) \
62 $(use_enable svga svgalib) \
63 $(use_enable truetype freetype) \
64 - $(use_enable zlib) \
65 $(use_enable x86 asm) \
66 --with-emu=${PN/advance} \
67 || die
68
69
70
71 1.46 games-emulation/advancemame/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.46&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.46&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?r1=1.45&r2=1.46
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v
80 retrieving revision 1.45
81 retrieving revision 1.46
82 diff -u -r1.45 -r1.46
83 --- ChangeLog 10 Mar 2008 18:09:15 -0000 1.45
84 +++ ChangeLog 5 Dec 2008 16:19:25 -0000 1.46
85 @@ -1,6 +1,9 @@
86 # ChangeLog for games-emulation/advancemame
87 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.45 2008/03/10 18:09:15 mr_bones_ Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.46 2008/12/05 16:19:25 nyhm Exp $
90 +
91 + 05 Dec 2008; Tristan Heaven <nyhm@g.o> advancemame-0.106.0.ebuild:
92 + Remove expat and zlib USE flags, bug #249459
93
94 10 Mar 2008; Michael Sterrett <mr_bones_@g.o>
95 advancemame-0.106.0.ebuild: