public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
@ 2016-10-26 22:42 Austin English
  0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-10-26 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     33228a5d83d5dbf9e4ea685df46d8effc1fcaef6
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 22:26:56 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 22:42:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33228a5d

games-engines/zoom: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.2

 games-engines/zoom/zoom-1.1.5-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild
new file mode 100644
index 00000000..e33ba81
--- /dev/null
+++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A fast, clean, modern Z-code interpreter for X"
+HOMEPAGE="http://www.logicalshift.co.uk/unix/zoom/"
+SRC_URI="http://www.logicalshift.co.uk/unix/zoom/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/fontconfig
+	media-libs/libpng:0
+	>=media-libs/t1lib-5
+	x11-libs/libSM
+	x11-libs/libXft"
+DEPEND="${RDEPEND}
+	dev-lang/perl
+	x11-proto/xextproto"
+
+src_install() {
+	default
+	dodoc -r manual/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
@ 2018-05-22  2:45 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2018-05-22  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8104cc065493a6512f9a176f38ab49ccdfd1447d
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue May 22 02:38:20 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 22 02:45:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8104cc06

games-engines/zoom: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-engines/zoom/zoom-1.1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild
index 1f5085ae61d..f5f33fac05c 100644
--- a/games-engines/zoom/zoom-1.1.5-r1.ebuild
+++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	x11-libs/libXft"
 DEPEND="${RDEPEND}
 	dev-lang/perl
-	x11-proto/xextproto"
+	x11-base/xorg-proto"
 
 PATCHES=( "${FILESDIR}"/${P}-gcc7.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
@ 2020-04-10 10:53 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2020-04-10 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1f30fc1aad957a9d369fb4ccd4e680901b007305
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 10:50:38 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 10:50:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f30fc1a

games-engines/zoom: Block against net-im/zoom.

Due to file collision for /usr/bin/zoom.

Closes: https://bugs.gentoo.org/716884
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 games-engines/zoom/zoom-1.1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild
index f5f33fac05c..ceda3c08f83 100644
--- a/games-engines/zoom/zoom-1.1.5-r1.ebuild
+++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
+RDEPEND="!net-im/zoom
 	media-libs/fontconfig
 	media-libs/libpng:0
 	>=media-libs/t1lib-5


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
@ 2022-04-02  9:05 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2022-04-02  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a06f4e413e97595e1e9a6da61d51f8bda3672065
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Apr  1 18:56:51 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 09:05:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06f4e41

games-engines/zoom: EAPI8 bump, update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24854
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-engines/zoom/zoom-1.1.5-r1.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild
index ceda3c08f833..f0d98a233a0e 100644
--- a/games-engines/zoom/zoom-1.1.5-r1.ebuild
+++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DESCRIPTION="A fast, clean, modern Z-code interpreter for X"
-HOMEPAGE="http://www.logicalshift.co.uk/unix/zoom/"
-SRC_URI="http://www.logicalshift.co.uk/unix/zoom/${P}.tar.gz"
+DESCRIPTION="Fast, clean, modern Z-code interpreter for X"
+HOMEPAGE="https://www.logicalshift.co.uk/unix/zoom/"
+SRC_URI="https://www.logicalshift.co.uk/unix/zoom/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="!net-im/zoom
 	media-libs/fontconfig


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
@ 2024-08-14 19:07 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2024-08-14 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4865db29be0c8738f7e682bcd6c3a25bd6829e36
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 19:03:47 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 19:07:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4865db29

games-engines/zoom: Update blocker against net-im/zoom

Bug: https://bugs.gentoo.org/716884
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 games-engines/zoom/{zoom-1.1.5-r1.ebuild => zoom-1.1.5-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r2.ebuild
similarity index 87%
rename from games-engines/zoom/zoom-1.1.5-r1.ebuild
rename to games-engines/zoom/zoom-1.1.5-r2.ebuild
index f0d98a233a0e..c9571f5e7179 100644
--- a/games-engines/zoom/zoom-1.1.5-r1.ebuild
+++ b/games-engines/zoom/zoom-1.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="!net-im/zoom
+RDEPEND="!net-im/zoom[zoom-symlink(+)]
 	media-libs/fontconfig
 	media-libs/libpng:0
 	>=media-libs/t1lib-5


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

end of thread, other threads:[~2024-08-14 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 19:07 [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02  9:05 James Le Cuirot
2020-04-10 10:53 Ulrich Müller
2018-05-22  2:45 Matt Turner
2016-10-26 22:42 Austin English

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