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/boswars: ChangeLog boswars-2.5.ebuild
Date: Sun, 21 Jun 2009 00:59:09
Message-Id: E1MIBOm-0006z8-1Q@stork.gentoo.org
1 nyhm 09/06/21 00:59:08
2
3 Modified: ChangeLog boswars-2.5.ebuild
4 Log:
5 Fix building with gcc-4.4, bug #273532
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 games-strategy/boswars/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 1 May 2008 00:21:34 -0000 1.8
22 +++ ChangeLog 21 Jun 2009 00:59:07 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-strategy/boswars
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.8 2008/05/01 00:21:34 nyhm Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.9 2009/06/21 00:59:07 nyhm Exp $
29 +
30 + 21 Jun 2009; Tristan Heaven <nyhm@g.o> boswars-2.5.ebuild,
31 + +files/boswars-2.5-gcc44.patch:
32 + Fix building with gcc-4.4, bug #273532
33
34 01 May 2008; Tristan Heaven <nyhm@g.o>
35 +files/boswars-2.5-gcc43.patch, boswars-2.5.ebuild:
36
37
38
39 1.3 games-strategy/boswars/boswars-2.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?r1=1.2&r2=1.3
44
45 Index: boswars-2.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- boswars-2.5.ebuild 1 May 2008 00:21:34 -0000 1.2
52 +++ boswars-2.5.ebuild 21 Jun 2009 00:59:07 -0000 1.3
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-strategy/boswars/boswars-2.5.ebuild,v 1.2 2008/05/01 00:21:34 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild,v 1.3 2009/06/21 00:59:07 nyhm Exp $
59
60 inherit eutils games
61
62 @@ -33,7 +33,8 @@
63 rm -f doc/{README-SDL.txt,guichan-copyright.txt}
64 epatch \
65 "${FILESDIR}"/${P}-gentoo.patch \
66 - "${FILESDIR}"/${P}-gcc43.patch
67 + "${FILESDIR}"/${P}-gcc43.patch \
68 + "${FILESDIR}"/${P}-gcc44.patch
69 sed -i \
70 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
71 engine/include/stratagus.h \