* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mekanix/
@ 2017-09-05 18:32 Austin English
0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2017-09-05 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 31c09bb4c06a4a8fa57038d6059821579af61880
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 18:02:51 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 18:32:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c09bb4
games-emulation/mekanix: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-emulation/mekanix/mekanix-070-r1.ebuild | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild b/games-emulation/mekanix/mekanix-070-r1.ebuild
new file mode 100644
index 00000000000..ee7f2d85c12
--- /dev/null
+++ b/games-emulation/mekanix/mekanix-070-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+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}
+
+# file verfies that it's an elf, not win32, binary:
+QA_PREBUILT="opt/${PN}/meka.exe"
+
+src_install() {
+ local dir="/opt/${PN}"
+
+ insinto "${dir}"
+ doins * || die "doins failed"
+ fperms a+x "${dir}/meka.exe"
+ make_wrapper mekanix ./meka.exe "${dir}"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mekanix/
@ 2021-04-04 10:19 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-04 10:19 UTC (permalink / raw
To: gentoo-commits
commit: d8bc4c4209e8206aebe5e1ef2e7dad72dd863384
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 10:18:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 10:19:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bc4c42
games-emulation/mekanix: port to EAPI 7, eutils--, wrapper++
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/mekanix/mekanix-070-r1.ebuild | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild b/games-emulation/mekanix/mekanix-070-r1.ebuild
index 8148de4cd3a..3b20dcd33ce 100644
--- a/games-emulation/mekanix/mekanix-070-r1.ebuild
+++ b/games-emulation/mekanix/mekanix-070-r1.ebuild
@@ -1,24 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils
+inherit wrapper
DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator"
HOMEPAGE="https://www.smspower.org/meka/"
SRC_URI="https://www.smspower.org/meka/releases/${PN}${PV}.tgz"
+S="${WORKDIR}"/${PN}
LICENSE="mekanix"
SLOT="0"
KEYWORDS="~x86"
RESTRICT="strip"
-IUSE=""
-RDEPEND="media-libs/libpng
- x11-libs/libXpm"
-
-S=${WORKDIR}/${PN}
+RDEPEND="
+ media-libs/libpng
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libX11
+ sys-libs/zlib
+"
# file verfies that it's an elf, not win32, binary:
QA_PREBUILT="opt/${PN}/meka.exe"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-04 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 10:19 [gentoo-commits] repo/gentoo:master commit in: games-emulation/mekanix/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-09-05 18:32 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox