summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-02-15 19:41:13 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-02-15 20:37:28 -0500
commit47ff8e4f563be17c845c505ef49217dee18a644e (patch)
tree3af69269c19140defc40df4fbd999979d52f32dd /games-emulation
parentgames-board/ccgo: clean old (diff)
downloadgentoo-47ff8e4f563be17c845c505ef49217dee18a644e.tar.gz
gentoo-47ff8e4f563be17c845c505ef49217dee18a644e.tar.bz2
gentoo-47ff8e4f563be17c845c505ef49217dee18a644e.zip
games-emulation/fceux: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fceux/fceux-2.2.2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/games-emulation/fceux/fceux-2.2.2.ebuild b/games-emulation/fceux/fceux-2.2.2.ebuild
deleted file mode 100644
index 0a3cbb5cd715..000000000000
--- a/games-emulation/fceux/fceux-2.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils scons-utils games
-
-DESCRIPTION="A portable Famicom/NES emulator, an evolution of the original FCE Ultra"
-HOMEPAGE="http://fceux.com/"
-SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk +lua +opengl"
-
-DEPEND="lua? ( dev-lang/lua:0 )
- media-libs/libsdl[opengl?,video]
- opengl? ( virtual/opengl )
- gtk? ( x11-libs/gtk+:3 )
- sys-libs/zlib[minizip]"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-warnings.patch
-}
-
-src_compile() {
- escons \
- GTK=0 \
- CREATE_AVI=1 \
- SYSTEM_LUA=1 \
- SYSTEM_MINIZIP=1 \
- $(use_scons gtk GTK3) \
- $(use_scons opengl OPENGL) \
- $(use_scons lua LUA)
-}
-
-src_install() {
- dogamesbin bin/fceux
-
- doman documentation/fceux.6
- docompress -x /usr/share/doc/${PF}/documentation /usr/share/doc/${PF}/fceux.chm
- dodoc -r Authors changelog.txt TODO-SDL bin/fceux.chm documentation
- rm -f "${D}/usr/share/doc/${PF}/documentation/fceux.6"
- make_desktop_entry fceux FCEUX
- doicon fceux.png
- prepgamesdirs
-}