diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 23:37:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 23:37:59 +0200 |
commit | 2db1128cc8dc39cafa6820bbe93bdcd5c470fbf1 (patch) | |
tree | c123c9bba847c32d8dda6f0a75d0f6ca148bfb9d /dev-perl/Inline-C | |
parent | dev-perl/Pegex: Version bump 0.75 (diff) | |
download | gentoo-2db1128cc8dc39cafa6820bbe93bdcd5c470fbf1.tar.gz gentoo-2db1128cc8dc39cafa6820bbe93bdcd5c470fbf1.tar.bz2 gentoo-2db1128cc8dc39cafa6820bbe93bdcd5c470fbf1.zip |
dev-perl/Inline-C: Version bump 0.81
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Inline-C')
-rw-r--r-- | dev-perl/Inline-C/Inline-C-0.810.0.ebuild | 45 | ||||
-rw-r--r-- | dev-perl/Inline-C/Manifest | 1 |
2 files changed, 46 insertions, 0 deletions
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 + !<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 8c0007bf7ded..428224a4532a 100644 --- a/dev-perl/Inline-C/Manifest +++ b/dev-perl/Inline-C/Manifest @@ -1 +1,2 @@ DIST Inline-C-0.78.tar.gz 73695 BLAKE2B 79ec1ffaf7a35d2386bf774d153f79b1eee53c0be6deefbbe896fafce7083808251c5e2300e2fd19a78e559f9dc274e1546a86b763af996d4374d60ceba7f9a2 SHA512 368e68dfb9f1700534d9b391090e340172e3adde5fe15576f883e9341047fec35cea8660751883b27e128ad91dda363d513547368097a989457d669bbbdc8ce4 +DIST Inline-C-0.81.tar.gz 76855 BLAKE2B 04686ca513760bdf75a2ba4dabe723de9797ac348b2d6552dea93c8c84c590bc02d7255e56bb26a2e504c8bbabed47fd6f764d7dbdd402cc39c9cda344575462 SHA512 c3d0d669c26017b4b63cc101377d067438c31fc5d1e6187d01194f70158049e386683b792716aad58772eae839512ecaefd4b3ac7a2377dd1404a651c24b2277 |