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-rpg/aklabeth: aklabeth-1.0.ebuild ChangeLog
Date: Thu, 01 May 2008 15:27:39
Message-Id: E1Jrah6-0003Kl-Pn@stork.gentoo.org
1 nyhm 08/05/01 15:27:36
2
3 Modified: aklabeth-1.0.ebuild ChangeLog
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218944
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.5 games-rpg/aklabeth/aklabeth-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/aklabeth-1.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/aklabeth-1.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/aklabeth-1.0.ebuild?r1=1.4&r2=1.5
14
15 Index: aklabeth-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-rpg/aklabeth/aklabeth-1.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- aklabeth-1.0.ebuild 16 Dec 2004 15:35:32 -0000 1.4
22 +++ aklabeth-1.0.ebuild 1 May 2008 15:27:36 -0000 1.5
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2004 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-rpg/aklabeth/aklabeth-1.0.ebuild,v 1.4 2004/12/16 15:35:32 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/aklabeth/aklabeth-1.0.ebuild,v 1.5 2008/05/01 15:27:36 nyhm Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="A remake of Richard C. Garriott's Ultima prequel"
34 HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
35 @@ -10,11 +10,17 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="x86 ppc ~amd64"
40 +KEYWORDS="~amd64 ppc x86"
41 IUSE=""
42
43 DEPEND="media-libs/libsdl"
44
45 +src_unpack() {
46 + unpack ${A}
47 + cd "${S}"
48 + epatch "${FILESDIR}"/${P}-gcc43.patch
49 +}
50 +
51 src_install() {
52 dogamesbin src/aklabeth || die "dogamesbin failed"
53 dodoc AUTHORS README NEWS
54
55
56
57 1.4 games-rpg/aklabeth/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/ChangeLog?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/ChangeLog?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/ChangeLog?r1=1.3&r2=1.4
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-rpg/aklabeth/ChangeLog,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- ChangeLog 16 Dec 2004 15:35:32 -0000 1.3
70 +++ ChangeLog 1 May 2008 15:27:36 -0000 1.4
71 @@ -1,6 +1,10 @@
72 # ChangeLog for games-rpg/aklabeth
73 -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/aklabeth/ChangeLog,v 1.3 2004/12/16 15:35:32 josejx Exp $
75 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/aklabeth/ChangeLog,v 1.4 2008/05/01 15:27:36 nyhm Exp $
77 +
78 + 01 May 2008; Tristan Heaven <nyhm@g.o>
79 + +files/aklabeth-1.0-gcc43.patch, aklabeth-1.0.ebuild:
80 + Patch to fix building with gcc-4.3 from Martin Väth, bug #218944
81
82 17 Dec 2004; Joseph Jezak <josejx@g.o> aklabeth-1.0.ebuild:
83 Marked ppc stable.
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list