From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1168767-garchives=archives.gentoo.org@lists.gentoo.org>
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 1DEBE138359
	for <garchives@archives.gentoo.org>; Wed,  6 May 2020 16:51:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 657CCE0920;
	Wed,  6 May 2020 16:51:29 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 4AA6CE0920
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 May 2020 16:51:29 +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 D236734F543
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 May 2020 16:51:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0E41E7
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 May 2020 16:51:26 +0000 (UTC)
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentnl@gentoo.org>
Message-ID: <1588783874.57800e034585b639754ec38ff1d3c9c6606eb2f6.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CDDB_get/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild
X-VCS-Directories: dev-perl/CDDB_get/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 57800e034585b639754ec38ff1d3c9c6606eb2f6
X-VCS-Branch: master
Date: Wed,  6 May 2020 16:51:26 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: da0ea998-dda2-47b4-99f5-9c37b1df509f
X-Archives-Hash: e87bf482467abbf071e17ca4e31c57e3

commit:     57800e034585b639754ec38ff1d3c9c6606eb2f6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 16:50:39 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May  6 16:51:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57800e03

dev-perl/CDDB_get: -r bump for EAPI7

- EAPI7
- Clarify license as best I can wrt/ bug #721294
- Remove empty variable assignments
- Parallel tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild b/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild
new file mode 100644
index 00000000000..746ffbc240f
--- /dev/null
+++ b/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=FONKIE
+DIST_VERSION=2.28
+inherit perl-module
+
+DESCRIPTION="Read the CDDB entry for an audio CD in your drive"
+SRC_URI+=" http://armin.emx.at/cddb/${PN}-${DIST_VERSION}.tar.gz"
+HOMEPAGE="http://armin.emx.at/cddb/ https://metacpan.org/release/CDDB_get"
+
+# Bug #721294
+LICENSE="|| ( Artistic ( GPL-1+ GPL-2 ) )"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"