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-strategy/widelands: ChangeLog widelands-0.15.ebuild
Date: Tue, 26 Apr 2011 12:13:00
Message-Id: 20110426121250.1390D20057@flycatcher.gentoo.org
1 tupone 11/04/26 12:12:50
2
3 Modified: ChangeLog widelands-0.15.ebuild
4 Log:
5 Build with gcc-4.6 Bug #362379
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 games-strategy/widelands/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 26 Feb 2011 16:44:28 -0000 1.32
23 +++ ChangeLog 26 Apr 2011 12:12:49 -0000 1.33
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/widelands
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.32 2011/02/26 16:44:28 signals Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.33 2011/04/26 12:12:49 tupone Exp $
29 +
30 + 26 Apr 2011; Tupone Alfredo <tupone@g.o> widelands-0.15.ebuild,
31 + +files/widelands-0.15-gcc46.patch:
32 + Build with gcc-4.6 Bug #362379 by Diego Elio Pettenò
33
34 26 Feb 2011; Kevin McCarthy <signals@g.o> widelands-0.15.ebuild:
35 Updated depends from media-libs/jpeg to virtual-jpeg
36
37
38
39 1.8 games-strategy/widelands/widelands-0.15.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild?r1=1.7&r2=1.8
44
45 Index: widelands-0.15.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- widelands-0.15.ebuild 26 Feb 2011 16:44:28 -0000 1.7
52 +++ widelands-0.15.ebuild 26 Apr 2011 12:12:49 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild,v 1.7 2011/02/26 16:44:28 signals Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.15.ebuild,v 1.8 2011/04/26 12:12:49 tupone Exp $
58
59 EAPI=2
60 inherit eutils versionator cmake-utils games
61 @@ -36,7 +36,8 @@
62 epatch \
63 "${FILESDIR}"/${P}-build.patch \
64 "${FILESDIR}"/${P}-locale.patch \
65 - "${FILESDIR}"/${P}-gcc45.patch
66 + "${FILESDIR}"/${P}-gcc45.patch \
67 + "${FILESDIR}"/${P}-gcc46.patch
68
69 sed -i \
70 -e 's:__ppc__:__PPC__:' src/s2map.cc \