Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mastergear-bin/
Date: Tue, 01 Jun 2021 23:44:40
Message-Id: 1622589637.8a9e213773386e8bd7835e8686e5ac525646daaf.ionen@gentoo
1 commit: 8a9e213773386e8bd7835e8686e5ac525646daaf
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 12:00:28 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 23:20:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9e2137
7
8 games-emulation/mastergear-bin: add 4.9
9
10 Added the missing [sdk] on apulse, plus minor cleanups.
11
12 Closes: https://bugs.gentoo.org/782115
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-emulation/mastergear-bin/Manifest | 1 +
16 .../mastergear-bin/mastergear-bin-4.9.ebuild | 32 ++++++++++++++++++++++
17 2 files changed, 33 insertions(+)
18
19 diff --git a/games-emulation/mastergear-bin/Manifest b/games-emulation/mastergear-bin/Manifest
20 index ba8069d494d..4044d1ec38b 100644
21 --- a/games-emulation/mastergear-bin/Manifest
22 +++ b/games-emulation/mastergear-bin/Manifest
23 @@ -1 +1,2 @@
24 DIST MG47-Ubuntu-x86-bin.tgz 173067 BLAKE2B 2fe5b02f5f3e631e13018f3b6dc1174f00e81cc38696aed35bddbce30e22795184d71a837ce801d13a4bb100b85dfdcdd8ba213b2f447aa24d9962b1adecace5 SHA512 340038a161df1593f4ce8daa0ccf3a8cd562cf1d92d33926d3e2cf53eb6c7dd778d4c504b82f3b36394ea4beb28e7e51490e22e117dde5752a460988f0776914
25 +DIST MG49-Ubuntu-x86-bin.tgz 174277 BLAKE2B e3057f82b651bf0925512f18aa1f9da418e56af1e3d38cb2aaa884a68f080c86f6077154bfe80a3ce98219c0e651081eee2499af9e96cb727b9307c3bfe5a80d SHA512 b6c1a9d9c1b522ca0c5cd347de9c6ed1fa04992e13a80e687159f50396d5bf746ace8b066bcf9f09ead35d618acb39ff06ec4150467101b86215a403a656377f
26
27 diff --git a/games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild b/games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild
28 new file mode 100644
29 index 00000000000..80ee8bfc6bf
30 --- /dev/null
31 +++ b/games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild
32 @@ -0,0 +1,32 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="SEGA Master System / Game Gear emulator"
39 +HOMEPAGE="https://fms.komkon.org/MG/"
40 +SRC_URI="https://fms.komkon.org/MG/MG${PV/./}-Ubuntu-x86-bin.tgz"
41 +S="${WORKDIR}"
42 +
43 +LICENSE="all-rights-reserved"
44 +SLOT="0"
45 +KEYWORDS="-* ~amd64"
46 +RESTRICT="bindist mirror"
47 +
48 +RDEPEND="
49 + || (
50 + media-sound/pulseaudio
51 + media-sound/apulse[sdk]
52 + )
53 + sys-libs/zlib:=
54 + x11-libs/libX11
55 + x11-libs/libXext"
56 +
57 +QA_PREBUILT="usr/bin/mastergear"
58 +
59 +src_install() {
60 + newbin mg mastergear
61 +
62 + docinto html
63 + dodoc MG.html
64 +}