dev-perl/Params-Util: Bump to version 1.70.0

- EAPI6
- Parallelize tests

Upstream:
- Disable XS on cygwin

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2017-12-24 21:12:21 +13:00
parent db0f09ab28
commit 7fc77255c9
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Params-Util-1.06.tar.gz 40584 BLAKE2B 7ae01ed17b6efc8e436ceb4b62120673a73b51d64b03eb64c358753ff2b88bdbbfef43e0ad59d3171b8c0219c4bf2b4c6db01986e2fb924f87900a138d5b9f44 SHA512 6ff5e5280c29ac8f31d8ec43925ed5dadc02e3bba18797a9fa27d39fa284d2b1cde300db6ffe1ba8e141465fd8b5f984d36fcae4dc1f3121903d2bb75fff4d5c
DIST Params-Util-1.07.tar.gz 40726 BLAKE2B 96d84eaab47a880520b666e5410215003f498b6a4b66d7b3df25a0d9bd2ee3d5ecb655da37e17174d3e4dccde7143bab3cf2f197799de6f6ca64dfaee3fb78d4 SHA512 ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ADAMK
DIST_VERSION=1.07
inherit perl-module
DESCRIPTION="Utility functions to aid in parameter checking"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RDEPEND=">=virtual/perl-Scalar-List-Utils-1.180.0"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-CBuilder-0.270.0
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
>=virtual/perl-File-Spec-0.800.0
test? ( virtual/perl-Test-Simple )
"