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-board/blokish: blokish-0.9.4-r1.ebuild
Date: Sun, 25 Jan 2009 22:59:18
Message-Id: E1LRDwh-0007mS-1M@stork.gentoo.org
1 mr_bones_ 09/01/25 22:59:15
2
3 Modified: blokish-0.9.4-r1.ebuild
4 Log:
5 use src_prepare
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.5 games-board/blokish/blokish-0.9.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: blokish-0.9.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- blokish-0.9.4-r1.ebuild 4 Jan 2009 19:33:23 -0000 1.4
22 +++ blokish-0.9.4-r1.ebuild 25 Jan 2009 22:59:14 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.4 2009/01/04 19:33:23 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.5 2009/01/25 22:59:14 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils wxwidgets games
31 @@ -25,9 +25,7 @@
32 games_pkg_setup
33 }
34
35 -src_unpack() {
36 - unpack ${A}
37 - cd "${S}"
38 +src_prepare() {
39 epatch "${FILESDIR}"/${P}-gcc43.patch
40 sed -i \
41 -e "s:wx-config:${WX_CONFIG}:" \