summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-24 17:07:19 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-24 17:18:29 +0100
commit4de79b8e4df6f9f477c1d3299581fefb0e7280e4 (patch)
tree7dab74fa91e4e3937dbc96c75ffd6171cdd95fcf /dev-perl
parentdev-perl/Params-Util: Remove old (diff)
downloadgentoo-4de79b8e4df6f9f477c1d3299581fefb0e7280e4.tar.gz
gentoo-4de79b8e4df6f9f477c1d3299581fefb0e7280e4.tar.bz2
gentoo-4de79b8e4df6f9f477c1d3299581fefb0e7280e4.zip
dev-perl/Params-Validate: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Params-Validate/Manifest1
-rw-r--r--dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-perl/Params-Validate/Manifest b/dev-perl/Params-Validate/Manifest
index 1a42f7257526..98de7143dcc4 100644
--- a/dev-perl/Params-Validate/Manifest
+++ b/dev-perl/Params-Validate/Manifest
@@ -1,2 +1 @@
-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.290.0.ebuild b/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild
deleted file mode 100644
index 5227dcca5fde..000000000000
--- a/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.29
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- dev-perl/Module-Implementation
- >=virtual/perl-Scalar-List-Utils-1.110.0
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.280.0
- >=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
- )
-"