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/gfceux: metadata.xml ChangeLog gfceux-2.1.1.ebuild
Date: Tue, 29 Sep 2009 05:16:37
Message-Id: E1MsV4l-0001k3-9c@stork.gentoo.org
1 mr_bones_ 09/09/29 05:16:35
2
3 Added: metadata.xml ChangeLog gfceux-2.1.1.ebuild
4 Log:
5 initial commit
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-emulation/gfceux/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>games</herd>
20 </pkgmetadata>
21
22
23
24 1.1 games-emulation/gfceux/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for games-emulation/gfceux
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/ChangeLog,v 1.1 2009/09/29 05:16:34 mr_bones_ Exp $
34
35 *gfceux-2.1.1 (29 Sep 2009)
36
37 29 Sep 2009; Michael Sterrett <mr_bones_@g.o> +gfceux-2.1.1.ebuild,
38 +files/gfceux-2.1.1-gentoo.patch, +metadata.xml:
39 intial commit
40
41
42
43
44 1.1 games-emulation/gfceux/gfceux-2.1.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gfceux-2.1.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceux/gfceux-2.1.1.ebuild,v 1.1 2009/09/29 05:16:34 mr_bones_ Exp $
54
55 EAPI=2
56 inherit eutils distutils games
57
58 DESCRIPTION="A graphical frontend for the FCEUX emulator"
59 HOMEPAGE="http://fceux.com"
60 SRC_URI="mirror://sourceforge/fceultra/fceux-${PV}.src.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=">=dev-lang/python-2.5
68 dev-python/pygtk"
69 RDEPEND="${DEPEND}
70 games-emulation/fceux"
71
72 S=${WORKDIR}/${PN}
73
74 src_prepare() {
75 distutils_src_prepare
76 epatch "${FILESDIR}"/${P}-gentoo.patch
77 }
78
79 src_compile() {
80 python_version
81 distutils_src_compile
82 }
83
84 src_install() {
85 distutils_src_install \
86 --install-scripts="${GAMES_BINDIR}"
87 prepgamesdirs
88 }
89
90 pkg_postinst() {
91 games_pkg_postinst
92 distutils_pkg_postinst
93 }