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/sdb: sdb-1.0.2.ebuild ChangeLog
Date: Wed, 30 Apr 2008 22:07:33
Message-Id: E1JrKSY-00022P-Qt@stork.gentoo.org
1 nyhm 08/04/30 22:07:30
2
3 Modified: sdb-1.0.2.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.7 games-arcade/sdb/sdb-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild?r1=1.6&r2=1.7
14
15 Index: sdb-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- sdb-1.0.2.ebuild 24 Feb 2007 08:05:46 -0000 1.6
22 +++ sdb-1.0.2.ebuild 30 Apr 2008 22:07:30 -0000 1.7
23 @@ -1,6 +1,6 @@
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/sdb/sdb-1.0.2.ebuild,v 1.6 2007/02/24 08:05:46 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild,v 1.7 2008/04/30 22:07:30 nyhm Exp $
29
30 inherit eutils games
31
32 @@ -27,7 +27,9 @@
33 -e "s:sprites/:${GAMES_DATADIR}/${PN}/sprites/:" \
34 -e "s:levels/:${GAMES_DATADIR}/${PN}/levels/:" \
35 src/sdb.h src/game.cpp || die "setting game paths"
36 - epatch "${FILESDIR}"/${P}-endian.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-endian.patch \
39 + "${FILESDIR}"/${P}-gcc43.patch
40 }
41
42 src_compile() {
43
44
45
46 1.6 games-arcade/sdb/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/ChangeLog?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/ChangeLog?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdb/ChangeLog?r1=1.5&r2=1.6
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-arcade/sdb/ChangeLog,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- ChangeLog 24 Feb 2007 08:05:46 -0000 1.5
59 +++ ChangeLog 30 Apr 2008 22:07:30 -0000 1.6
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-arcade/sdb
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/ChangeLog,v 1.5 2007/02/24 08:05:46 nyhm Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/ChangeLog,v 1.6 2008/04/30 22:07:30 nyhm Exp $
66 +
67 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
68 + +files/sdb-1.0.2-gcc43.patch, sdb-1.0.2.ebuild:
69 + Fix building with gcc-4.3
70
71 24 Feb 2007; Tristan Heaven <nyhm@g.o> sdb-1.0.2.ebuild:
72 Install menu entry, bug #160247
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list