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-strategy/glob2: glob2-0.9.3.ebuild
Date: Mon, 05 May 2008 20:16:26
Message-Id: E1Jt76i-00078B-QU@stork.gentoo.org
1 mr_bones_ 08/05/05 20:16:20
2
3 Modified: glob2-0.9.3.ebuild
4 Log:
5 add gcc 4.3 patch from drac (bug #220373)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 games-strategy/glob2/glob2-0.9.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?r1=1.3&r2=1.4
14
15 Index: glob2-0.9.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- glob2-0.9.3.ebuild 1 May 2008 18:49:08 -0000 1.3
22 +++ glob2-0.9.3.ebuild 5 May 2008 20:16:20 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.3 2008/05/01 18:49:08 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.4 2008/05/05 20:16:20 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -25,6 +25,12 @@
32 DEPEND="${RDEPEND}
33 >=dev-util/scons-0.97"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 + epatch "${FILESDIR}/${P}-gcc43.patch"
39 +}
40 +
41 src_compile() {
42 scons \
43 CXXFLAGS="${CXXFLAGS}" \
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list