From 9f5bb989f4ec5a6c5f742dc340bf7cf8a78bdf63 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 29 Apr 2018 11:08:11 +0200 Subject: games-emulation/dgen-sdl: Stop using games.eclass Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild | 40 ++++++++++++++++++++++ .../dgen-sdl/files/dgen-sdl-1.33-joystick.patch | 4 +-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild (limited to 'games-emulation/dgen-sdl') diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild new file mode 100644 index 000000000000..5d9acdc094b9 --- /dev/null +++ b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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?,opengl?] + app-arch/libarchive + opengl? ( virtual/opengl ) +" +DEPEND="${RDEPEND} + x86? ( dev-lang/nasm ) +" + +PATCHES=( "${FILESDIR}"/${P}-joystick.patch ) + +src_configure() { + econf \ + $(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 +} diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch index 38cb962b690b..6cb4e936b35b 100644 --- a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch +++ b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch @@ -1,5 +1,5 @@ ---- sdl/sdl.cpp.orig -+++ sdl/sdl.cpp +--- a/sdl/sdl.cpp.orig ++++ b/sdl/sdl.cpp @@ -6285,6 +6285,7 @@ #endif static unsigned long hide_mouse_when; -- cgit v1.2.3-65-gdbad