Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/zinc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.10 2007/02/12 17:35:51 blubb Exp $
12 Feb 2007; Simon Stelling
fix deps for amd64
12 Feb 2007; Simon Stelling
marked ~amd64; bug 129803
01 Dec 2006; Chris Gianelloni
Removing old virtual/x11 dependency.
23 Aug 2006; Michael Sterrett
take care of the QA notices; use GAMES_PREFIX_OPT
11 Feb 2006; Joshua Baergen
zinc-1.1.ebuild:
Added modular X deps (bug #122315, Tupone Alfredo).
*zinc-1.1 (28 Jan 2005)
28 Jan 2005; Michael Sterrett
version bump (bug #79677)
01 Jul 2004; Jeremy Huddleston
virtual/glibc -> virtual/libc
06 Dec 2002; Rodney Rees
*zinc-0.9 (9 Jul 2002)
16 Oct 2002; Mike Frysinger
removed src_unpack check for ARCH since we have KEYWORDS now
updated the DEPEND variable
06 Aug 2002; Mark Guertin
Added -ppc -sparc -sparc64 to keywords
9 Jul 2002; Ryan Phillips
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST zinc11-lnx.tar.bz2 305824 RMD160 38a545e8fe6de8059b2f047eceaeb8f393f64112 SHA1 e93f92aa6313aea52ecde93f0dc242a7d50abcb0 SHA256 70a4b15130fe84cdcd166cd0964d11741513bef9236fde782bbe8edeff7e4776
EBUILD zinc-1.1.ebuild 861 RMD160 d3768dda65fe9f8e15c07fbc97b9d93c8d6782d2 SHA1 022b7f5503dced23f6dccbaa89e9eeea9e16a520 SHA256 c34f9992a504128e1e080df63ac67d3ab371985a3bcb04b766fd6f7112487569
MISC ChangeLog 1793 RMD160 dd68b72c7cbad2aeec9219096ec42b1859e58bf5 SHA1 7244694a9b5910231b1c50f0e81babeabdb23c54 SHA256 55b2f2b43438923c761ee19f8dda8617c2b0576b45fbf3d50ff90a485dcb1a3b
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.6 2007/02/12 17:35:51 blubb Exp $
inherit games
DESCRIPTION="An x86 binary-only emulator for the Sony ZN-1, ZN-2, and Namco System 11 arcade systems"
HOMEPAGE="http://www.emuhype.com/"
SRC_URI="http://www.emuhype.com/files/${P//[-.]/}-lnx.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 x86"
IUSE=""
RESTRICT="strip"
QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/bin/zinc"
DEPEND="x11-libs/libXext
virtual/opengl
amd64? ( app-emulation/emul-linux-x86-xlibs )"
S=${WORKDIR}/zinc
src_install() {
exeinto "${GAMES_PREFIX_OPT}"/bin
doexe zinc || die "doexe failed"
dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
dodoc readme.txt
prepgamesdirs
}