From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1530844-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 D78F2158004
	for <garchives@archives.gentoo.org>; Wed, 21 Jun 2023 03:09:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 088A0E092E;
	Wed, 21 Jun 2023 03:09:48 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 DEC86E092E
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Jun 2023 03:09:47 +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 BBDD6340F8E
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Jun 2023 03:09:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E725EAA3
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Jun 2023 03:09:43 +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: <1687316954.971dd15c9549ef3fdbb6cf5fb6fe6176acb52377.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-C/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Inline-C/Inline-C-0.820.0.ebuild dev-perl/Inline-C/Manifest
X-VCS-Directories: dev-perl/Inline-C/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 971dd15c9549ef3fdbb6cf5fb6fe6176acb52377
X-VCS-Branch: master
Date: Wed, 21 Jun 2023 03:09:43 +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: 9373639f-6752-42dd-aac7-bdb04cb4def4
X-Archives-Hash: 0841503edd3e76071a0aa2fd5454ca57

commit:     971dd15c9549ef3fdbb6cf5fb6fe6176acb52377
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 03:07:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 03:09:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971dd15c

dev-perl/Inline-C: add 0.820.0

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

 dev-perl/Inline-C/Inline-C-0.820.0.ebuild | 43 +++++++++++++++++++++++++++++++
 dev-perl/Inline-C/Manifest                |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Inline-C/Inline-C-0.820.0.ebuild b/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
new file mode 100644
index 000000000000..138a4ef682f4
--- /dev/null
+++ b/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=0.82
+DIST_EXAMPLES=("example/modules/*")
+DIST_TEST="do" # parallelism thwarted by race conditions
+inherit perl-module
+
+DESCRIPTION="C Language Support for Inline"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-7
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/Inline-0.860.0
+	>=dev-perl/Parse-RecDescent-1.967.9
+	>=dev-perl/Pegex-0.660.0
+	!<dev-perl/Inline-0.510.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/File-ShareDir-Install-0.60.0
+	test? (
+		dev-perl/File-Copy-Recursive
+		virtual/perl-File-Path
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Warn-0.230.0
+		dev-perl/YAML-LibYAML
+		virtual/perl-autodie
+		>=virtual/perl-version-0.770.0
+	)
+"
+
+src_test() {
+	perl_rm_files t/author-*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Inline-C/Manifest b/dev-perl/Inline-C/Manifest
index aabc506e3aab..62b1b7198420 100644
--- a/dev-perl/Inline-C/Manifest
+++ b/dev-perl/Inline-C/Manifest
@@ -1 +1,2 @@
 DIST Inline-C-0.81.tar.gz 76855 BLAKE2B 04686ca513760bdf75a2ba4dabe723de9797ac348b2d6552dea93c8c84c590bc02d7255e56bb26a2e504c8bbabed47fd6f764d7dbdd402cc39c9cda344575462 SHA512 c3d0d669c26017b4b63cc101377d067438c31fc5d1e6187d01194f70158049e386683b792716aad58772eae839512ecaefd4b3ac7a2377dd1404a651c24b2277
+DIST Inline-C-0.82.tar.gz 79182 BLAKE2B 0b8e66d88a7139e2313add82a2c0fe4cabf9e6cfc3230ca6280f6ce33a2978e79bac1b544f5c076ead3db65c8ef5f88c8e27f654f23c70417fba4ca7bbe6547b SHA512 1d1e91a63df12b4f3dc631fd1b66f9bd2e006b300002d9aa184ab571a128953722127400a39055d07ee630709f2a7c96dd35ad6e0860959cbb5a6fce3134b357