Skip to content

Commit

Permalink
games-emulation/mastergear-bin: Version bump to 4.2, EAPI 6
Browse files Browse the repository at this point in the history
This is now for amd64 only rather than x86.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
chewi committed Mar 18, 2018
1 parent 79aa004 commit 2e81f1b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-emulation/mastergear-bin/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST MG20-Linux-80x86-bin.tar.Z 160293 BLAKE2B 5c93ac1536855cc9446888d85dc06a3cf4066d8db089affc123ee495b2c0886c341ff4063e7239275e928b0ba386191cc529f75996950e54e042c1f532d82e1b SHA512 378d12d0977d773bf3aab0a4f138ea13b8ceff4db198849b8447e35ff1c43f9a997d7ee9b3bd2515fa40d4e462ea4dde3c0c8ef52a3680c67ea88db98889b7b4
DIST MG42-Ubuntu-x86-bin.tgz 169020 BLAKE2B 8c554e1be2e01ea922a67de86d6d8eafdd7ee0f1f991ace095d36a7bd949371e0ad7dd22ee14ef2e8eed0da13b0aa5cbef45ae18316bd0661a5e450f3a9e5700 SHA512 25a88cc13c6baf336732f3ad77d2ab3c0c1097ed79b081f9f1b904477e2f362ba56e1797330dedad2df5d4fdb405ddc38ed76b19d53f4e4e74dbeded30d05b47
27 changes: 27 additions & 0 deletions games-emulation/mastergear-bin/mastergear-bin-4.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="SEGA Master System / Game Gear emulator"
HOMEPAGE="https://fms.komkon.org/MG/"
SRC_URI="https://fms.komkon.org/MG/MG${PV//\./}-Ubuntu-x86-bin.tgz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip"

RDEPEND=">=sys-libs/glibc-2.15
sys-libs/zlib
x11-libs/libX11
x11-libs/libXext
|| ( media-sound/pulseaudio media-sound/apulse )"

S="${WORKDIR}"

src_install() {
dobin mg
docinto html
dodoc MG.html
}

0 comments on commit 2e81f1b

Please sign in to comment.