summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 11:21:39 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 13:25:26 +0200
commit366058c4e980bb792592ff044db799f6d65b185a (patch)
treec8a8b955dd505dfabb1a907586a2ff50a810a8c0 /games-emulation
parentgames-emulation/fbzx: Stop using games.eclass (diff)
downloadgentoo-366058c4e980bb792592ff044db799f6d65b185a.tar.gz
gentoo-366058c4e980bb792592ff044db799f6d65b185a.tar.bz2
gentoo-366058c4e980bb792592ff044db799f6d65b185a.zip
games-emulation/fbzx: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fbzx/fbzx-3.0.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/games-emulation/fbzx/fbzx-3.0.0.ebuild b/games-emulation/fbzx/fbzx-3.0.0.ebuild
deleted file mode 100644
index e019ce4a1456..000000000000
--- a/games-emulation/fbzx/fbzx-3.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Full Screen Sinclair Spectrum emulator"
-HOMEPAGE="https://github.com/rastersoft/fbzx"
-SRC_URI="https://github.com/rastersoft/fbzx/archive/3.0.0.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[video]
- media-sound/pulseaudio
- media-libs/alsa-lib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" src/llscreen.cpp || die
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
- dogamesbin src/fbzx
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r data/{keymap.bmp,spectrum-roms}
- dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS
- doicon data/fbzx.svg
- make_desktop_entry fbzx FBZX
- prepgamesdirs
-}