dev-perl/Params-Classify: Bump to version 0.15.0

Upstream:
- Consistently use THX_prefix
- use cBOOL
- use boolSV
- Fix dynamic_config to 0
- Drop Makefile.PL
- Fix failures without '.' in @INC
- Trigger custom op generation by Devel::CallChecker
- Fix for 5.21.11 + PERL_OP_PARENT
- Fix compiler warnings
- Fix for changed S_croak_xs_usage()

Keywords:
- Dropped due to new deps: alpha arm hppa ia64 sparc

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2017-12-24 18:51:24 +13:00
parent 15fe680097
commit db0f09ab28
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Params-Classify-0.013.tar.gz 21014 BLAKE2B b3eae7c6c94866c4cef340ec55c4a7fa31fa2964b631f5b701c62adc24f7bd1896a45c6462452ace9cb8abffc9946077609506195d66f43e049b2518805f0e95 SHA512 8638d0d952854770049a8cf382ce02f6164025ad7224588d41be02f504947cb9d309d95c33d8fc1c2e3b5de6dfdbeac7fdaf9cd16dd6ba0a3d546c7a002e65e6
DIST Params-Classify-0.015.tar.gz 22061 BLAKE2B c905a067415d6c2846fed8c52689cd93ad81fed70414369aa7d36a314c40668ab0ddc025fe296777fdd959161e79330cca41374044a2e5ad5887d96ae76548d4 SHA512 1c41590a3f06d21d5f23e12371b0aee5d4249f773bfb0738e955fbdccdccc6e495744c50d3b91305a6b470e022475446705c8eb8e8d05ca1ed037d369a67617c

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ZEFRAM
DIST_VERSION=0.015
inherit perl-module
DESCRIPTION="Argument type classification"
SLOT="0"
KEYWORDS="~amd64 ~s390 ~sh ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="
>=dev-perl/Devel-CallChecker-0.3.0
virtual/perl-Exporter
>=virtual/perl-Scalar-List-Utils-1.10.0
virtual/perl-XSLoader
virtual/perl-parent
"
DEPEND="
${RDEPEND}
dev-perl/Module-Build
>=virtual/perl-ExtUtils-CBuilder-0.150.0
>=virtual/perl-ExtUtils-ParseXS-3.300.0
test? (
virtual/perl-Test-Simple
)
"