diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 09:26:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 09:51:53 +0000 |
commit | 85a16ab1eca742a4ab5a20b0b0bed48fb0f6ed7f (patch) | |
tree | 42ee137850812aa9552999974b8fa07860f702a5 /games-util | |
parent | games-util/glbsp: port to EAPI 7, eutils-- (diff) | |
download | gentoo-85a16ab1eca742a4ab5a20b0b0bed48fb0f6ed7f.tar.gz gentoo-85a16ab1eca742a4ab5a20b0b0bed48fb0f6ed7f.tar.bz2 gentoo-85a16ab1eca742a4ab5a20b0b0bed48fb0f6ed7f.zip |
games-util/catcodec: port to EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/catcodec/catcodec-1.0.5.ebuild | 12 |
1 files 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 3f5828e10959..9fd03ab1e074 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 |