public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: ChangeLog dgen-sdl-1.23.ebuild
@ 2009-10-20  0:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-20  0:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/20 00:51:20

  Modified:             ChangeLog dgen-sdl-1.23.ebuild
  Log:
  EAPI=2; fix parallel build
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Oct 2006 04:56:02 -0000	1.11
+++ ChangeLog	20 Oct 2009 00:51:19 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dgen-sdl
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.11 2006/10/05 04:56:02 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.12 2009/10/20 00:51:19 mr_bones_ Exp $
+
+  20 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> dgen-sdl-1.23.ebuild:
+  EAPI=2; fix parallel build
 
   05 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org>
   files/dgen-sdl-1.23-gcc34.patch, +files/dgen-sdl-1.23-gcc4.patch,



1.13                 games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?r1=1.12&r2=1.13

Index: dgen-sdl-1.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dgen-sdl-1.23.ebuild	5 Oct 2006 04:56:02 -0000	1.12
+++ dgen-sdl-1.23.ebuild	20 Oct 2009 00:51:19 -0000	1.13
@@ -1,12 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.12 2006/10/05 04:56:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.13 2009/10/20 00:51:19 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
-HOMEPAGE="http://www.pknet.com/~joe/dgen-sdl.html"
-SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz"
+HOMEPAGE="http://tamentis.com/projects/dgen/"
+SRC_URI="http://tamentis.com/projects/dgen/files/${P}.tar.gz"
 
 LICENSE="dgen-sdl"
 SLOT="0"
@@ -19,21 +20,22 @@
 	X? ( x11-misc/imake )
 	dev-lang/nasm"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+PATCHES=(
 	# gcc34.patch for bug #116113
 	# gcc4.patch for bug #133203
-	epatch \
-		"${FILESDIR}/${P}-gcc34.patch" \
-		"${FILESDIR}/${P}-gcc4.patch"
-}
+	"${FILESDIR}/${P}-gcc34.patch"
+	"${FILESDIR}/${P}-gcc4.patch"
+)
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		$(use_with opengl) \
 		$(use_with X x) \
-		$(use_with mmx) || die
+		$(use_with mmx)
+}
+
+src_compile() {
+	emake -C musa m68kops.h || die
 	emake || die "emake failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: ChangeLog dgen-sdl-1.23.ebuild
@ 2010-04-26 15:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-26 15:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/26 15:06:57

  Modified:             ChangeLog dgen-sdl-1.23.ebuild
  Log:
  add a blocker for media-gfx/fondu which also has a tobin (bug #289715)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.13                 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Oct 2009 00:51:19 -0000	1.12
+++ ChangeLog	26 Apr 2010 15:06:56 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dgen-sdl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.12 2009/10/20 00:51:19 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.13 2010/04/26 15:06:56 mr_bones_ Exp $
+
+  26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> dgen-sdl-1.23.ebuild:
+  add a blocker for media-gfx/fondu which also has a tobin (bug #289715)
 
   20 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> dgen-sdl-1.23.ebuild:
   EAPI=2; fix parallel build



1.14                 games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild?r1=1.13&r2=1.14

Index: dgen-sdl-1.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dgen-sdl-1.23.ebuild	20 Oct 2009 00:51:19 -0000	1.13
+++ dgen-sdl-1.23.ebuild	26 Apr 2010 15:06:56 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.13 2009/10/20 00:51:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.14 2010/04/26 15:06:56 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -15,7 +15,8 @@
 IUSE="X mmx opengl"
 
 RDEPEND="media-libs/libsdl
-	opengl? ( virtual/opengl )"
+	opengl? ( virtual/opengl )
+	!media-gfx/fondu"
 DEPEND="${RDEPEND}
 	X? ( x11-misc/imake )
 	dev-lang/nasm"






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: ChangeLog dgen-sdl-1.23.ebuild
@ 2013-01-22 17:23 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 17:23 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 17:23:41

  Modified:             ChangeLog
  Removed:              dgen-sdl-1.23.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.19                 games-emulation/dgen-sdl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	11 Dec 2012 20:55:46 -0000	1.18
+++ ChangeLog	22 Jan 2013 17:23:41 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/dgen-sdl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.18 2012/12/11 20:55:46 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.19 2013/01/22 17:23:41 mr_bones_ Exp $
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -dgen-sdl-1.23.ebuild,
+  -files/dgen-sdl-1.23-gcc34.patch, -files/dgen-sdl-1.23-gcc4.patch:
+  old
 
   11 Dec 2012; Ulrich Müller <ulm@gentoo.org> dgen-sdl-1.30.ebuild:
   Update LICENSE, see COPYING file in tarball.





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

end of thread, other threads:[~2013-01-22 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20  0:51 [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: ChangeLog dgen-sdl-1.23.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-26 15:06 Michael Sterrett (mr_bones_)
2013-01-22 17:23 Michael Sterrett (mr_bones_)

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