mr_bones_ 15/02/21 08:00:01 Modified: dgen-sdl-1.33.ebuild ChangeLog Log: fix building with USE=-joystick (bug #540764) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?r1=1.1&r2=1.2 Index: dgen-sdl-1.33.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dgen-sdl-1.33.ebuild 13 Feb 2015 06:24:43 -0000 1.1 +++ dgen-sdl-1.33.ebuild 21 Feb 2015 08:00:01 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2015 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.33.ebuild,v 1.1 2015/02/13 06:24:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild,v 1.2 2015/02/21 08:00:01 mr_bones_ Exp $ EAPI=5 -inherit games +inherit eutils games DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" HOMEPAGE="http://dgen.sourceforge.net/" @@ -20,6 +20,11 @@ DEPEND="${RDEPEND} x86? ( dev-lang/nasm )" +src_prepare() { + # fix building with USE=-joystick + epatch "${FILESDIR}"/${P}-joystick.patch +} + src_configure() { egamesconf \ $(use_enable x86 asm) \ 1.25 games-emulation/dgen-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 19 Feb 2015 01:48:48 -0000 1.24 +++ ChangeLog 21 Feb 2015 08:00:01 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dgen-sdl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.24 2015/02/19 01:48:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.25 2015/02/21 08:00:01 mr_bones_ Exp $ + + 21 Feb 2015; Michael Sterrett <[email protected]> + +files/dgen-sdl-1.33-joystick.patch, dgen-sdl-1.33.ebuild: + fix building with USE=-joystick (bug #540764) 19 Feb 2015; Michael Sterrett <[email protected]> -dgen-sdl-1.32.ebuild: old
