public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild dgen-sdl-1.32.ebuild ChangeLog
@ 2015-02-13  6:24 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-13  6:24 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/13 06:24:43

  Modified:             dgen-sdl-1.32.ebuild ChangeLog
  Added:                dgen-sdl-1.33.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild

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

Index: dgen-sdl-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dgen-sdl-1.32.ebuild	24 Jun 2013 17:13:55 -0000	1.1
+++ dgen-sdl-1.32.ebuild	13 Feb 2015 06:24:43 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.32.ebuild,v 1.1 2013/06/24 17:13:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild,v 1.2 2015/02/13 06:24:43 mr_bones_ Exp $
 
 EAPI=5
 inherit games



1.23                 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	25 Aug 2014 20:54:17 -0000	1.22
+++ ChangeLog	13 Feb 2015 06:24:43 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dgen-sdl
-# 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 $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.23 2015/02/13 06:24:43 mr_bones_ Exp $
+
+*dgen-sdl-1.33 (13 Feb 2015)
+
+  13 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> +dgen-sdl-1.33.ebuild,
+  dgen-sdl-1.32.ebuild:
+  version bump
 
   25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -dgen-sdl-1.31.ebuild:
   old



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.1&content-type=text/plain

Index: dgen-sdl-1.33.ebuild
===================================================================
# 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 $

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?,opengl?]
	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-13  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13  6:24 [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild dgen-sdl-1.32.ebuild ChangeLog 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