commit: 549684f8c4cdd26b138b3dba9c8f85565d8ebca0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jul 6 08:39:36 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 07:31:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549684f8
media-libs/libcddb: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild index 4d8db92b8287..a37ce984594a 100644 --- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild +++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools multilib-minimal -DESCRIPTION="A library for accessing a CDDB server" -HOMEPAGE="http://libcddb.sourceforge.net/" +DESCRIPTION="Library for accessing a CDDB server" +HOMEPAGE="https://libcddb.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs"
