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/cob: cob-0.9.ebuild ChangeLog
Date: Wed, 30 Apr 2008 21:48:19
Message-Id: E1JrK9v-0001Ow-Qt@stork.gentoo.org
1 nyhm 08/04/30 21:48:15
2
3 Modified: cob-0.9.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.12 games-arcade/cob/cob-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?r1=1.11&r2=1.12
14
15 Index: cob-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- cob-0.9.ebuild 9 Apr 2007 21:54:44 -0000 1.11
22 +++ cob-0.9.ebuild 30 Apr 2008 21:48:15 -0000 1.12
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.11 2007/04/09 21:54:44 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.12 2008/04/30 21:48:15 nyhm Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="Cruising on Broadway: a painting-type game"
34 HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
35 @@ -18,6 +18,7 @@
36 src_unpack() {
37 unpack ${A}
38 cd "${S}"
39 + epatch "${FILESDIR}"/${P}-gcc43.patch
40 # gcc34 compile fix (bug #119061)
41 sed -i \
42 -e '195 s/;//' \
43
44
45
46 1.9 games-arcade/cob/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?r1=1.8&r2=1.9
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- ChangeLog 9 Apr 2007 21:54:44 -0000 1.8
59 +++ ChangeLog 30 Apr 2008 21:48:15 -0000 1.9
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-arcade/cob
62 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.8 2007/04/09 21:54:44 welp Exp $
64 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.9 2008/04/30 21:48:15 nyhm Exp $
66 +
67 + 30 Apr 2008; Tristan Heaven <nyhm@g.o> +files/cob-0.9-gcc43.patch,
68 + cob-0.9.ebuild:
69 + Fix building with gcc-4.3
70
71 09 Apr 2007; Peter Weller <welp@g.o> cob-0.9.ebuild:
72 Keyworded ~x86-fbsd wrt bug 173405
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list