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-puzzle/candycrisis: ChangeLog candycrisis-1.0-r1.ebuild
Date: Tue, 28 Jul 2009 15:18:31
Message-Id: E1MVoRh-0003yI-Gx@stork.gentoo.org
1 nyhm 09/07/28 15:18:29
2
3 Modified: ChangeLog candycrisis-1.0-r1.ebuild
4 Log:
5 Fix building with gcc-4.4, bug #273575
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-puzzle/candycrisis/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 23 Jun 2008 07:30:21 -0000 1.4
22 +++ ChangeLog 28 Jul 2009 15:18:29 -0000 1.5
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-puzzle/candycrisis
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/ChangeLog,v 1.4 2008/06/23 07:30:21 opfer Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/ChangeLog,v 1.5 2009/07/28 15:18:29 nyhm Exp $
29 +
30 + 28 Jul 2009; Tristan Heaven <nyhm@g.o> candycrisis-1.0-r1.ebuild,
31 + +files/candycrisis-1.0-gcc44.patch:
32 + Fix building with gcc-4.4, bug #273575
33
34 23 Jun 2008; Christian Faulhammer <opfer@g.o>
35 candycrisis-1.0-r1.ebuild:
36
37
38
39 1.3 games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: candycrisis-1.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- candycrisis-1.0-r1.ebuild 23 Jun 2008 07:30:21 -0000 1.2
52 +++ candycrisis-1.0-r1.ebuild 28 Jul 2009 15:18:29 -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-puzzle/candycrisis/candycrisis-1.0-r1.ebuild,v 1.2 2008/06/23 07:30:21 opfer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild,v 1.3 2009/07/28 15:18:29 nyhm Exp $
59
60 inherit eutils games
61
62 @@ -24,7 +24,9 @@
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 - epatch "${FILESDIR}"/${P}-gentoo.patch
67 + epatch \
68 + "${FILESDIR}"/${P}-gentoo.patch \
69 + "${FILESDIR}"/${P}-gcc44.patch
70 sed -i \
71 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}/:g" \
72 main.cpp \