diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-01 22:10:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-01 22:10:50 +0000 |
commit | 6ccd7562c0c3e99150a2221b5911e733760e6f52 (patch) | |
tree | 522e51bfa92689b92edf3f5ec4dedbdc3b9bde6b /games-emulation/zinc | |
parent | version bump (diff) | |
download | gentoo-2-6ccd7562c0c3e99150a2221b5911e733760e6f52.tar.gz gentoo-2-6ccd7562c0c3e99150a2221b5911e733760e6f52.tar.bz2 gentoo-2-6ccd7562c0c3e99150a2221b5911e733760e6f52.zip |
EAPI=5; update HOMEPAGE/SRC_URI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/zinc')
-rw-r--r-- | games-emulation/zinc/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/zinc/zinc-1.1.ebuild | 15 |
2 files changed, 13 insertions, 9 deletions
diff --git a/games-emulation/zinc/ChangeLog b/games-emulation/zinc/ChangeLog index 06f9eda40b34..87bb83a94f7d 100644 --- a/games-emulation/zinc/ChangeLog +++ b/games-emulation/zinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zinc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.11 2013/04/14 07:03:39 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.12 2014/08/01 22:10:50 mr_bones_ Exp $ + + 01 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> zinc-1.1.ebuild: + EAPI=5; update HOMEPAGE/SRC_URI 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> zinc-1.1.ebuild: Fix LICENSE, see readme.txt file: "This emulator may be freely distributed diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1.ebuild index 573a93957f56..1bbb1128780d 100644 --- a/games-emulation/zinc/zinc-1.1.ebuild +++ b/games-emulation/zinc/zinc-1.1.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.7 2013/04/14 07:03:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.8 2014/08/01 22:10:50 mr_bones_ Exp $ +EAPI=5 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" +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" LICENSE="freedist" SLOT="0" KEYWORDS="-* ~amd64 x86" IUSE="" RESTRICT="strip" -QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/bin/zinc" +QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so" -DEPEND="x11-libs/libXext +RDEPEND="x11-libs/libXext virtual/opengl amd64? ( app-emulation/emul-linux-x86-xlibs )" @@ -23,7 +24,7 @@ S=${WORKDIR}/zinc src_install() { exeinto "${GAMES_PREFIX_OPT}"/bin - doexe zinc || die "doexe failed" + doexe zinc dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so dodoc readme.txt prepgamesdirs |