commit: b292cbb1c584a23cbb38d820c8654d995964a505 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jun 19 20:41:25 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 20:42:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b292cbb1
games-util/dzip: EAPI 8, HTTPS Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-util/dzip/dzip-2.9-r5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/dzip/dzip-2.9-r5.ebuild b/games-util/dzip/dzip-2.9-r5.ebuild index ee9cb2270e33..a7a77c456f70 100644 --- a/games-util/dzip/dzip-2.9-r5.ebuild +++ b/games-util/dzip/dzip-2.9-r5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" -HOMEPAGE="http://speeddemosarchive.com/dzip/" -SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" +HOMEPAGE="https://speeddemosarchive.com/dzip/" +SRC_URI="https://speeddemosarchive.com/dzip/dz${PV/./}src.zip" S="${WORKDIR}" LICENSE="ZLIB"
