public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
@ 2018-04-29 13:06 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-29 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     76ff05cfc4ef5c014a46c55ad9c803acacce72f9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 12:26:49 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ff05cf

games-emulation/zinc: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/zinc/zinc-1.1-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/games-emulation/zinc/zinc-1.1-r1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
new file mode 100644
index 00000000000..69f75f4b58f
--- /dev/null
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+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_PREBUILT="/opt/bin/zinc /usr/lib*/*.so"
+
+RDEPEND="
+	x11-libs/libXext[abi_x86_32(-)]
+	virtual/opengl[abi_x86_32(-)]
+"
+
+S="${WORKDIR}/zinc"
+
+src_install() {
+	exeinto /opt/bin
+	doexe zinc
+	dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
@ 2018-04-29 13:06 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-29 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     22a37cf4465db28e12c1fc3cbb71bc8cc64e9495
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 12:26:59 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a37cf4

games-emulation/zinc: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/zinc/zinc-1.1.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1.ebuild
deleted file mode 100644
index 420a09388ff..00000000000
--- a/games-emulation/zinc/zinc-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-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"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so"
-
-RDEPEND="
-	x11-libs/libXext[abi_x86_32(-)]
-	virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}/zinc
-
-src_install() {
-	exeinto "${GAMES_PREFIX_OPT}"/bin
-	doexe zinc
-	dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
-	dodoc readme.txt
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
@ 2021-04-10 13:31 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-10 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     016e5f1211fdc9956fac4eca30c23f96d3573ca2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 13:11:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 13:30:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016e5f12

games-emulation/zinc: update EAPI 6 -> 7, add missing libstdc++ compat dep

Closes: https://bugs.gentoo.org/739192
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/zinc/zinc-1.1-r1.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/games-emulation/zinc/zinc-1.1-r1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
index 69f75f4b58f..8bf3b3d76e4 100644
--- a/games-emulation/zinc/zinc-1.1-r1.ebuild
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -1,29 +1,31 @@
-# 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"
 
 RDEPEND="
+	sys-libs/libstdc++-v3[abi_x86_32(-)]
+	x11-libs/libX11[abi_x86_32(-)]
 	x11-libs/libXext[abi_x86_32(-)]
 	virtual/opengl[abi_x86_32(-)]
 "
 
-S="${WORKDIR}/zinc"
-
 src_install() {
+	default
+
 	exeinto /opt/bin
 	doexe zinc
 	dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
-	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
@ 2021-04-10 13:31 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-10 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b6aa0dae26785418793cd68acce5d192e8ef1e64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 13:16:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 13:30:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6aa0dae

games-emulation/zinc: port to EAPI 7, missing deps, silence QA warning

Closes: https://bugs.gentoo.org/739198
Closes: https://bugs.gentoo.org/739192
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/zinc/zinc-1.1-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/games-emulation/zinc/zinc-1.1-r1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
index 8bf3b3d76e4..3b6b67233a6 100644
--- a/games-emulation/zinc/zinc-1.1-r1.ebuild
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -14,12 +14,17 @@ KEYWORDS="-* ~amd64 ~x86"
 RESTRICT="strip"
 
 QA_PREBUILT="/opt/bin/zinc /usr/lib*/*.so"
+QA_EXECSTACK="
+	usr/lib*/libs11player.so
+	opt/bin/zinc
+"
 
 RDEPEND="
-	sys-libs/libstdc++-v3[abi_x86_32(-)]
 	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 )
 "
 
 src_install() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/
@ 2022-10-08 17:59 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-10-08 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     121041b312a27805c8d5262293d93bad2e3cac75
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:47:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:59:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121041b3

games-emulation/zinc: depend on glibc (binpkg)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/zinc/zinc-1.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-emulation/zinc/zinc-1.1-r1.ebuild b/games-emulation/zinc/zinc-1.1-r1.ebuild
index 3b6b67233a68..fa76f4050ca6 100644
--- a/games-emulation/zinc/zinc-1.1-r1.ebuild
+++ b/games-emulation/zinc/zinc-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,6 +20,7 @@ QA_EXECSTACK="
 "
 
 RDEPEND="
+	sys-libs/glibc
 	x11-libs/libX11[abi_x86_32(-)]
 	x11-libs/libXext[abi_x86_32(-)]
 	virtual/opengl[abi_x86_32(-)]


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-08 17:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 13:31 [gentoo-commits] repo/gentoo:master commit in: games-emulation/zinc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-08 17:59 Sam James
2021-04-10 13:31 Sam James
2018-04-29 13:06 Pacho Ramos
2018-04-29 13:06 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox