Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
Date: Sun, 29 Apr 2018 13:07:11
Message-Id: 1525007199.22a37cf4465db28e12c1fc3cbb71bc8cc64e9495.pacho@gentoo
1 commit: 22a37cf4465db28e12c1fc3cbb71bc8cc64e9495
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:26:59 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 13:06:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a37cf4
7
8 games-emulation/zinc: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/zinc/zinc-1.1.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1.ebuild
16 deleted file mode 100644
17 index 420a09388ff..00000000000
18 --- a/games-emulation/zinc/zinc-1.1.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit games
26 -
27 -DESCRIPTION="An x86 binary-only emulator for Sony ZN-1, ZN-2, and Namco System 11 arcades"
28 -HOMEPAGE="http://caesar.logiqx.com/php/emulator.php?id=zinc_linux"
29 -SRC_URI="http://caesar.logiqx.com/zips/emus/linux/zinc_linux/${P//[-.]/}-lnx.tar.bz2"
30 -
31 -LICENSE="freedist"
32 -SLOT="0"
33 -KEYWORDS="-* ~amd64 ~x86"
34 -IUSE=""
35 -RESTRICT="strip"
36 -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so"
37 -
38 -RDEPEND="
39 - x11-libs/libXext[abi_x86_32(-)]
40 - virtual/opengl[abi_x86_32(-)]"
41 -
42 -S=${WORKDIR}/zinc
43 -
44 -src_install() {
45 - exeinto "${GAMES_PREFIX_OPT}"/bin
46 - doexe zinc
47 - dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
48 - dodoc readme.txt
49 - prepgamesdirs
50 -}