summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 23:37:37 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 23:37:37 +0200
commit4e40e3389866b083d3b3cbf3f790bcd088d7ef5e (patch)
tree17ff15bf2e2d44fc8ede39ced69d86adb59c4506 /dev-perl/Params-Validate
parentsys-libs/binutils-libs: Bump 2.37 patchset to 2 (diff)
downloadgentoo-4e40e3389866b083d3b3cbf3f790bcd088d7ef5e.tar.gz
gentoo-4e40e3389866b083d3b3cbf3f790bcd088d7ef5e.tar.bz2
gentoo-4e40e3389866b083d3b3cbf3f790bcd088d7ef5e.zip
dev-perl/Params-Validate: Version bump 1.30
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Params-Validate')
-rw-r--r--dev-perl/Params-Validate/Manifest1
-rw-r--r--dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Params-Validate/Manifest b/dev-perl/Params-Validate/Manifest
index de3b70a83bf4..1a42f7257526 100644
--- a/dev-perl/Params-Validate/Manifest
+++ b/dev-perl/Params-Validate/Manifest
@@ -1 +1,2 @@
DIST Params-Validate-1.29.tar.gz 137609 BLAKE2B 46c62649a7bfc1d2a97f2c038d3ee288163c81b6019e1276ded18ad0560514ed3e0a6377fdfd1103bdc05df28af5d2355ca97c96ea5352d963d03049ced78925 SHA512 afa887d1ce60d38b82cbf3ad88fb892f473e0fa45db528b68e66bbb800058af453180cc96afddae56a2cdad8ec531a587e7aac36b6869c489caa6dd36a57a385
+DIST Params-Validate-1.30.tar.gz 207327 BLAKE2B d30700b1fdb8de83b3082144a96e2243471fb0bf4c3932853995698e0950252809d974f471c078613413559f138402982f2b4646bbee4e680135d06871e15fbb SHA512 ca6b54a55dc003be6933ad5a9353abf96f2decfc681354fabc974e9666b89b3afe8394cd0a13ec91a5f84c825cbc0b4697a4977bf773feabfefab57006c9f20e
diff --git a/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild b/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild
new file mode 100644
index 000000000000..f3ced4ff8aed
--- /dev/null
+++ b/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=1.30
+DIST_EXAMPLES=( "benchmarks/*" )
+inherit perl-module
+
+DESCRIPTION="Flexible system for validation of method/function call parameters"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-perl/Module-Implementation
+ >=virtual/perl-Scalar-List-Utils-1.110.0
+ virtual/perl-XSLoader
+"
+
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.422.700
+ >=virtual/perl-JSON-PP-2.273.0
+ test? (
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-Requires
+ )
+"