diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-10 06:57:44 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-10 07:02:14 +1200 |
commit | 8caa79ad4f28185de3e64ffc916d3d1dbc9112cd (patch) | |
tree | 2aa42519d31a062e96bf5447349231a1c1e1925d /dev-perl/Params-ValidationCompiler | |
parent | net-libs/libkvkontakte: Drop unused DEPEND (diff) | |
download | gentoo-8caa79ad4f28185de3e64ffc916d3d1dbc9112cd.tar.gz gentoo-8caa79ad4f28185de3e64ffc916d3d1dbc9112cd.tar.bz2 gentoo-8caa79ad4f28185de3e64ffc916d3d1dbc9112cd.zip |
dev-perl/Params-ValidationCompiler: Bump to version 0.240.0 (masked)
Upstream:
- Make source_for() work at all
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Params-ValidationCompiler')
-rw-r--r-- | dev-perl/Params-ValidationCompiler/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index 6e34746c7053..4fd0276293f5 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1 +1,2 @@ DIST Params-ValidationCompiler-0.23.tar.gz 43078 SHA256 e357b63e28950519f227a5b45e4ac1c487cbc6c1bb67c09a8d3698ee9f289230 SHA512 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 WHIRLPOOL 888e872c78ea45a959ec467a1872f597a7305f5dee222155e2a5d158f58aea901849cedf81f6147291173870302bbea00d89dea23272dce9d1fb64c2268326ed +DIST Params-ValidationCompiler-0.24.tar.gz 43439 SHA256 a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 WHIRLPOOL 61aa49a18a14cb11398db27219ee565f80b3ca2640954b378648eb1bbb955638f9c1f738aced9d66780fb522d449a425459f22fea6e6f4983bbe2beb18e8c3ae diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild new file mode 100644 index 000000000000..a29f2ed294f9 --- /dev/null +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.24 +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 + ) +" |