mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-19 07:53:34 +02:00
Added new fs-uae version, fs-uae launcher and last snapshot of portage tvtime
This commit is contained in:
33
app-emulation/fs-uae-launcher/fs-uae-launcher-2.2.0.ebuild
Normal file
33
app-emulation/fs-uae-launcher/fs-uae-launcher-2.2.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit eutils distutils
|
||||
|
||||
MY_P="fs-uae-${PV}"
|
||||
|
||||
DESCRIPTION="WxPython launcher for FS-UAE"
|
||||
HOMEPAGE="http://fengestad.no/fs-uae/"
|
||||
SRC_URI="http://fengestad.no/fs-uae/stable/${PV}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/wxpython
|
||||
dev-python/pygame"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}/launcher"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
make_desktop_entry ${PN} "FS-UAE Launcher" fs-uae
|
||||
}
|
||||
Reference in New Issue
Block a user