From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1531283-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 633B9158009
	for <garchives@archives.gentoo.org>; Thu, 22 Jun 2023 02:37:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B6FBE0970;
	Thu, 22 Jun 2023 02:37:43 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 81294E0970
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 02:37:43 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7072633E01A
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 02:37:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A1EB5A66
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 02:37:40 +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: <1687400969.f3a155fdce565fa277c29028c7bbd3384fa06388.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild dev-perl/Conf-Libconfig/Manifest
X-VCS-Directories: dev-perl/Conf-Libconfig/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f3a155fdce565fa277c29028c7bbd3384fa06388
X-VCS-Branch: master
Date: Thu, 22 Jun 2023 02:37:40 +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: 524e878e-c813-446f-b0aa-36a6b984b6a1
X-Archives-Hash: 362fb76b52044409c8e8abf1e30add05

commit:     f3a155fdce565fa277c29028c7bbd3384fa06388
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:29:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:29:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a155fd

dev-perl/Conf-Libconfig: add 1.0.0

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

 .../Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild     | 42 ++++++++++++++++++++++
 dev-perl/Conf-Libconfig/Manifest                   |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
new file mode 100644
index 000000000000..036de09c8389
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CNANGEL
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~x86"
+
+RDEPEND="
+	dev-libs/libconfig:=
+	virtual/perl-XSLoader
+"
+DEPEND="
+	dev-libs/libconfig:=
+"
+BDEPEND="
+	${RDEPEND}
+	dev-perl/ExtUtils-PkgConfig
+	test? (
+		>=dev-perl/Test-Exception-0.430.0
+		>=dev-perl/Test-Deep-1.127.0
+		>=dev-perl/Test-Warn-0.320.0
+	)
+"
+
+PERL_RM_FILES=(
+	"t/boilerplate.t"
+	"t/pod-coverage.t"
+	"t/pod-spell.t"
+	"t/pod.t"
+)
+
+src_prepare() {
+	#rm inc/Devel/CheckLib.pm || die
+	perl-module_src_prepare
+}

diff --git a/dev-perl/Conf-Libconfig/Manifest b/dev-perl/Conf-Libconfig/Manifest
index f73fae83a53e..6360138e076e 100644
--- a/dev-perl/Conf-Libconfig/Manifest
+++ b/dev-perl/Conf-Libconfig/Manifest
@@ -1 +1,2 @@
 DIST Conf-Libconfig-0.100.tar.gz 47742 BLAKE2B c41ae5722d4e657121457ae0c8f8ec5daa10644ade5ec42999edbbe0140440ebbe3e0ec77c9bad7e8afc516a56771cc176bd4421f50a59d34e0b8ed00a196073 SHA512 52f652bd55131b0357aae6cc8f83811a4ceb5ec005977765ed70e5cb08f828c789d8bcbe247880c1807110b5486915dc90f84d52263b2e7f60adb2ee4654d2a3
+DIST Conf-Libconfig-1.0.0.tar.gz 49715 BLAKE2B a2b9f286f96612a32ea5517491050fe7319d37085a0bb463a8ce68ea006a1f1528363368a04ec585946efebef85fbc321d70bab5b0f464ba59fec0f74991fc2f SHA512 3ad7c3fbe82adab7816fa6b1a8445df279f4d7c58ba72e88e5afcf7a85d11fa764cb30d3aa0e6a19ae7c6e96eba2544c8289a6bb06706310e26ae6a41fd1ca84