public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/advancemame: advancemame-0.106.0.ebuild ChangeLog
@ 2008-03-10 18:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-03-10 18:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/03/10 18:09:16

  Modified:             advancemame-0.106.0.ebuild ChangeLog
  Log:
  remove slang support (bug #212960)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  games-emulation/advancemame/advancemame-0.106.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?r1=1.5&r2=1.6

Index: advancemame-0.106.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- advancemame-0.106.0.ebuild	13 Aug 2007 07:44:16 -0000	1.5
+++ advancemame-0.106.0.ebuild	10 Mar 2008 18:09:15 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.5 2007/08/13 07:44:16 mr_bones_ Exp $
+# $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 $
 
 inherit eutils flag-o-matic games
 
@@ -11,13 +11,12 @@
 LICENSE="GPL-2 XMAME"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib"
+IUSE="alsa expat fbcon oss sdl static svga truetype zlib"
 
 # sdl is required (bug #158417)
 RDEPEND="app-arch/unzip
 	app-arch/zip
 	media-libs/libsdl
-	slang? ( =sys-libs/slang-1* )
 	alsa? ( media-libs/alsa-lib )
 	expat? ( >=dev-libs/expat-1.95.6 )
 	zlib? ( sys-libs/zlib )
@@ -53,11 +52,11 @@
 	PATH="${PATH}:${T}"
 	egamesconf \
 		--enable-sdl \
+		--disable-slang \
 		$(use_enable alsa) \
 		$(use_enable expat) \
 		$(use_enable fbcon fb) \
 		$(use_enable oss) \
-		$(use_enable slang) \
 		$(use_enable static) \
 		$(use_enable svga svgalib) \
 		$(use_enable truetype freetype) \



1.45                 games-emulation/advancemame/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	13 Aug 2007 07:44:16 -0000	1.44
+++ ChangeLog	10 Mar 2008 18:09:15 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/advancemame
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.44 2007/08/13 07:44:16 mr_bones_ Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.45 2008/03/10 18:09:15 mr_bones_ Exp $
+
+  10 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  advancemame-0.106.0.ebuild:
+  remove slang support (bug #212960)
 
   13 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org>
   advancemame-0.106.0.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/advancemame: advancemame-0.106.0.ebuild ChangeLog
@ 2008-12-05 16:19 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-12-05 16:19 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/12/05 16:19:25

  Modified:             advancemame-0.106.0.ebuild ChangeLog
  Log:
  Remove expat and zlib USE flags, bug #249459
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.7                  games-emulation/advancemame/advancemame-0.106.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild?r1=1.6&r2=1.7

Index: advancemame-0.106.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- advancemame-0.106.0.ebuild	10 Mar 2008 18:09:15 -0000	1.6
+++ advancemame-0.106.0.ebuild	5 Dec 2008 16:19:25 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.7 2008/12/05 16:19:25 nyhm Exp $
 
 inherit eutils flag-o-matic games
 
@@ -11,15 +11,14 @@
 LICENSE="GPL-2 XMAME"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-IUSE="alsa expat fbcon oss sdl static svga truetype zlib"
+IUSE="alsa fbcon oss sdl static svga truetype"
 
 # sdl is required (bug #158417)
 RDEPEND="app-arch/unzip
 	app-arch/zip
 	media-libs/libsdl
+	dev-libs/expat
 	alsa? ( media-libs/alsa-lib )
-	expat? ( >=dev-libs/expat-1.95.6 )
-	zlib? ( sys-libs/zlib )
 	truetype? ( media-libs/freetype )
 	svga? ( >=media-libs/svgalib-1.9 )"
 DEPEND="${RDEPEND}
@@ -51,16 +50,16 @@
 
 	PATH="${PATH}:${T}"
 	egamesconf \
+		--enable-expat \
 		--enable-sdl \
+		--enable-zlib \
 		--disable-slang \
 		$(use_enable alsa) \
-		$(use_enable expat) \
 		$(use_enable fbcon fb) \
 		$(use_enable oss) \
 		$(use_enable static) \
 		$(use_enable svga svgalib) \
 		$(use_enable truetype freetype) \
-		$(use_enable zlib) \
 		$(use_enable x86 asm) \
 		--with-emu=${PN/advance} \
 		|| die



1.46                 games-emulation/advancemame/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemame/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	10 Mar 2008 18:09:15 -0000	1.45
+++ ChangeLog	5 Dec 2008 16:19:25 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/advancemame
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.45 2008/03/10 18:09:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.46 2008/12/05 16:19:25 nyhm Exp $
+
+  05 Dec 2008; Tristan Heaven <nyhm@gentoo.org> advancemame-0.106.0.ebuild:
+  Remove expat and zlib USE flags, bug #249459
 
   10 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org>
   advancemame-0.106.0.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-05 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 18:09 [gentoo-commits] gentoo-x86 commit in games-emulation/advancemame: advancemame-0.106.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-05 16:19 Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox