public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
@ 2008-04-24 20:34 Christian Birchinger (joker)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Birchinger (joker) @ 2008-04-24 20:34 UTC (permalink / raw
  To: gentoo-commits

joker       08/04/24 20:34:33

  Modified:             sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
  Log:
  Removed unneeded quotes from S= assignment
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  games-emulation/sdlmame/sdlmame-0.124_p3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?r1=1.1&r2=1.2

Index: sdlmame-0.124_p3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-0.124_p3.ebuild	24 Apr 2008 20:26:29 -0000	1.1
+++ sdlmame-0.124_p3.ebuild	24 Apr 2008 20:34:33 -0000	1.2
@@ -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/sdlmame/sdlmame-0.124_p3.ebuild,v 1.1 2008/04/24 20:26:29 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
 
 inherit eutils flag-o-matic games
 
@@ -33,7 +33,7 @@
 	app-arch/unzip
 	x11-proto/xineramaproto"
 
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 # Function to disable a makefile option
 disable_feature() {



1.2                  games-emulation/sdlmame/sdlmame-0.124.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?r1=1.1&r2=1.2

Index: sdlmame-0.124.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-0.124.ebuild	24 Apr 2008 20:26:29 -0000	1.1
+++ sdlmame-0.124.ebuild	24 Apr 2008 20:34:33 -0000	1.2
@@ -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/sdlmame/sdlmame-0.124.ebuild,v 1.1 2008/04/24 20:26:29 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
 
 inherit eutils flag-o-matic games
 
@@ -33,7 +33,7 @@
 	app-arch/unzip
 	x11-proto/xineramaproto"
 
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 # Function to disable a makefile option
 disable_feature() {



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



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

* [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
@ 2008-04-24 21:20 Christian Birchinger (joker)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Birchinger (joker) @ 2008-04-24 21:20 UTC (permalink / raw
  To: gentoo-commits

joker       08/04/24 21:20:41

  Modified:             sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
  Log:
  Use enable_feature for DEBUGGER instead of using make_opts
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  games-emulation/sdlmame/sdlmame-0.124_p3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild?r1=1.2&r2=1.3

Index: sdlmame-0.124_p3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdlmame-0.124_p3.ebuild	24 Apr 2008 20:34:33 -0000	1.2
+++ sdlmame-0.124_p3.ebuild	24 Apr 2008 21:20:40 -0000	1.3
@@ -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/sdlmame/sdlmame-0.124_p3.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $
 
 inherit eutils flag-o-matic games
 
@@ -96,7 +96,7 @@
 		enable_feature DEBUG
 		enable_feature PROFILE
 		enable_feature SYMBOLS
-		make_opts="${make_opts} DEBUGGER=1"
+		enable_feature DEBUGGER
 	fi
 
 	use opengl || make_opts="${make_opts} NO_OPENGL=1"



1.3                  games-emulation/sdlmame/sdlmame-0.124.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild?r1=1.2&r2=1.3

Index: sdlmame-0.124.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdlmame-0.124.ebuild	24 Apr 2008 20:34:33 -0000	1.2
+++ sdlmame-0.124.ebuild	24 Apr 2008 21:20:40 -0000	1.3
@@ -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/sdlmame/sdlmame-0.124.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $
 
 inherit eutils flag-o-matic games
 
@@ -96,7 +96,7 @@
 		enable_feature DEBUG
 		enable_feature PROFILE
 		enable_feature SYMBOLS
-		make_opts="${make_opts} DEBUGGER=1"
+		enable_feature DEBUGGER
 	fi
 
 	use opengl || make_opts="${make_opts} NO_OPENGL=1"



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



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

* [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
@ 2008-04-24 22:00 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-24 22:00 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/24 22:00:26

  Modified:             sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
  Log:
  cosmetics
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.6                  games-emulation/sdlmame/sdlmame-0.124_p3.ebuild

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

Index: sdlmame-0.124_p3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmame-0.124_p3.ebuild	24 Apr 2008 21:49:41 -0000	1.5
+++ sdlmame-0.124_p3.ebuild	24 Apr 2008 22:00:23 -0000	1.6
@@ -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/sdlmame/sdlmame-0.124_p3.ebuild,v 1.5 2008/04/24 21:49:41 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.6 2008/04/24 22:00:23 drac Exp $
 
 inherit eutils flag-o-matic games
 
@@ -146,7 +146,7 @@
 	games_pkg_postinst
 
 	elog "It's strongly recommended that you change either the system-wide"
-	elog "mame.ini at \"${GAMES_SYSCONFDIR}\"/${PN} or use a per-user setup at \$HOME/.${PN}"
+	elog "mame.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
 
 	if use opengl; then
 		echo



1.6                  games-emulation/sdlmame/sdlmame-0.124.ebuild

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

Index: sdlmame-0.124.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdlmame-0.124.ebuild	24 Apr 2008 21:49:41 -0000	1.5
+++ sdlmame-0.124.ebuild	24 Apr 2008 22:00:23 -0000	1.6
@@ -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/sdlmame/sdlmame-0.124.ebuild,v 1.5 2008/04/24 21:49:41 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.6 2008/04/24 22:00:23 drac Exp $
 
 inherit eutils flag-o-matic games
 
@@ -146,7 +146,7 @@
 	games_pkg_postinst
 
 	elog "It's strongly recommended that you change either the system-wide"
-	elog "mame.ini at \"${GAMES_SYSCONFDIR}\"/${PN} or use a per-user setup at \$HOME/.${PN}"
+	elog "mame.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
 
 	if use opengl; then
 		echo



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



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

* [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
@ 2008-07-18 18:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-07-18 18:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/07/18 18:43:52

  Removed:              sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild
  Log:
  old
  (Portage version: 2.1.4.4)
-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-07-18 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 22:00 [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-18 18:43 Michael Sterrett (mr_bones_)
2008-04-24 21:20 Christian Birchinger (joker)
2008-04-24 20:34 Christian Birchinger (joker)

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