Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/magiccube4d: magiccube4d-2.2.ebuild
Date: Wed, 12 Dec 2007 02:10:34
Message-Id: E1J2H3C-0002EH-JL@stork.gentoo.org
1 mr_bones_ 07/12/12 02:10:18
2
3 Modified: magiccube4d-2.2.ebuild
4 Log:
5 tidy
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.11 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.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?r1=1.10&r2=1.11
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.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- magiccube4d-2.2.ebuild 22 Oct 2007 20:30:05 -0000 1.10
22 +++ magiccube4d-2.2.ebuild 12 Dec 2007 02:10:17 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.10 2007/10/22 20:30:05 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.11 2007/12/12 02:10:17 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -20,12 +20,14 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37 epatch ${FILESDIR}/${PN}-EventHandler.patch \
38 "${FILESDIR}/${P}"-gcc41.patch \
39 "${FILESDIR}/${P}"-64bit-ptr.patch
40 - sed -i -e "s:-Werror::" \
41 - configure
42 + sed -i \
43 + -e "s:-Werror::" \
44 + configure \
45 + || die "sed failed"
46 }
47
48 src_compile() {
49
50
51
52 --
53 gentoo-commits@g.o mailing list