Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64-riceplugin: mupen64-riceplugin-5.1.0.ebuild ChangeLog
Date: Tue, 20 Jan 2009 10:41:50
Message-Id: E1LPE2X-000400-4R@stork.gentoo.org
1 tupone 09/01/20 10:41:01
2
3 Modified: mupen64-riceplugin-5.1.0.ebuild ChangeLog
4 Log:
5 Fix gcc-4.3 bug #251128
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.12 games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild?r1=1.11&r2=1.12
14
15 Index: mupen64-riceplugin-5.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- mupen64-riceplugin-5.1.0.ebuild 6 Apr 2007 05:46:11 -0000 1.11
22 +++ mupen64-riceplugin-5.1.0.ebuild 20 Jan 2009 10:41:01 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild,v 1.11 2007/04/06 05:46:11 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild,v 1.12 2009/01/20 10:41:01 tupone Exp $
29
30 inherit toolchain-funcs eutils flag-o-matic games
31
32 @@ -26,11 +26,13 @@
33 src_unpack() {
34 unpack ${A}
35 cd "${S}"
36 + edos2unix DLParser.h ROM.h
37 epatch \
38 "${FILESDIR}"/${PN}-makefile.patch \
39 "${FILESDIR}"/${PN}-gtk2.patch \
40 "${FILESDIR}"/${PN}-compile.patch \
41 - "${FILESDIR}"/${PN}-gcc4.patch
42 + "${FILESDIR}"/${PN}-gcc4.patch \
43 + "${FILESDIR}"/${P}-gcc43.patch
44 }
45
46 src_compile() {
47
48
49
50 1.15 games-emulation/mupen64-riceplugin/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog?rev=1.15&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog?rev=1.15&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog?r1=1.14&r2=1.15
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog,v
59 retrieving revision 1.14
60 retrieving revision 1.15
61 diff -u -r1.14 -r1.15
62 --- ChangeLog 1 Jun 2006 18:51:02 -0000 1.14
63 +++ ChangeLog 20 Jan 2009 10:41:01 -0000 1.15
64 @@ -1,6 +1,11 @@
65 # ChangeLog for games-emulation/mupen64-riceplugin
66 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog,v 1.14 2006/06/01 18:51:02 tupone Exp $
68 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/ChangeLog,v 1.15 2009/01/20 10:41:01 tupone Exp $
70 +
71 + 20 Jan 2009; Alfredo Tupone <tupone@g.o>
72 + +files/mupen64-riceplugin-5.1.0-gcc43.patch,
73 + mupen64-riceplugin-5.1.0.ebuild:
74 + Fix gcc-4.3 bug #251128 by flameeyes@g.o
75
76 01 Jun 2006; <Tupone@g.o> mupen64-riceplugin-5.1.0.ebuild:
77 Fix for gcc-4.1 not compiling without -msse, bug #132051 by me