diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-08 08:38:23 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-08 08:38:23 +1200 |
commit | bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8 (patch) | |
tree | 70312cd8ee27d0a6973c9af4c9f23e27cd1ef072 | |
parent | dev-perl/Bio-ASN1-EntrezGene: Bump to 1.720.0 (diff) | |
download | gentoo-bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8.tar.gz gentoo-bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8.tar.bz2 gentoo-bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8.zip |
dev-perl/B-OPCheck: Bump to version 0.320.0
- EAPI6
- Parallel Testing
Upstream:
- Fix compilation on perl 5.26 w/ op_sibling removal
- Remove redundant Perl_check_t definition
Bug: https://bugs.gentoo.org/614944
Package-Manager: Portage-2.3.4, Repoman-2.3.2
-rw-r--r-- | dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/B-OPCheck/Manifest | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild new file mode 100644 index 000000000000..bae935ee96f3 --- /dev/null +++ b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.32 +inherit perl-module + +DESCRIPTION="PL_check hacks using Perl callbacks" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/B-Utils-0.80.0 + virtual/perl-Carp + virtual/perl-Scalar-List-Utils + dev-perl/Scope-Guard + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/ExtUtils-Depends-0.302.0 + test? ( + virtual/perl-File-Spec + virtual/perl-Module-Metadata + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/B-OPCheck/Manifest b/dev-perl/B-OPCheck/Manifest index aa8d09ec4395..71e4fe15a29e 100644 --- a/dev-perl/B-OPCheck/Manifest +++ b/dev-perl/B-OPCheck/Manifest @@ -1 +1,2 @@ DIST B-OPCheck-0.30.tar.gz 74668 SHA256 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd SHA512 09aac95626c2594a1833682b6e1d5fc3f631570ceb0f1773c9d3c3c8a2aff57a903d5d24a51aa117cb8027d9c201153f790546300272c2a0748320f4f49274fc WHIRLPOOL 8aa8b69c367765a5df8d92d59f8a1bae3ab382933d7836adc9080f2dc060097028dec7a1439d0b97e283d825b012cd907c3cb679bce6645ea2a06d3e3e71ae96 +DIST B-OPCheck-0.32.tar.gz 76109 SHA256 2ec23da87f1d10758f75113448d9fb718a4be0b9ed634cffc5fc09b36a1f1a82 SHA512 35ee8f66c1958e5622399538417939f9c705af23faa724845ed5d585afd1b793f2d134dc37265111c9d8370c8c5c33b359b5379e3dd2676b47c8eb2768dd81cd WHIRLPOOL 97e7b8a1d5461ab002e9ba7719d66f1428612f5df646b4a3f1998ac5a1044a2d904eab2c3636d796b37256dabe8f5a8868b96d97cbb5589cf80f14cc8427436c |