commit: 658609b47c1fdcdf09d6a1e0e0f691f9c27f9444 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 20 21:52:31 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 19:16:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658609b4
app-misc/cdcat: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/cdcat/cdcat-0.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/cdcat/cdcat-0.3-r1.ebuild b/app-misc/cdcat/cdcat-0.3-r1.ebuild index ae81f769f031..19db53beaa05 100644 --- a/app-misc/cdcat/cdcat-0.3-r1.ebuild +++ b/app-misc/cdcat/cdcat-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 DESCRIPTION="Simple yet effective CD indexing program" # original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz" SRC_URI="mirror://sourceforge/cdcatalog/${P}.tar.gz" -HOMEPAGE="http://cdcatalog.sourceforge.net/" +HOMEPAGE="https://cdcatalog.sourceforge.net/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86"
