From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1531326-garchives=archives.gentoo.org@lists.gentoo.org>
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 1352615811D
	for <garchives@archives.gentoo.org>; Thu, 22 Jun 2023 04:17:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 64D26E08C4;
	Thu, 22 Jun 2023 04:17:45 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 4F093E08C4
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 04:17:45 +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 9825C340FAB
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 04:17:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E3E5AA1
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 04:17:41 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1687406763.e92f0b499a3236cb7d67ae0557b0255ded4de336.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN-Data/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230528.1.0.ebuild dev-perl/Business-ISBN-Data/Manifest
X-VCS-Directories: dev-perl/Business-ISBN-Data/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e92f0b499a3236cb7d67ae0557b0255ded4de336
X-VCS-Branch: master
Date: Thu, 22 Jun 2023 04:17:41 +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: 9bdda369-1b0a-407f-8784-0f851112f621
X-Archives-Hash: 679170e3e0b7629f0ce4f10f05efe8da

commit:     e92f0b499a3236cb7d67ae0557b0255ded4de336
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:06:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:06:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92f0b49

dev-perl/Business-ISBN-Data: add 20230528.1.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Business-ISBN-Data-20230528.1.0.ebuild         | 37 ++++++++++++++++++++++
 dev-perl/Business-ISBN-Data/Manifest               |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230528.1.0.ebuild b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230528.1.0.ebuild
new file mode 100644
index 000000000000..1b60f42d5b61
--- /dev/null
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20230528.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=20230528.001
+inherit perl-module
+
+DESCRIPTION="Data pack for Business::ISBN"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-File-Spec
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		>=virtual/perl-Test-Simple-1
+	)
+"
+
+PERL_RM_FILES=(
+	"make_data.pl"
+	"t/pod.t"
+	"t/pod_coverage.t"
+)
+
+src_prepare() {
+	sed -r -i '/^pod(|_coverage)\.t$/d' "${S}/t/test_manifest" || die
+	perl-module_src_prepare
+}

diff --git a/dev-perl/Business-ISBN-Data/Manifest b/dev-perl/Business-ISBN-Data/Manifest
index ea5f872c9e46..f27a7a11159b 100644
--- a/dev-perl/Business-ISBN-Data/Manifest
+++ b/dev-perl/Business-ISBN-Data/Manifest
@@ -1,2 +1,3 @@
 DIST Business-ISBN-Data-20210112.006.tar.gz 29035 BLAKE2B e496a689afb12341307d80d16a2044dd39cd350caf86b9010f94a023ac285991486f6c5dc3e34d9efee70506dcb0aedb98abae7e5e7d573d9385bea6c5729ce0 SHA512 36245caf60d0b210dfbbc1f2668e6b8a227e6641be3800d4e62f6a9902b6b95bc2e952bc48ccd2a61ba958c68b142f64592ffeec9da8bc35d7c8bc5d9b625c80
 DIST Business-ISBN-Data-20230322.001.tar.gz 31194 BLAKE2B 765c62a42a1f2bc904baccbce86ae59a5b6e4044a138ea636d87393c9cf31117cef635f555252ab9546d54eebca66506b34c757569fc552e2646be57ef5d7cd2 SHA512 c242b97429cfecf49d1f7144642fcd66cb66ae0837c294b687697cd51d7036781108e972d55015f41a8380b487915449409334a7e82064abed55fedc2672015d
+DIST Business-ISBN-Data-20230528.001.tar.gz 31366 BLAKE2B c8bf7f9ff9d864549a0084cb39e2050f6f39062f8059edb9e5b76001d68878e1db82765166a88c2c4a9c90c6ddb0fd798ef72cfd0ff036e0305e3fa66e037d9c SHA512 29f625b799eb8fe14d4b94d736e2d12cb32a66dd9fb13bd1435fe25f9172e007154685c1242dd449e5177ee1c004d667d38c8591ea9ae4012a5afd83e55cc2f6