Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: ChangeLog zsnes-1.51-r2.ebuild
Date: Mon, 02 Feb 2009 16:41:47
Message-Id: E1LU1rl-0005HJ-3F@stork.gentoo.org
1 drizzt 09/02/02 16:41:45
2
3 Modified: ChangeLog zsnes-1.51-r2.ebuild
4 Log:
5 Fix a (possible) compilation problem wrt bug #170108
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.39 games-emulation/zsnes/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 9 May 2008 19:14:57 -0000 1.38
22 +++ ChangeLog 2 Feb 2009 16:41:45 -0000 1.39
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/zsnes
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.38 2008/05/09 19:14:57 drizzt Exp $
27 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.39 2009/02/02 16:41:45 drizzt Exp $
29 +
30 + 02 Feb 2009; <drizzt@g.o> +files/zsnes-1.51-depbuild.patch,
31 + zsnes-1.51-r2.ebuild:
32 + Fix a (possible) compilation problem wrt bug #170108
33
34 *zsnes-1.51-r2 (09 May 2008)
35
36
37
38
39 1.2 games-emulation/zsnes/zsnes-1.51-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: zsnes-1.51-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- zsnes-1.51-r2.ebuild 9 May 2008 19:14:57 -0000 1.1
52 +++ zsnes-1.51-r2.ebuild 2 Feb 2009 16:41:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.1 2008/05/09 19:14:57 drizzt Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.2 2009/02/02 16:41:45 drizzt Exp $
59
60 inherit eutils autotools flag-o-matic toolchain-funcs multilib games
61
62 @@ -36,6 +36,8 @@
63 epatch "${FILESDIR}"/${P}-gcc43.patch
64 # Fix bug #214697
65 epatch "${FILESDIR}"/${P}-libao-thread.patch
66 + # Fix bug #170108
67 + epatch "${FILESDIR}"/${P}-depbuild.patch
68
69 # Remove hardcoded CFLAGS and LDFLAGS
70 sed -i \