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/shaaft: shaaft-0.5.0.ebuild ChangeLog
Date: Thu, 01 May 2008 10:40:54
Message-Id: E1JrWDb-0000u5-Kn@stork.gentoo.org
1 nyhm 08/05/01 10:40:51
2
3 Modified: shaaft-0.5.0.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.11 games-puzzle/shaaft/shaaft-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild?r1=1.10&r2=1.11
14
15 Index: shaaft-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- shaaft-0.5.0.ebuild 3 Feb 2007 14:03:16 -0000 1.10
22 +++ shaaft-0.5.0.ebuild 1 May 2008 10:40:51 -0000 1.11
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-puzzle/shaaft/shaaft-0.5.0.ebuild,v 1.10 2007/02/03 14:03:16 blubb Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild,v 1.11 2008/05/01 10:40:51 nyhm Exp $
29
30 inherit eutils games
31
32 @@ -16,7 +16,7 @@
33 DEPEND="virtual/opengl
34 sys-libs/zlib
35 media-libs/libpng
36 - >=media-libs/libsdl-1.2
37 + media-libs/libsdl
38 media-libs/sdl-mixer
39 media-libs/sdl-image"
40
41 @@ -31,12 +31,14 @@
42 game/main.cpp \
43 || die "sed main.cpp failed"
44
45 - epatch "${FILESDIR}"/${P}-gcc34.patch \
46 - "${FILESDIR}/${P}"-gcc41.patch
47 + epatch \
48 + "${FILESDIR}"/${P}-gcc34.patch \
49 + "${FILESDIR}"/${P}-gcc41.patch \
50 + "${FILESDIR}"/${P}-gcc43.patch
51 }
52
53 src_install() {
54 - make DESTDIR="${D}" install || die "make install failed"
55 + emake DESTDIR="${D}" install || die "emake install failed"
56 dodoc TODO.txt
57 prepgamesdirs
58 }
59
60
61
62 1.9 games-puzzle/shaaft/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/ChangeLog?rev=1.9&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/ChangeLog?rev=1.9&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/ChangeLog?r1=1.8&r2=1.9
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/ChangeLog,v
71 retrieving revision 1.8
72 retrieving revision 1.9
73 diff -u -r1.8 -r1.9
74 --- ChangeLog 22 Feb 2007 01:16:31 -0000 1.8
75 +++ ChangeLog 1 May 2008 10:40:51 -0000 1.9
76 @@ -1,6 +1,10 @@
77 # ChangeLog for games-puzzle/shaaft
78 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/ChangeLog,v 1.8 2007/02/22 01:16:31 peper Exp $
80 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/ChangeLog,v 1.9 2008/05/01 10:40:51 nyhm Exp $
82 +
83 + 01 May 2008; Tristan Heaven <nyhm@g.o>
84 + +files/shaaft-0.5.0-gcc43.patch, shaaft-0.5.0.ebuild:
85 + Fix building with gcc-4.3
86
87 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
88 Transition to Manifest2.
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list