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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D7C13835A for ; Sun, 23 May 2021 13:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6F7E086F; Sun, 23 May 2021 13:48:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D6BE086F for ; Sun, 23 May 2021 13:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35EE1340DF8 for ; Sun, 23 May 2021 13:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1D8796 for ; Sun, 23 May 2021 13:48:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1621777679.7c466ebb8453de56d76a90c5182c92b73377c12d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-Scan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild X-VCS-Directories: dev-perl/Audio-Scan/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7c466ebb8453de56d76a90c5182c92b73377c12d X-VCS-Branch: master Date: Sun, 23 May 2021 13:48:12 +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: 66a4342a-8754-4513-8698-e5fb97cf4455 X-Archives-Hash: 651fba6f8be32b9ffa3f620d1bf9b3dc commit: 7c466ebb8453de56d76a90c5182c92b73377c12d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 23 13:47:26 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 23 13:47:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c466ebb dev-perl/Audio-Scan: Tag GPL-2 as smallest common denominator Closes: https://bugs.gentoo.org/721194 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild index a0ef36b985a..776cc742497 100644 --- a/dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild +++ b/dev-perl/Audio-Scan/Audio-Scan-1.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,12 @@ DIST_VERSION=1.01 inherit perl-module DESCRIPTION="Fast C metadata and tag reader for all common audio file formats" + # License note: ambiguity: https://rt.cpan.org/Ticket/Display.html?id=132450 -LICENSE="GPL-2+" +# Tagged GPL-2 since this seems to be the smallest common denominator +# Leaving the rest for upstream to sort out +LICENSE="GPL-2" + SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test"