From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1499223-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 BB92A15A7D9
	for <garchives@archives.gentoo.org>; Wed, 22 Mar 2023 05:22:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB871E0817;
	Wed, 22 Mar 2023 05:22:09 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D5227E0817
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 05:22:09 +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 0489A340E6C
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 05:22:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 87A698F1
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 05:22:06 +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: <1679460769.daccacb1e6c808ed5c98937226b593409b00874b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurper/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/File-Slurper/File-Slurper-0.14.0.ebuild dev-perl/File-Slurper/Manifest
X-VCS-Directories: dev-perl/File-Slurper/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: daccacb1e6c808ed5c98937226b593409b00874b
X-VCS-Branch: master
Date: Wed, 22 Mar 2023 05:22:06 +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: d8777215-d190-469e-b9ab-d1e9a430cdee
X-Archives-Hash: e01fe7a317f96fdd6a4c635261bec652

commit:     daccacb1e6c808ed5c98937226b593409b00874b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 04:52:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 04:52:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daccacb1

dev-perl/File-Slurper: add 0.14.0

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

 dev-perl/File-Slurper/File-Slurper-0.14.0.ebuild | 30 ++++++++++++++++++++++++
 dev-perl/File-Slurper/Manifest                   |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/File-Slurper/File-Slurper-0.14.0.ebuild b/dev-perl/File-Slurper/File-Slurper-0.14.0.ebuild
new file mode 100644
index 000000000000..67fba718cb60
--- /dev/null
+++ b/dev-perl/File-Slurper/File-Slurper-0.14.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.014
+DIST_EXAMPLES=( "bench/*" )
+inherit perl-module
+
+DESCRIPTION="A simple, sane and efficient module to slurp a file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+	dev-perl/PerlIO-utf8_strict
+	virtual/perl-Carp
+	>=virtual/perl-Encode-2.110.0
+	>=virtual/perl-Exporter-5.570.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		virtual/perl-Test-Simple
+		dev-perl/Test-Warnings
+	)
+"

diff --git a/dev-perl/File-Slurper/Manifest b/dev-perl/File-Slurper/Manifest
index 00800cbb16c6..722595585518 100644
--- a/dev-perl/File-Slurper/Manifest
+++ b/dev-perl/File-Slurper/Manifest
@@ -1 +1,2 @@
 DIST File-Slurper-0.012.tar.gz 15517 BLAKE2B 07f451e93e5fa8641a4b8156a61b9a9c1a9c9dc36b33c4991e1686e44b37730af3a9541de33396cdec6bac1d08ec1bf9db505e6fa07f3c95187c4901016955a5 SHA512 276b510c85b4e28fff4b8bd77c81031367b073426138743efb5d54fe01fa9825409f86090788779e96625b43207d1f864f348cc11554c51d36868dfed568f2bb
+DIST File-Slurper-0.014.tar.gz 16064 BLAKE2B f3eac73b45ade49635cb4daa911d600bdbaa822b0329ce36f446a96f655a34b8839aa642552347bac87ac619cc1b602edafce751b90a6f4d4e53414ad614f2e2 SHA512 45474865b8c4a360ad04423c510c62f2a796081544499cf9ed335ffefe9d4087a844a1f988dfbd21b38237942eeead045923121e9786607c5270520b2b0af577