diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 10:18:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 10:19:09 +0000 |
commit | d8bc4c4209e8206aebe5e1ef2e7dad72dd863384 (patch) | |
tree | e0fa8ca49dd9ebb8b2e1fb9837740530746b88ae /games-emulation/mekanix | |
parent | games-engines/scummvm-tools: eutils--, flag-o-matic-- (diff) | |
download | gentoo-d8bc4c4209e8206aebe5e1ef2e7dad72dd863384.tar.gz gentoo-d8bc4c4209e8206aebe5e1ef2e7dad72dd863384.tar.bz2 gentoo-d8bc4c4209e8206aebe5e1ef2e7dad72dd863384.zip |
games-emulation/mekanix: port to EAPI 7, eutils--, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/mekanix')
-rw-r--r-- | games-emulation/mekanix/mekanix-070-r1.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild b/games-emulation/mekanix/mekanix-070-r1.ebuild index 8148de4cd3aa..3b20dcd33cea 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" |