public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-input-sdl: mupen64plus-input-sdl-2.0.ebuild ChangeLog
@ 2013-12-16 16:41 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-12-16 16:41 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/12/16 16:41:59

  Modified:             mupen64plus-input-sdl-2.0.ebuild ChangeLog
  Log:
  Remove implicit CPU flags from the Makefiles. Support epatch_user.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild

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

Index: mupen64plus-input-sdl-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mupen64plus-input-sdl-2.0.ebuild	15 Dec 2013 12:09:41 -0000	1.1
+++ mupen64plus-input-sdl-2.0.ebuild	16 Dec 2013 16:41:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.1 2013/12/15 12:09:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.2 2013/12/16 16:41:59 mgorny Exp $
 
 EAPI=5
 
@@ -23,6 +23,13 @@
 
 S=${WORKDIR}/${MY_P}
 
+src_prepare() {
+	epatch_user
+
+	# avoid implicitly appending CPU flags
+	sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
+}
+
 src_compile() {
 	MAKEARGS=(
 		# Note: please keep this in sync in all of mupen64plus-* packages



1.2                  games-emulation/mupen64plus-input-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	15 Dec 2013 12:09:42 -0000	1.1
+++ ChangeLog	16 Dec 2013 16:41:59 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/mupen64plus-input-sdl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.1 2013/12/15 12:09:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.2 2013/12/16 16:41:59 mgorny Exp $
+
+  16 Dec 2013; Michał Górny <mgorny@gentoo.org>
+  mupen64plus-input-sdl-2.0.ebuild:
+  Remove implicit CPU flags from the Makefiles. Support epatch_user.
 
 *mupen64plus-input-sdl-2.0 (15 Dec 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-input-sdl: mupen64plus-input-sdl-2.0.ebuild ChangeLog
@ 2013-12-19 16:55 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-12-19 16:55 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/12/19 16:55:18

  Modified:             mupen64plus-input-sdl-2.0.ebuild ChangeLog
  Log:
  Update SRC_URI following the upstream move to github.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild

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

Index: mupen64plus-input-sdl-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mupen64plus-input-sdl-2.0.ebuild	16 Dec 2013 16:41:59 -0000	1.2
+++ mupen64plus-input-sdl-2.0.ebuild	19 Dec 2013 16:55:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.2 2013/12/16 16:41:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.3 2013/12/19 16:55:18 mgorny Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL input plugin"
 HOMEPAGE="http://code.google.com/p/mupen64plus/"
-SRC_URI="mirror://bitbucket/richard42/${PN}/downloads/${MY_P}.tar.gz"
+SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"



1.3                  games-emulation/mupen64plus-input-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Dec 2013 16:41:59 -0000	1.2
+++ ChangeLog	19 Dec 2013 16:55:18 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/mupen64plus-input-sdl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.2 2013/12/16 16:41:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.3 2013/12/19 16:55:18 mgorny Exp $
+
+  19 Dec 2013; Michał Górny <mgorny@gentoo.org>
+  mupen64plus-input-sdl-2.0.ebuild:
+  Update SRC_URI following the upstream move to github.
 
   16 Dec 2013; Michał Górny <mgorny@gentoo.org>
   mupen64plus-input-sdl-2.0.ebuild:





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

end of thread, other threads:[~2013-12-19 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 16:55 [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-input-sdl: mupen64plus-input-sdl-2.0.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-16 16:41 Michal Gorny (mgorny)

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