From 971dd15c9549ef3fdbb6cf5fb6fe6176acb52377 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 21 Jun 2023 04:07:37 +0100 Subject: dev-perl/Inline-C: add 0.820.0 Signed-off-by: Sam James --- dev-perl/Inline-C/Inline-C-0.820.0.ebuild | 43 +++++++++++++++++++++++++++++++ dev-perl/Inline-C/Manifest | 1 + 2 files changed, 44 insertions(+) create mode 100644 dev-perl/Inline-C/Inline-C-0.820.0.ebuild (limited to 'dev-perl/Inline-C') 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 + !