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-emulation/gfceu: gfceu-0.6.0-r1.ebuild
Date: Tue, 29 Sep 2009 05:50:05
Message-Id: E1MsVb9-0007CA-Kv@stork.gentoo.org
1 mr_bones_ 09/09/29 05:50:03
2
3 Modified: gfceu-0.6.0-r1.ebuild
4 Log:
5 EAPI=2
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-emulation/gfceu/gfceu-0.6.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: gfceu-0.6.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gfceu-0.6.0-r1.ebuild 21 Apr 2008 10:23:50 -0000 1.1
22 +++ gfceu-0.6.0-r1.ebuild 29 Sep 2009 05:50:03 -0000 1.2
23 @@ -1,7 +1,8 @@
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-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v 1.1 2008/04/21 10:23:50 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v 1.2 2009/09/29 05:50:03 mr_bones_ Exp $
28
29 +EAPI=2
30 inherit eutils games
31
32 DESCRIPTION="GTK frontend for the FCE Ultra NES emulator"
33 @@ -13,13 +14,11 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -DEPEND="games-emulation/fceultra
38 +RDEPEND="games-emulation/fceultra
39 >=dev-python/pygtk-2.6
40 dev-python/gnome-python"
41
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 +src_prepare() {
46 epatch "${FILESDIR}"/${P}-gentoo.patch
47 sed -i \
48 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \