games-emulation/mekanix: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:18 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:39:56 +0000 (02:39 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-emulation/mekanix/mekanix-070.ebuild [deleted file]

diff --git a/games-emulation/mekanix/mekanix-070.ebuild b/games-emulation/mekanix/mekanix-070.ebuild
deleted file mode 100644 (file)
index 9a23b55..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit games
-
-DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator"
-HOMEPAGE="http://www.smspower.org/meka/"
-SRC_URI="http://www.smspower.org/meka/releases/${PN}${PV}.tgz"
-
-LICENSE="mekanix"
-SLOT="0"
-KEYWORDS="~x86"
-RESTRICT="strip"
-IUSE=""
-
-RDEPEND="media-libs/libpng
-       x11-libs/libXpm"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-       local dir="${GAMES_PREFIX_OPT}/${PN}"
-
-       insinto "${dir}"
-       doins * || die "doins failed"
-       fperms a+x "${dir}/meka.exe"
-       games_make_wrapper mekanix ./meka.exe "${dir}"
-       prepgamesdirs
-}