From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E083E15800D for ; Fri, 7 Jul 2023 07:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31102E0801; Fri, 7 Jul 2023 07:31:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13D85E0801 for ; Fri, 7 Jul 2023 07:31:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 220B6340FF6 for ; Fri, 7 Jul 2023 07:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42721AD2 for ; Fri, 7 Jul 2023 07:31:38 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1688715085.549684f8c4cdd26b138b3dba9c8f85565d8ebca0.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcddb/libcddb-1.3.2-r1.ebuild X-VCS-Directories: media-libs/libcddb/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 549684f8c4cdd26b138b3dba9c8f85565d8ebca0 X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1fe4ec1-557f-48b0-bd8c-546c73827b1e X-Archives-Hash: db6271896dcc0eacac5a1e4d533c8373 commit: 549684f8c4cdd26b138b3dba9c8f85565d8ebca0 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 08:39:36 2023 +0000 Commit: Miroslav Šulc gentoo 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 levelnine.at> Signed-off-by: Miroslav Šulc 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"