games-emulation/mastergear-bin: Drop old unfetchable 2.0

Closes: https://bugs.gentoo.org/640544
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
James Le Cuirot
2018-03-18 12:14:37 +00:00
parent 2e81f1b6f9
commit 96a5da1dbb
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST MG20-Linux-80x86-bin.tar.Z 160293 BLAKE2B 5c93ac1536855cc9446888d85dc06a3cf4066d8db089affc123ee495b2c0886c341ff4063e7239275e928b0ba386191cc529f75996950e54e042c1f532d82e1b SHA512 378d12d0977d773bf3aab0a4f138ea13b8ceff4db198849b8447e35ff1c43f9a997d7ee9b3bd2515fa40d4e462ea4dde3c0c8ef52a3680c67ea88db98889b7b4
DIST MG42-Ubuntu-x86-bin.tgz 169020 BLAKE2B 8c554e1be2e01ea922a67de86d6d8eafdd7ee0f1f991ace095d36a7bd949371e0ad7dd22ee14ef2e8eed0da13b0aa5cbef45ae18316bd0661a5e450f3a9e5700 SHA512 25a88cc13c6baf336732f3ad77d2ab3c0c1097ed79b081f9f1b904477e2f362ba56e1797330dedad2df5d4fdb405ddc38ed76b19d53f4e4e74dbeded30d05b47

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit games
DESCRIPTION="SEGA Master System / Game Gear emulator"
HOMEPAGE="http://fms.komkon.org/MG/"
SRC_URI="http://fms.komkon.org/MG/MG${PV/\./}-Linux-80x86-bin.tar.Z"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="mirror bindist strip"
RDEPEND="x11-libs/libXext
sys-libs/zlib"
S=${WORKDIR}
src_install() {
dogamesbin mg
insinto /usr/share/doc/${PF}
doins CART.ROM SF7000.ROM
dohtml MG.html
prepgamesdirs
}