summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:17 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:39:38 +0100
commit651742c93730346ad08989817149a1bbcc6bb37a (patch)
treef3942ed2954553567ce9975e495e7bc8906ca25c /games-emulation
parentgames-emulation/emutos: Remove old (diff)
downloadgentoo-651742c93730346ad08989817149a1bbcc6bb37a.tar.gz
gentoo-651742c93730346ad08989817149a1bbcc6bb37a.tar.bz2
gentoo-651742c93730346ad08989817149a1bbcc6bb37a.zip
games-emulation/fbzx: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/fbzx/Manifest1
-rw-r--r--games-emulation/fbzx/fbzx-2.10.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/games-emulation/fbzx/Manifest b/games-emulation/fbzx/Manifest
index 842572bf3bfb..69f2780553a8 100644
--- a/games-emulation/fbzx/Manifest
+++ b/games-emulation/fbzx/Manifest
@@ -1,2 +1 @@
-DIST fbzx-2.10.0.tar.bz2 326352 BLAKE2B ef5bfc7a3a46e7d989a4a859a5443751fea25102ad56e5bcb0e800758f15da54541e429dfe5a4ebf3cd4d29b87a2b6c1273f9484cf6c4c2e6c59c28fbae2fa7e SHA512 b96ae4029e4ef73d15c851a54c8e057131ba6e0acf03820222aa4d4bc91e8ad497556cce41c5faef230939f1c88423e09e435f9ce91c0e0f183f6eac7843bb36
DIST fbzx-3.0.0.tar.gz 435239 BLAKE2B 5105995a7972c7310628c0e4d3af7f1a749192bc24ac312e493d8821edf5ec329a65eedcbfa6c8479a4f4d134ca730acef7ee27ef2f89253f2e179c7cf8c2bf1 SHA512 cf2a01a1dde62da03c1f04e91f226859ae4cf06d099597dc1a1554c4ff9782dd287f9d924083829eee40cf0450c053d818f963f68381f9e16e0e61ca1f3d3083
diff --git a/games-emulation/fbzx/fbzx-2.10.0.ebuild b/games-emulation/fbzx/fbzx-2.10.0.ebuild
deleted file mode 100644
index d71e87f831a3..000000000000
--- a/games-emulation/fbzx/fbzx-2.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 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="http://www.rastersoft.com/fbzx.html"
-SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"
-
-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" emulator.c || die
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-keyboard.patch
-}
-
-src_install() {
- dogamesbin fbzx
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r keymap.bmp spectrum-roms
- dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS
- doicon fbzx.svg
- make_desktop_entry fbzx FBZX
- prepgamesdirs
-}