summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 20:54:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 20:54:17 +0000
commitc8b5093d462fcc41d9b376dcd8fa646f770e3fab (patch)
tree5868dfa95738738d8d05da9c803a4d9102d75fc8 /games-emulation
parentold (diff)
downloadgentoo-2-c8b5093d462fcc41d9b376dcd8fa646f770e3fab.tar.gz
gentoo-2-c8b5093d462fcc41d9b376dcd8fa646f770e3fab.tar.bz2
gentoo-2-c8b5093d462fcc41d9b376dcd8fa646f770e3fab.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dgen-sdl/ChangeLog7
-rw-r--r--games-emulation/dgen-sdl/dgen-sdl-1.31.ebuild38
2 files changed, 5 insertions, 40 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog
index 1f131c81066f..06449cba9228 100644
--- a/games-emulation/dgen-sdl/ChangeLog
+++ b/games-emulation/dgen-sdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/dgen-sdl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.21 2013/06/24 17:13:55 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.22 2014/08/25 20:54:17 mr_bones_ Exp $
+
+ 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -dgen-sdl-1.31.ebuild:
+ old
*dgen-sdl-1.32 (24 Jun 2013)
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.31.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.31.ebuild
deleted file mode 100644
index 383048fb40da..000000000000
--- a/games-emulation/dgen-sdl/dgen-sdl-1.31.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 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.31.ebuild,v 1.1 2013/01/22 17:49:05 mr_bones_ Exp $
-
-EAPI=5
-inherit games
-
-DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
-HOMEPAGE="http://dgen.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dgen/files/${P}.tar.gz"
-
-LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="joystick opengl"
-
-RDEPEND="media-libs/libsdl[joystick?]
- app-arch/libarchive
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-src_configure() {
- egamesconf \
- $(use_enable x86 asm) \
- $(use_enable joystick) \
- $(use_enable opengl)
-}
-
-src_compile() {
- emake -C musa m68kops.h
- emake
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README sample.dgenrc" default
- prepgamesdirs
-}