Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/magiccube4d: magiccube4d-2.2.ebuild ChangeLog
Date: Mon, 22 Oct 2007 20:30:12
Message-Id: E1Ik3uY-0006jC-HA@stork.gentoo.org
1 angelos 07/10/22 20:30:06
2
3 Modified: magiccube4d-2.2.ebuild ChangeLog
4 Log:
5 Fixed compilation on amd64 and ~amd64 added
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.10 games-puzzle/magiccube4d/magiccube4d-2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?r1=1.9&r2=1.10
14
15 Index: magiccube4d-2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- magiccube4d-2.2.ebuild 6 Dec 2006 17:10:08 -0000 1.9
22 +++ magiccube4d-2.2.ebuild 22 Oct 2007 20:30:05 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.9 2006/12/06 17:10:08 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.10 2007/10/22 20:30:05 angelos Exp $
29
30 inherit eutils games
31
32 @@ -11,7 +11,7 @@
33
34 LICENSE="as-is"
35 SLOT="0"
36 -KEYWORDS="x86 ppc"
37 +KEYWORDS="~amd64 ppc x86"
38 IUSE=""
39
40 DEPEND="x11-libs/libXaw"
41 @@ -22,7 +22,8 @@
42 unpack ${A}
43 cd ${S}
44 epatch ${FILESDIR}/${PN}-EventHandler.patch \
45 - "${FILESDIR}/${P}"-gcc41.patch
46 + "${FILESDIR}/${P}"-gcc41.patch \
47 + "${FILESDIR}/${P}"-64bit-ptr.patch
48 sed -i -e "s:-Werror::" \
49 configure
50 }
51
52
53
54 1.10 games-puzzle/magiccube4d/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?rev=1.10&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?rev=1.10&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?r1=1.9&r2=1.10
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v
63 retrieving revision 1.9
64 retrieving revision 1.10
65 diff -u -r1.9 -r1.10
66 --- ChangeLog 22 Feb 2007 01:13:21 -0000 1.9
67 +++ ChangeLog 22 Oct 2007 20:30:05 -0000 1.10
68 @@ -1,6 +1,10 @@
69 # ChangeLog for games-puzzle/magiccube4d
70 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.9 2007/02/22 01:13:21 peper Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.10 2007/10/22 20:30:05 angelos Exp $
73 +
74 + 22 Oct 2007; Christoph Mende <angelos@g.o>
75 + +files/magiccube4d-2.2-64bit-ptr.patch, magiccube4d-2.2.ebuild:
76 + Fixed compilation on amd64 and ~amd64 added
77
78 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
79 Transition to Manifest2.
80
81
82
83 --
84 gentoo-commits@g.o mailing list