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/amoebax: amoebax-0.2.0.ebuild ChangeLog
Date: Sun, 04 May 2008 20:53:53
Message-Id: E1JslDS-0005ag-8K@stork.gentoo.org
1 nyhm 08/05/04 20:53:50
2
3 Modified: amoebax-0.2.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.3 games-puzzle/amoebax/amoebax-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: amoebax-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- amoebax-0.2.0.ebuild 19 Aug 2007 17:13:36 -0000 1.2
22 +++ amoebax-0.2.0.ebuild 4 May 2008 20:53:49 -0000 1.3
23 @@ -1,8 +1,8 @@
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/amoebax/amoebax-0.2.0.ebuild,v 1.2 2007/08/19 17:13:36 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.0.ebuild,v 1.3 2008/05/04 20:53:49 nyhm Exp $
29
30 -inherit autotools games
31 +inherit autotools eutils games
32
33 DESCRIPTION="a cute and addictive action-puzzle game, similar to tetris"
34 HOMEPAGE="http://www.emma-soft.com/games/amoebax/"
35 @@ -20,6 +20,7 @@
36 src_unpack() {
37 unpack ${A}
38 cd "${S}"
39 + epatch "${FILESDIR}"/${P}-gcc43.patch
40 sed -i \
41 -e "/^SUBDIRS/s:doc ::" \
42 Makefile.am \
43
44
45
46 1.3 games-puzzle/amoebax/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/amoebax/ChangeLog?r1=1.2&r2=1.3
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- ChangeLog 19 Aug 2007 17:13:36 -0000 1.2
59 +++ ChangeLog 4 May 2008 20:53:49 -0000 1.3
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-puzzle/amoebax
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.2 2007/08/19 17:13:36 angelos Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.3 2008/05/04 20:53:49 nyhm Exp $
66 +
67 + 04 May 2008; Tristan Heaven <nyhm@g.o>
68 + +files/amoebax-0.2.0-gcc43.patch, amoebax-0.2.0.ebuild:
69 + Fix building with gcc-4.3
70
71 19 Aug 2007; Christoph Mende <angelos@g.o> amoebax-0.2.0.ebuild:
72 Added ~amd64
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list