From d0fd10a7808de1f33dc2e9ea7f5c96d978fd11d1 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 31 May 2017 14:44:13 +1200 Subject: dev-perl/Inline-C: Bump to version 0.780.0 re bug #617002 - Add USE="examples" Upstream: - Remove systemcalls "rm" and "diff" - Fixes for "." in "@INC" Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 43 +++++++++++++++++++++++++++++++ dev-perl/Inline-C/Manifest | 1 + dev-perl/Inline-C/metadata.xml | 4 +++ 3 files changed, 48 insertions(+) create mode 100644 dev-perl/Inline-C/Inline-C-0.780.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild new file mode 100644 index 000000000000..4687679c5424 --- /dev/null +++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TINITA +DIST_VERSION=0.78 +DIST_EXAMPLES=("example/modules/*") +inherit perl-module + +DESCRIPTION="C Language Support for Inline" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="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.790.0 + >=dev-perl/Parse-RecDescent-1.967.9 + >=dev-perl/Pegex-0.580.0 + !perl@gentoo.org Gentoo Perl Project + + Inline-C + Inline::C + -- cgit v1.2.3-65-gdbad