mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/Params-ValidationCompiler: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
87c74c7b38
commit
30007460a8
@ -1,2 +1 @@
|
||||
DIST Params-ValidationCompiler-0.30.tar.gz 49796 BLAKE2B d6a50a1b8c457a961677586e364f43ab039b8df26c8349befa37e77c565dd4b24b5d88e0c54697c66d8ff69776b6bf69ab810a6f3ab78a9565163c5371bcf80d SHA512 5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05
|
||||
DIST Params-ValidationCompiler-0.31.tar.gz 51530 BLAKE2B d76bc5e5272437b01997ade974e781b58bfc667e68f583c0cf70427dda820e2a740034a2d819a267e17119c2ba26c3c60da07552500b8cb2357127b8e2a4739b SHA512 e3265cc6a5fc9761dd6ae82c3875711c5766242ab0f1edd74cc74296fdac22b6c23e48ba4768e895701ca8a00bd81677056713124b8edaa0b340eae1b33cf9c4
|
||||
|
||||
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=DROLSKY
|
||||
DIST_VERSION=0.30
|
||||
DIST_EXAMPLES=("eg/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
LICENSE="Artistic-2"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
dev-perl/Eval-Closure
|
||||
dev-perl/Exception-Class
|
||||
virtual/perl-Exporter
|
||||
>=virtual/perl-Scalar-List-Utils-1.400.0
|
||||
"
|
||||
|
||||
BDEPEND="${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-0.0.72
|
||||
dev-perl/Test2-Plugin-NoWarnings
|
||||
)
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user