From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 ; Wed, 21 Jun 2023 03:09:43 +0000 (UTC) From: "Sam James" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 gentoo org> AuthorDate: Wed Jun 21 03:07:37 2023 +0000 Commit: Sam James gentoo 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 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 + !