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-strategy/scorched3d: ChangeLog scorched3d-41.3-r1.ebuild
Date: Thu, 29 May 2008 11:47:13
Message-Id: E1K1gb5-0003rS-Me@stork.gentoo.org
1 nyhm 08/05/29 11:47:07
2
3 Modified: ChangeLog scorched3d-41.3-r1.ebuild
4 Log:
5 Fix compilation with wxGTK USE=odbc by Arttu Valo, bug #213872
6 (Portage version: 2.2_pre7/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz)
7
8 Revision Changes Path
9 1.54 games-strategy/scorched3d/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?rev=1.54&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?rev=1.54&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?r1=1.53&r2=1.54
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v
18 retrieving revision 1.53
19 retrieving revision 1.54
20 diff -u -r1.53 -r1.54
21 --- ChangeLog 27 May 2008 17:35:08 -0000 1.53
22 +++ ChangeLog 29 May 2008 11:47:07 -0000 1.54
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-strategy/scorched3d
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.53 2008/05/27 17:35:08 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.54 2008/05/29 11:47:07 nyhm Exp $
28 +
29 + 29 May 2008; Tristan Heaven <nyhm@g.o> scorched3d-41.3-r1.ebuild:
30 + Fix compilation with wxGTK USE=odbc by Arttu Valo, bug #213872
31
32 27 May 2008; Markus Rothe <corsair@g.o> scorched3d-41.3-r1.ebuild:
33 Added ~ppc64; bug #223629
34
35
36
37 1.4 games-strategy/scorched3d/scorched3d-41.3-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?r1=1.3&r2=1.4
42
43 Index: scorched3d-41.3-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- scorched3d-41.3-r1.ebuild 27 May 2008 17:35:08 -0000 1.3
50 +++ scorched3d-41.3-r1.ebuild 29 May 2008 11:47:07 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v 1.3 2008/05/27 17:35:08 corsair Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v 1.4 2008/05/29 11:47:07 nyhm Exp $
56
57 inherit eutils wxwidgets games
58
59 @@ -43,6 +43,10 @@
60 unpack ${A}
61 cd "${S}"
62 epatch "${FILESDIR}"/${P}-gcc43.patch
63 + sed -i \
64 + -e '/HWND/d' \
65 + src/porting/windows.h \
66 + || die "sed failed" #213872
67 }
68
69 src_compile() {
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list