From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1566468-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 AF878158089
	for <garchives@archives.gentoo.org>; Sun, 29 Oct 2023 01:58:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B403B2BC020;
	Sun, 29 Oct 2023 01:58:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 7127B2BC020
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 01:58:15 +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 8A03C335C2A
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 01:58:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AFB12E4
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Oct 2023 01:58:11 +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: <1698543084.b5f4bb809e921633babe658db9740711cf2d1884.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-20231013.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: b5f4bb809e921633babe658db9740711cf2d1884
X-VCS-Branch: master
Date: Sun, 29 Oct 2023 01:58:11 +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: 8565d052-bf18-4c22-ba69-8e1d72fe5523
X-Archives-Hash: c47dd6a8d5aa9e9da763c49f7aae98fa

commit:     b5f4bb809e921633babe658db9740711cf2d1884
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 01:31:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 01:31:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f4bb80

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

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

 .../Business-ISBN-Data-20231013.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-20231013.1.0.ebuild b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20231013.1.0.ebuild
new file mode 100644
index 000000000000..c2b50c2cba43
--- /dev/null
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20231013.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=20231013.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
+"
+BDEPEND="
+	${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 949e189ef50b..56bed09a5799 100644
--- a/dev-perl/Business-ISBN-Data/Manifest
+++ b/dev-perl/Business-ISBN-Data/Manifest
@@ -4,3 +4,4 @@ DIST Business-ISBN-Data-20230923.001.tar.gz 31756 BLAKE2B ac922ba0197c7c1807f2b8
 DIST Business-ISBN-Data-20230926.001.tar.gz 31765 BLAKE2B f46da35b7edb4c28e9d86490f09f7eda64d164d0d4fb0fe23a5ad8cd0905ee885d693426310fcbfa97cbf1099460085844637cf8fc32451005a8b0790412e10e SHA512 0e1618279040d6299cd834e9c412531125fd4824881ae17865565bd4b4628b26e813ae5ed52eb53d86deb3979ab0b0915a66314d1f2cec8e93390402bbb08770
 DIST Business-ISBN-Data-20231006.001.tar.gz 31808 BLAKE2B 60f24002db3e8ba3981890d61ef422c04f947cc90dea8e806d664847d4d6374103540cdcb31585d7aee025ec2b350b9ea959e4fab3e3d027b6c93220c9d7ea16 SHA512 d5560b6d872eaf34a03d212c1e8b537b89e49b1b58784c01643e2ee4157d63d480487ef3c447123147337f958f8441ab6e19ef01f48a396996d5fbe41b5549a0
 DIST Business-ISBN-Data-20231010.001.tar.gz 31827 BLAKE2B ee3d986fc48693eaacb71310182f0f56f066194c9bd1888c9cdb6a0d88db4ceee9a91d753446130d41a5f011d6ef285d7cc243fbf562c8a91a929030807efd23 SHA512 f28629e033c215968fe29b8a271cc4d08566abdf8664a548000d6e449654786f470af8b78205594e72ea6c8cc18bcebb9a1235906c8df0fbcb075eaa90ba0bb9
+DIST Business-ISBN-Data-20231013.001.tar.gz 31845 BLAKE2B da222e3329f4c6d51e0db2225d0f18fe861be510abcbb0da3eedfa768edfc6b7dc2fc5d1a47aa2999029cc2c8910a1ea2158f42921c4d26f7ec75c46079c84a3 SHA512 22a70d62f9f7e9a1e75d61b31dca16e5f2a1bcac98f2a9b29f0de3fc67a2fa325cab61109914e0fac1952a855929efbe3758fb38cdc951168e227daec3b15d9d