Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/yarsrevenge: yarsrevenge-0.99.ebuild ChangeLog
Date: Wed, 30 Apr 2008 22:56:41
Message-Id: E1JrLE3-0003Yh-5t@stork.gentoo.org
1 nyhm 08/04/30 22:56:35
2
3 Modified: yarsrevenge-0.99.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.9 games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild?r1=1.8&r2=1.9
14
15 Index: yarsrevenge-0.99.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- yarsrevenge-0.99.ebuild 25 Mar 2008 13:18:27 -0000 1.8
22 +++ yarsrevenge-0.99.ebuild 30 Apr 2008 22:56:34 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.8 2008/03/25 13:18:27 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.9 2008/04/30 22:56:34 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -20,7 +20,9 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 - epatch "${FILESDIR}"/${PV}-math.patch
36 + epatch \
37 + "${FILESDIR}"/${PV}-math.patch \
38 + "${FILESDIR}"/${P}-gcc43.patch
39 }
40
41 src_install() {
42
43
44
45 1.9 games-arcade/yarsrevenge/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/ChangeLog?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/ChangeLog?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/yarsrevenge/ChangeLog?r1=1.8&r2=1.9
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- ChangeLog 25 Mar 2008 13:18:27 -0000 1.8
58 +++ ChangeLog 30 Apr 2008 22:56:34 -0000 1.9
59 @@ -1,6 +1,10 @@
60 # ChangeLog for games-arcade/yarsrevenge
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.8 2008/03/25 13:18:27 coldwind Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.9 2008/04/30 22:56:34 nyhm Exp $
64 +
65 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
66 + +files/yarsrevenge-0.99-gcc43.patch, yarsrevenge-0.99.ebuild:
67 + Fix building with gcc-4.3
68
69 25 Mar 2008; Santiago M. Mola <coldwind@g.o>
70 yarsrevenge-0.99.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list