summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 17:23:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 17:23:41 +0000
commit7aa829460ddf7b7fcf92c6b92d5ae3fbc932e0c2 (patch)
tree88d79047612995eec62d159df6d8673bd2a24fd1 /games-emulation/dgen-sdl
parentEAPI-bump, respect cflags wrt #453430 (diff)
downloadgentoo-2-7aa829460ddf7b7fcf92c6b92d5ae3fbc932e0c2.tar.gz
gentoo-2-7aa829460ddf7b7fcf92c6b92d5ae3fbc932e0c2.tar.bz2
gentoo-2-7aa829460ddf7b7fcf92c6b92d5ae3fbc932e0c2.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/dgen-sdl')
-rw-r--r--games-emulation/dgen-sdl/ChangeLog8
-rw-r--r--games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild47
-rw-r--r--games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc34.patch11
-rw-r--r--games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc4.patch15
4 files changed, 6 insertions, 75 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog
index fdab4469cba3..921d7b7a77d2 100644
--- a/games-emulation/dgen-sdl/ChangeLog
+++ b/games-emulation/dgen-sdl/ChangeLog
@@ -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.
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
deleted file mode 100644
index dbfd5594e01a..000000000000
--- a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.14 2010/04/26 15:06:56 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
-HOMEPAGE="http://tamentis.com/projects/dgen/"
-SRC_URI="http://tamentis.com/projects/dgen/files/${P}.tar.gz"
-
-LICENSE="dgen-sdl"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="X mmx opengl"
-
-RDEPEND="media-libs/libsdl
- opengl? ( virtual/opengl )
- !media-gfx/fondu"
-DEPEND="${RDEPEND}
- X? ( x11-misc/imake )
- dev-lang/nasm"
-
-PATCHES=(
- # gcc34.patch for bug #116113
- # gcc4.patch for bug #133203
- "${FILESDIR}/${P}-gcc34.patch"
- "${FILESDIR}/${P}-gcc4.patch"
-)
-
-src_configure() {
- egamesconf \
- $(use_with opengl) \
- $(use_with X x) \
- $(use_with mmx)
-}
-
-src_compile() {
- emake -C musa m68kops.h || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README sample.dgenrc
- prepgamesdirs
-}
diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc34.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc34.patch
deleted file mode 100644
index 4c0f1d4b8ce5..000000000000
--- a/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc34.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- star/star.c.orig 2005-12-24 22:08:06.000000000 -0500
-+++ star/star.c 2005-12-24 22:08:18.000000000 -0500
-@@ -1931,7 +1931,7 @@
- case aind: case ainc: case adec:
- case adsp: case axdp:
- usereg();
-- default:
-+ default:;
- }
- }
-
diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc4.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc4.patch
deleted file mode 100644
index 7b3c525f5cf2..000000000000
--- a/games-emulation/dgen-sdl/files/dgen-sdl-1.23-gcc4.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- musa/m68kmake.c.orig 2006-05-13 12:52:38.000000000 +0100
-+++ musa/m68kmake.c 2006-05-13 12:53:05.000000000 +0100
-@@ -1029,10 +1029,10 @@
- fprintf(filep, "/* ========================= OPCODE TABLE BUILDER ========================= */\n");
- fprintf(filep, "/* ======================================================================== */\n\n");
-
-- fprintf(filep, "#include \"m68kops.h\"\n");
-- fprintf(filep, "#include \"m68kcpu.h\"\n");
- fprintf(filep, "#include <stdlib.h>\n\n");
- fprintf(filep, "#include <string.h>\n\n");
-+ fprintf(filep, "#include \"m68kops.h\"\n");
-+ fprintf(filep, "#include \"m68kcpu.h\"\n");
-
- fprintf(filep, "extern void (*m68k_instruction_jump_table[])(void); /* opcode handler jump table */\n\n");
-