diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-06 10:39:36 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-07-07 09:31:25 +0200 |
commit | 549684f8c4cdd26b138b3dba9c8f85565d8ebca0 (patch) | |
tree | d9dc4e72553494c33c814a6bca56eacefe4de91b /media-libs/libcddb | |
parent | media-libs/libcdaudio: use HTTPS, fix LICENSE (diff) | |
download | gentoo-549684f8c4cdd26b138b3dba9c8f85565d8ebca0.tar.gz gentoo-549684f8c4cdd26b138b3dba9c8f85565d8ebca0.tar.bz2 gentoo-549684f8c4cdd26b138b3dba9c8f85565d8ebca0.zip |
media-libs/libcddb: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libcddb')
-rw-r--r-- | media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 8 |
1 files 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" |