Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200553 - games-emulation/gfceu-0.6.0 (new ebuild)
Summary: games-emulation/gfceu-0.6.0 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-11-27 21:11 UTC by Michael de la Fuente
Modified: 2007-11-29 20:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for games-emulation/gfceu-0.6.0.ebuild (gfceu-0.6.0.ebuild,618 bytes, text/plain)
2007-11-27 21:13 UTC, Michael de la Fuente
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael de la Fuente 2007-11-27 21:11:37 UTC
This is an ebuild for games-emulation/gfceu-0.6.0 - a gtk frontend for games-emulation/fceultra.  This is my first ebuild.  I followed the gentoo-wiki and official Gentoo ebuild guide as well as looking at net-p2p/bittorrent's latest ebuild (since they are both python apps with a setup.py script.) I was unsure of what to put for keywords, so I only placed ~x86 since x86 is my platform.  Also, in neither the source nor on the author's page is the license specified, so I just put GPL-2 so it would pass the ebuild digest.  DEPEND and USE were set using information in the source's INSTALL notes.

Reproducible: Always

Actual Results:  
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils eutils

DESCRIPTION="gtk2 frontend to fceultra"
HOMEPAGE="http://dietschnitzel.com/gfceu/"
SRC_URI="http://dietschnitzel.com/gfceu/gfceu-0.6.0.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="gnome-vfs"

RDEPEND=">=dev-lang/python-2.4
	>=dev-python/pygtk-2.8
	>=x11-libs/gtk+-2.8
	games-emulation/fceultra
	gnome-vfs? ( >=gnome-base/gnome-vfs-2.14.1 )"
DEPEND="${RDEPEND}
	app-arch/gzip"

src_unpack() {
	unpack ${A}
	cd "${S}"
}

src_install() {
	distutils_src_install
}
Comment 1 Michael de la Fuente 2007-11-27 21:13:14 UTC
Created attachment 137158 [details]
ebuild for games-emulation/gfceu-0.6.0.ebuild
Comment 2 Tupone Alfredo gentoo-dev 2007-11-29 20:02:58 UTC
gfceu is now in portage. Thanks for report.