dev-perl/Params-Util: Bump to version 1.70.0
authorKent Fredric <kentnl@gentoo.org>
Sun, 24 Dec 2017 08:12:21 +0000 (21:12 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 26 Dec 2017 08:48:06 +0000 (21:48 +1300)
- EAPI6
- Parallelize tests

Upstream:
- Disable XS on cygwin

Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-perl/Params-Util/Manifest
dev-perl/Params-Util/Params-Util-1.70.0.ebuild [new file with mode: 0644]

index 5bf55b2ccb380984caf1ef07de60364bdde8646c..d7b5c981164369304c40298ef0083fac30e4ab71 100644 (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
diff --git a/dev-perl/Params-Util/Params-Util-1.70.0.ebuild b/dev-perl/Params-Util/Params-Util-1.70.0.ebuild
new file mode 100644 (file)
index 0000000..aa0d550
--- /dev/null
@@ -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 )
+"