From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- dev-perl/Inline-C/Inline-C-0.810.0.ebuild | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 dev-perl/Inline-C/Inline-C-0.810.0.ebuild (limited to 'dev-perl/Inline-C/Inline-C-0.810.0.ebuild') diff --git a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild new file mode 100644 index 000000000000..9c77f4e23c74 --- /dev/null +++ b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TINITA +DIST_VERSION=0.81 +DIST_EXAMPLES=("example/modules/*") +inherit perl-module + +DESCRIPTION="C Language Support for Inline" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +DIST_TEST="do" # parallelism thwarted by race conditions + +RDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-7 + >=virtual/perl-File-Spec-0.800.0 + >=dev-perl/Inline-0.830.0 + >=dev-perl/Parse-RecDescent-1.967.9 + >=dev-perl/Pegex-0.660.0 + !