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: boswars-2.5.ebuild ChangeLog
Date: Thu, 01 May 2008 00:21:38
Message-Id: E1JrMYI-0006Jy-Nw@stork.gentoo.org
1 nyhm 08/05/01 00:21:34
2
3 Modified: boswars-2.5.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.2 games-strategy/boswars/boswars-2.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?r1=1.1&r2=1.2
14
15 Index: boswars-2.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- boswars-2.5.ebuild 2 Mar 2008 07:58:08 -0000 1.1
22 +++ boswars-2.5.ebuild 1 May 2008 00:21:34 -0000 1.2
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-strategy/boswars/boswars-2.5.ebuild,v 1.1 2008/03/02 07:58:08 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild,v 1.2 2008/05/01 00:21:34 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -31,11 +31,17 @@
32 unpack ${A/bos.png}
33 cd "${S}"
34 rm -f doc/{README-SDL.txt,guichan-copyright.txt}
35 - epatch "${FILESDIR}"/${P}-gentoo.patch
36 + epatch \
37 + "${FILESDIR}"/${P}-gentoo.patch \
38 + "${FILESDIR}"/${P}-gcc43.patch
39 sed -i \
40 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
41 engine/include/stratagus.h \
42 - || die "sed failed"
43 + || die "sed stratagus.h failed"
44 + sed -i \
45 + -e "/-O2/s:-O2.*math:${CXXFLAGS} -Wall:" \
46 + SConstruct \
47 + || die "sed SConstruct failed"
48 }
49
50 src_compile() {
51
52
53
54 1.8 games-strategy/boswars/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.8&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.8&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?r1=1.7&r2=1.8
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v
63 retrieving revision 1.7
64 retrieving revision 1.8
65 diff -u -r1.7 -r1.8
66 --- ChangeLog 2 Mar 2008 07:58:08 -0000 1.7
67 +++ ChangeLog 1 May 2008 00:21:34 -0000 1.8
68 @@ -1,6 +1,10 @@
69 # ChangeLog for games-strategy/boswars
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.7 2008/03/02 07:58:08 mr_bones_ Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.8 2008/05/01 00:21:34 nyhm Exp $
73 +
74 + 01 May 2008; Tristan Heaven <nyhm@g.o>
75 + +files/boswars-2.5-gcc43.patch, boswars-2.5.ebuild:
76 + Fix building with gcc-4.3
77
78 *boswars-2.5 (02 Mar 2008)
79
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list