commit: 68a2c13e6b426fa6e845734ad6445e51f813f4e0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 00:50:47 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 00:50:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a2c13e
dev-perl/Params-ValidationCompiler: Remove old
Package-Manager: portage-2.3.2
dev-perl/Params-ValidationCompiler/Manifest | 1 -
.../Params-ValidationCompiler-0.180.0.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/Params-ValidationCompiler/Manifest
b/dev-perl/Params-ValidationCompiler/Manifest
index 5527358..1353737 100644
--- a/dev-perl/Params-ValidationCompiler/Manifest
+++ b/dev-perl/Params-ValidationCompiler/Manifest
@@ -1,2 +1 @@
-DIST Params-ValidationCompiler-0.18.tar.gz 38696 SHA256
0e17c193659beca5e9e5a8d040da21faebd6427c6426b94c4094d5d50ceebd9d SHA512
2610e8fa391ee84a76c0c47c958be3ab015f8b511fc6214c9c97d627f5a808e5af6a49c9a10ac0269ec123eb377eda305ae33c667220c3ef9a174fd91671b346
WHIRLPOOL
62ab82b4457940f5c861e059dd76cc488c50841337256580fef2623cbb1f3d350d3b5071783f5a17b4e6a592960c48e4ef3bcf4ad53872e7f1ce453aedd1cd20
DIST Params-ValidationCompiler-0.19.tar.gz 38999 SHA256
c6c7e0945269868a2c51d2a48c825a0b267fdf58f55d7841cae63f61b06886ff SHA512
5dc07a93358fdbf7ffe17d3b0a54390013d0161dfa1d3c39a6bfdbe2feff93b61d602dc81534eda7bc3e7c2c32fc873cec2bb1dfe55b0551a88f9e67fd470e76
WHIRLPOOL
5063ea6546379bd19d6fe1b93e557409490b869519b77711319a92bcf55749128d4673fe5a559f872941fc44bbede81b3b8c6fc9b515a68ebbc25c981501555e
diff --git
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.180.0.ebuild
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.180.0.ebuild
deleted file mode 100644
index 18c8ac1..00000000
---
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.180.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.18
-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
- )
-"