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
