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/construo: construo-0.2.2.ebuild ChangeLog
Date: Thu, 01 May 2008 13:11:36
Message-Id: E1JrYZR-0001tH-FT@stork.gentoo.org
1 nyhm 08/05/01 13:11:33
2
3 Modified: construo-0.2.2.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.14 games-puzzle/construo/construo-0.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?r1=1.13&r2=1.14
14
15 Index: construo-0.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- construo-0.2.2.ebuild 26 Dec 2007 10:17:11 -0000 1.13
22 +++ construo-0.2.2.ebuild 1 May 2008 13:11:32 -0000 1.14
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/construo/construo-0.2.2.ebuild,v 1.13 2007/12/26 10:17:11 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.14 2008/05/01 13:11:32 nyhm Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="2d construction toy with objects that react on physical forces"
34 HOMEPAGE="http://www.nongnu.org/construo/"
35 @@ -15,18 +15,14 @@
36
37 RDEPEND="x11-libs/libSM
38 x11-libs/libXxf86vm
39 - sys-libs/zlib"
40 -DEPEND="${RDEPEND}
41 - x11-proto/xf86vidmodeproto
42 x11-libs/libXt"
43 +DEPEND="${RDEPEND}
44 + x11-proto/xf86vidmodeproto"
45
46 src_unpack() {
47 unpack ${A}
48 cd "${S}"
49 - sed -i \
50 - -e 's:<math.h>:<cmath>:g' vector.cxx \
51 - || die "sed failed"
52 -
53 + epatch "${FILESDIR}"/${P}-gcc43.patch
54 }
55
56 src_compile() {
57 @@ -35,10 +31,10 @@
58 }
59
60 src_install() {
61 - make \
62 + emake \
63 DESTDIR="${D}" \
64 bindir="${GAMES_BINDIR}" install \
65 - || die "make install failed"
66 + || die "emake install failed"
67 dodoc AUTHORS NEWS README TODO
68 prepgamesdirs
69 }
70
71
72
73 1.13 games-puzzle/construo/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.13&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.13&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?r1=1.12&r2=1.13
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v
82 retrieving revision 1.12
83 retrieving revision 1.13
84 diff -u -r1.12 -r1.13
85 --- ChangeLog 26 Dec 2007 10:17:11 -0000 1.12
86 +++ ChangeLog 1 May 2008 13:11:32 -0000 1.13
87 @@ -1,6 +1,10 @@
88 # ChangeLog for games-puzzle/construo
89 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.12 2007/12/26 10:17:11 drac Exp $
91 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.13 2008/05/01 13:11:32 nyhm Exp $
93 +
94 + 01 May 2008; Tristan Heaven <nyhm@g.o>
95 + +files/construo-0.2.2-gcc43.patch, construo-0.2.2.ebuild:
96 + Fix building with gcc-4.3
97
98 26 Dec 2007; Samuli Suominen <drac@g.o> construo-0.2.2.ebuild:
99 amd64 stable wrt #201403
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list