diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-11 13:50:40 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-11 16:45:55 +1300 |
commit | 17e5c32fddf65c9e0505044bd8f62cf1cdcdbcb7 (patch) | |
tree | 526d8d032bc29f0473993f8f4eda0c29ac78aa56 /dev-perl | |
parent | dev-perl/Test2-Plugin-NoWarnings: Added to tree at 0.50.0 (masked) (diff) | |
download | gentoo-17e5c32fddf65c9e0505044bd8f62cf1cdcdbcb7.tar.gz gentoo-17e5c32fddf65c9e0505044bd8f62cf1cdcdbcb7.tar.bz2 gentoo-17e5c32fddf65c9e0505044bd8f62cf1cdcdbcb7.zip |
dev-perl/Params-ValidationCompiler: Added at 0.170.0 (masked)
Needed for future DateTime
Masked due to needing Test2 Infrastructure
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl')
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest new file mode 100644 index 000000000000..38a3a8deaeb1 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -0,0 +1 @@ +DIST Params-ValidationCompiler-0.17.tar.gz 38234 SHA256 b97e5444e866658020221c64c48f02f032012542635f56abde96ba7f19487c6f SHA512 4c909a1034a83bd4a7fe28a0b0c2d1677af848a8a730cef9afe236aa0f4223e3b90b6b5a47e2db9d6b373df95bae8cc9cbf5b46f1e49b99fc34d0665687e261e WHIRLPOOL 8d70518703468e6dab5b51e37521b7042ec5da881d33d31fd88f53c9f438ca544b3eb332792dd8aa0108076e337a5ebf1015fdc6ccca8ed69b05ecd91db901c2 diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.170.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.170.0.ebuild new file mode 100644 index 000000000000..dbf58df67c07 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.170.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.17 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Eval-Closure + dev-perl/Exception-Class + virtual/perl-Exporter + >=virtual/perl-Scalar-List-Utils-1.400.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=dev-perl/Specio-0.140.0 + >=virtual/perl-Test-Simple-1.302.15 + dev-perl/Test-Without-Module + dev-perl/Test2-Suite + dev-perl/Test2-Plugin-NoWarnings + ) +" diff --git a/dev-perl/Params-ValidationCompiler/metadata.xml b/dev-perl/Params-ValidationCompiler/metadata.xml new file mode 100644 index 000000000000..24092a31c330 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Params-ValidationCompiler</remote-id> + <remote-id type="cpan-module">Params::ValidationCompiler</remote-id> + <remote-id type="cpan-module">Params::ValidationCompiler::Compiler</remote-id> + <remote-id type="cpan-module">Params::ValidationCompiler::Exceptions</remote-id> + </upstream> +</pkgmetadata> |