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 ChangeLog
@ 2015-02-21  8:00 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-21  8:00 UTC (permalink / raw
  To: gentoo-commits

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 <mr_bones_@gentoo.org>
+  +files/dgen-sdl-1.33-joystick.patch, dgen-sdl-1.33.ebuild:
+  fix building with USE=-joystick (bug #540764)
 
   19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -dgen-sdl-1.32.ebuild:
   old





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild ChangeLog
@ 2015-03-24 17:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-24 17:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/24 17:27:15

  Modified:             dgen-sdl-1.33.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543528
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?r1=1.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dgen-sdl-1.33.ebuild	21 Feb 2015 08:00:01 -0000	1.2
+++ dgen-sdl-1.33.ebuild	24 Mar 2015 17:27:15 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2015/02/21 08:00:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild,v 1.3 2015/03/24 17:27:15 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="joystick opengl"
 
 RDEPEND="media-libs/libsdl[joystick?,opengl?]



1.26                 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	21 Feb 2015 08:00:01 -0000	1.25
+++ ChangeLog	24 Mar 2015 17:27:15 -0000	1.26
@@ -1,6 +1,9 @@
 # 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.25 2015/02/21 08:00:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.26 2015/03/24 17:27:15 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dgen-sdl-1.33.ebuild:
+  Stable for amd64, wrt bug #543528
 
   21 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
   +files/dgen-sdl-1.33-joystick.patch, dgen-sdl-1.33.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild ChangeLog
@ 2015-03-25 13:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-25 13:51 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/25 13:51:30

  Modified:             dgen-sdl-1.33.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #543528
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dgen-sdl-1.33.ebuild	24 Mar 2015 17:27:15 -0000	1.3
+++ dgen-sdl-1.33.ebuild	25 Mar 2015 13:51:30 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2015/03/24 17:27:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild,v 1.4 2015/03/25 13:51:30 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="joystick opengl"
 
 RDEPEND="media-libs/libsdl[joystick?,opengl?]



1.27                 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	24 Mar 2015 17:27:15 -0000	1.26
+++ ChangeLog	25 Mar 2015 13:51:30 -0000	1.27
@@ -1,6 +1,9 @@
 # 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.26 2015/03/24 17:27:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.27 2015/03/25 13:51:30 ago Exp $
+
+  25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dgen-sdl-1.33.ebuild:
+  Stable for x86, wrt bug #543528
 
   24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dgen-sdl-1.33.ebuild:
   Stable for amd64, wrt bug #543528





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-25 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21  8:00 [gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-24 17:27 Agostino Sarubbo (ago)
2015-03-25 13:51 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox