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-action/clanbomber: ChangeLog clanbomber-2.0.9.1.ebuild
Date: Thu, 22 Jan 2009 10:20:52
Message-Id: E1LPwg4-0000wS-Tj@stork.gentoo.org
1 tupone 09/01/22 10:20:48
2
3 Modified: ChangeLog clanbomber-2.0.9.1.ebuild
4 Log:
5 Fix gcc-4.3 bug #227937
6 Fix build with dev-libs/DirectFb-1*
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.10 games-action/clanbomber/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 15 Feb 2008 01:51:15 -0000 1.9
23 +++ ChangeLog 22 Jan 2009 10:20:48 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-action/clanbomber
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.9 2008/02/15 01:51:15 nyhm Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.10 2009/01/22 10:20:48 tupone Exp $
30 +
31 + 22 Jan 2009; Alfredo Tupone <tupone@g.o>
32 + +files/clanbomber-2.0.9.1-gcc43.patch, clanbomber-2.0.9.1.ebuild:
33 + Fix gcc-4.3 bug #227937 by Evil Compile Person
34 + Fix build with dev-libs/DirectFb-1*
35
36 *clanbomber-2.0.9.1 (15 Feb 2008)
37
38
39
40
41 1.2 games-action/clanbomber/clanbomber-2.0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?r1=1.1&r2=1.2
46
47 Index: clanbomber-2.0.9.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- clanbomber-2.0.9.1.ebuild 15 Feb 2008 01:51:15 -0000 1.1
54 +++ clanbomber-2.0.9.1.ebuild 22 Jan 2009 10:20:48 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2008 Gentoo Foundation
57 +# Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.1 2008/02/15 01:51:15 nyhm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.2 2009/01/22 10:20:48 tupone Exp $
61
62 inherit eutils versionator games
63
64 @@ -19,6 +19,12 @@
65
66 S=${WORKDIR}/${MY_P}
67
68 +src_unpack() {
69 + unpack ${A}
70 + cd "${S}"
71 + epatch "${FILESDIR}"/${P}-gcc43.patch
72 +}
73 +
74 src_install() {
75 emake DESTDIR="${D}" install || die "emake install failed"
76 newicon ${PN}/pics/cup2.png ${PN}.png