commit:     61c008e129b40626f11ce8eee1374991cfdff907
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 17:04:20 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 17:07:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c008e1

games-emulation/fceux: Drop 2.2.3 (r0), EAPI5--

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-emulation/fceux/fceux-2.2.3.ebuild | 51 --------------------------------
 1 file changed, 51 deletions(-)

diff --git a/games-emulation/fceux/fceux-2.2.3.ebuild 
b/games-emulation/fceux/fceux-2.2.3.ebuild
deleted file mode 100644
index 93ccbe28693..00000000000
--- a/games-emulation/fceux/fceux-2.2.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit desktop epatch scons-utils
-
-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 logo +lua +opengl"
-
-RDEPEND="
-       lua? ( dev-lang/lua:0 )
-       media-libs/libsdl[opengl?,video]
-       logo? ( media-libs/gd[png] )
-       opengl? ( virtual/opengl )
-       gtk? ( x11-libs/gtk+:3 )
-       sys-libs/zlib[minizip]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-2.2.2-warnings.patch
-}
-
-src_compile() {
-       escons \
-               GTK=0 \
-               CREATE_AVI=1 \
-               SYSTEM_LUA=1 \
-               SYSTEM_MINIZIP=1 \
-               $(use_scons gtk GTK3) \
-               $(use_scons logo LOGO) \
-               $(use_scons opengl OPENGL) \
-               $(use_scons lua LUA)
-}
-
-src_install() {
-       dobin 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
-}

Reply via email to