diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-01 20:56:51 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-02 10:05:38 +0100 |
commit | a06f4e413e97595e1e9a6da61d51f8bda3672065 (patch) | |
tree | e8cc529a3fbd9256734561d412779dd1b797d020 /games-engines | |
parent | games-engines/xzip: EAPI8 bump, fix HOMEPAGE, fix calling cc directly (diff) | |
download | gentoo-a06f4e413e97595e1e9a6da61d51f8bda3672065.tar.gz gentoo-a06f4e413e97595e1e9a6da61d51f8bda3672065.tar.bz2 gentoo-a06f4e413e97595e1e9a6da61d51f8bda3672065.zip |
games-engines/zoom: EAPI8 bump, update HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24854
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/zoom/zoom-1.1.5-r1.ebuild | 13 |
1 files 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 |