commit: 85a16ab1eca742a4ab5a20b0b0bed48fb0f6ed7f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 09:26:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 09:51:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a16ab1
games-util/catcodec: port to EAPI 7, eutils-- Signed-off-by: Sam James <sam <AT> gentoo.org> games-util/catcodec/catcodec-1.0.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/games-util/catcodec/catcodec-1.0.5.ebuild b/games-util/catcodec/catcodec-1.0.5.ebuild index 3f5828e1095..9fd03ab1e07 100644 --- a/games-util/catcodec/catcodec-1.0.5.ebuild +++ b/games-util/catcodec/catcodec-1.0.5.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils toolchain-funcs +EAPI=7 + +inherit toolchain-funcs DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD" -HOMEPAGE="http://www.openttd.org/en/download-catcodec" -SRC_URI="http://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz" +HOMEPAGE="https://www.openttd.org/en/download-catcodec" +SRC_URI="https://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="" src_prepare() { default
