summaryrefslogtreecommitdiff
path: root/games-emulation/zinc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /games-emulation/zinc
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'games-emulation/zinc')
-rw-r--r--games-emulation/zinc/Manifest2
-rw-r--r--games-emulation/zinc/zinc-1.1-r1.ebuild (renamed from games-emulation/zinc/zinc-1.1.ebuild)17
2 files changed, 9 insertions, 10 deletions
diff --git a/games-emulation/zinc/Manifest b/games-emulation/zinc/Manifest
index c67a5c6a0e95..abb9d51aa400 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.ebuild 784 BLAKE2B 4d66df0549dd96c3cb0953a79fe6515890aa137ee006d2cadddf719504ef3109d515f7b7a81452e8ae580c395bc88ad185185573e2730d1440dd3e0b39178e62 SHA512 be4b89586cf84d47e405cb16826065eb8b568f9e0cd2cfdc8bcbf9e4a223cccd3ce31b26f532f874a559ccbe8fa376ea95e8c1376030bb94eb7458b788a3f50c
+EBUILD zinc-1.1-r1.ebuild 720 BLAKE2B c2086d73effa22b485389aaabd826078b364a3bb6f161113c4ec1f0de4b149c34799da0f5b18a37e79aebf88fc7cc9950ea20ffc5dc321e171c8cd8f9949cc51 SHA512 19e5d82276e64769f857a85097435177bd50af5ef8da6bd90355f689ac58b2acd059922e8977d644c18b50d4065f04d93a844c3e593c249065c8f3819bf030c7
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
index 420a09388ff7..69f75f4b58ff 100644
--- a/games-emulation/zinc/zinc-1.1.ebuild
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit games
+EAPI=6
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"
@@ -13,18 +12,18 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so"
+QA_PREBUILT="/opt/bin/zinc /usr/lib*/*.so"
RDEPEND="
x11-libs/libXext[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
+ virtual/opengl[abi_x86_32(-)]
+"
-S=${WORKDIR}/zinc
+S="${WORKDIR}/zinc"
src_install() {
- exeinto "${GAMES_PREFIX_OPT}"/bin
+ exeinto /opt/bin
doexe zinc
dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
- dodoc readme.txt
- prepgamesdirs
+ einstalldocs
}