public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/tuxnes: tuxnes-0.75-r1.ebuild ChangeLog
@ 2009-03-14  8:08 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-14  8:08 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/03/14 08:08:30

  Modified:             tuxnes-0.75-r1.ebuild ChangeLog
  Log:
  fix open call (patch from Magnus Granberg via bug #261676)
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-emulation/tuxnes/tuxnes-0.75-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?r1=1.1&r2=1.2

Index: tuxnes-0.75-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tuxnes-0.75-r1.ebuild	2 Jul 2007 16:11:11 -0000	1.1
+++ tuxnes-0.75-r1.ebuild	14 Mar 2009 08:08:29 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.1 2007/07/02 16:11:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.2 2009/03/14 08:08:29 mr_bones_ Exp $
 
+EAPI=2
 inherit autotools eutils games
 
 DESCRIPTION="emulator for the 8-bit Nintendo Entertainment System"
@@ -25,24 +26,21 @@
 		x11-proto/xextproto
 		x11-proto/xproto )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-configure.in.patch \
 		"${FILESDIR}"/${P}-gcc34.patch \
+		"${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-include.patch \
 		"${FILESDIR}"/${P}-exec-stack.patch
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		--without-w \
 		$(use_with ggi) \
-		$(use_with X x) \
-		|| die
-	emake || die "emake failed"
+		$(use_with X x)
 }
 
 src_install() {



1.10                 games-emulation/tuxnes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Jul 2007 16:11:11 -0000	1.9
+++ ChangeLog	14 Mar 2009 08:08:29 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/tuxnes
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.9 2007/07/02 16:11:11 nyhm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.10 2009/03/14 08:08:29 mr_bones_ Exp $
+
+  14 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/tuxnes-0.75-gcc43.patch, tuxnes-0.75-r1.ebuild:
+  fix open call (patch from Magnus Granberg via bug #261676)
 
 *tuxnes-0.75-r1 (02 Jul 2007)
 






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/tuxnes: tuxnes-0.75-r1.ebuild ChangeLog
@ 2009-11-19 12:38 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-11-19 12:38 UTC (permalink / raw
  To: gentoo-commits

tupone      09/11/19 12:38:38

  Modified:             tuxnes-0.75-r1.ebuild ChangeLog
  Log:
  Fix X_ShmAttach not defined. Bug #293440
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-emulation/tuxnes/tuxnes-0.75-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild?r1=1.2&r2=1.3

Index: tuxnes-0.75-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tuxnes-0.75-r1.ebuild	14 Mar 2009 08:08:29 -0000	1.2
+++ tuxnes-0.75-r1.ebuild	19 Nov 2009 12:38:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.2 2009/03/14 08:08:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.3 2009/11/19 12:38:38 tupone Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -32,7 +32,8 @@
 		"${FILESDIR}"/${P}-gcc34.patch \
 		"${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-include.patch \
-		"${FILESDIR}"/${P}-exec-stack.patch
+		"${FILESDIR}"/${P}-exec-stack.patch \
+		"${FILESDIR}"/${P}-xshm.patch
 	eautoreconf
 }
 



1.11                 games-emulation/tuxnes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/tuxnes/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Mar 2009 08:08:29 -0000	1.10
+++ ChangeLog	19 Nov 2009 12:38:38 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/tuxnes
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.10 2009/03/14 08:08:29 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.11 2009/11/19 12:38:38 tupone Exp $
+
+  19 Nov 2009; Alfredo Tupone <tupone@gentoo.org> tuxnes-0.75-r1.ebuild,
+  +files/tuxnes-0.75-xshm.patch:
+  Fix X_ShmAttach not defined. Bug #293440 by Peter
 
   14 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
   +files/tuxnes-0.75-gcc43.patch, tuxnes-0.75-r1.ebuild:






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

end of thread, other threads:[~2009-11-19 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 12:38 [gentoo-commits] gentoo-x86 commit in games-emulation/tuxnes: tuxnes-0.75-r1.ebuild ChangeLog Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-14  8:08 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