summaryrefslogtreecommitdiff
path: root/games-emulation/zinc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /games-emulation/zinc
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'games-emulation/zinc')
-rw-r--r--games-emulation/zinc/Manifest2
-rw-r--r--games-emulation/zinc/zinc-1.1-r1.ebuild19
2 files changed, 14 insertions, 7 deletions
diff --git a/games-emulation/zinc/Manifest b/games-emulation/zinc/Manifest
index abb9d51aa400..06b44e130693 100644
--- a/games-emulation/zinc/Manifest
+++ b/games-emulation/zinc/Manifest
@@ -1,3 +1,3 @@
DIST zinc11-lnx.tar.bz2 305824 BLAKE2B d0328f1cdb1000eed54259bdd7801244b61d8936af8b95d8658c66241bdaacd7292095b4b86465f7617807870f2485b4ed11a8c203be917afcce6279d9d5e19a SHA512 8511ebb867347adfc00448a74548b4a22a2d854a14c663a626d33738e89d2cabd3248837a26d5ed099ef4dc40a0f451df639663774926e797ddc846a7270af4b
-EBUILD zinc-1.1-r1.ebuild 720 BLAKE2B c2086d73effa22b485389aaabd826078b364a3bb6f161113c4ec1f0de4b149c34799da0f5b18a37e79aebf88fc7cc9950ea20ffc5dc321e171c8cd8f9949cc51 SHA512 19e5d82276e64769f857a85097435177bd50af5ef8da6bd90355f689ac58b2acd059922e8977d644c18b50d4065f04d93a844c3e593c249065c8f3819bf030c7
+EBUILD zinc-1.1-r1.ebuild 874 BLAKE2B 6b84ea0edbeda1ac01fea585da265e99367d0fe3c7a47019f24d1dc777794e82d1efa29237240ae30afea0569241518888bc23a4681fddb03200f1e45c79e814 SHA512 e2a57da1e5462cd3be1c844d2fc6ed9585a3217ba18a1de58ac448742ae00bac9a70bc365c55bc76e3e34864c5629db6f29f92a4317d55e726bbd71f572f4a78
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-emulation/zinc/zinc-1.1-r1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
index 69f75f4b58ff..3b6b67233a68 100644
--- a/games-emulation/zinc/zinc-1.1-r1.ebuild
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -1,29 +1,36 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="An x86 binary-only emulator for Sony ZN-1, ZN-2, and Namco System 11 arcades"
HOMEPAGE="http://caesar.logiqx.com/php/emulator.php?id=zinc_linux"
SRC_URI="http://caesar.logiqx.com/zips/emus/linux/zinc_linux/${P//[-.]/}-lnx.tar.bz2"
+S="${WORKDIR}/zinc"
LICENSE="freedist"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
RESTRICT="strip"
+
QA_PREBUILT="/opt/bin/zinc /usr/lib*/*.so"
+QA_EXECSTACK="
+ usr/lib*/libs11player.so
+ opt/bin/zinc
+"
RDEPEND="
+ x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
virtual/opengl[abi_x86_32(-)]
+ amd64? ( sys-libs/libstdc++-v3:5[multilib] )
+ x86? ( sys-libs/libstdc++-v3:5 )
"
-S="${WORKDIR}/zinc"
-
src_install() {
+ default
+
exeinto /opt/bin
doexe zinc
dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
- einstalldocs
}