Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 200553
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael de la Fuente <m_delafuente@yahoo.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gfceu-0.6.0.ebuild ebuild for games-emulation/gfceu-0.6.0.ebuild text/plain Michael de la Fuente 2007-11-27 21:13 0000 618 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 200553 depends on: Show dependency tree
Bug 200553 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-11-27 21:11 0000
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 From Michael de la Fuente 2007-11-27 21:13:14 0000 -------
Created an attachment (id=137158) [details]
ebuild for games-emulation/gfceu-0.6.0.ebuild

------- Comment #2 From Tupone Alfredo 2007-11-29 20:02:58 0000 -------
gfceu is now in portage. Thanks for report.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug