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"
