summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:18 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:39:56 +0100
commit071f0d0f6c4e2a0489f23982bf3e707118fa2156 (patch)
tree39a7b216ca88e0776f4a1cf4a032e1597b5bc392 /games-emulation
parentgames-emulation/mednafen: Remove old (diff)
downloadgentoo-071f0d0f6c4e2a0489f23982bf3e707118fa2156.tar.gz
gentoo-071f0d0f6c4e2a0489f23982bf3e707118fa2156.tar.bz2
gentoo-071f0d0f6c4e2a0489f23982bf3e707118fa2156.zip
games-emulation/mekanix: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mekanix/mekanix-070.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-emulation/mekanix/mekanix-070.ebuild b/games-emulation/mekanix/mekanix-070.ebuild
deleted file mode 100644
index 9a23b55bc54e..000000000000
--- a/games-emulation/mekanix/mekanix-070.ebuild
+++ /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
-}