diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-24 16:57:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-24 17:18:26 +0100 |
commit | ef4663f1bda562c034d62cd04ebd816814b18430 (patch) | |
tree | bc8ef10724c716ba8b675aa64e85f2a5a6a577e5 /dev-perl/Params-Util | |
parent | dev-perl/Parallel-ForkManager: Remove old (diff) | |
download | gentoo-ef4663f1bda562c034d62cd04ebd816814b18430.tar.gz gentoo-ef4663f1bda562c034d62cd04ebd816814b18430.tar.bz2 gentoo-ef4663f1bda562c034d62cd04ebd816814b18430.zip |
dev-perl/Params-Util: 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/Params-Util')
-rw-r--r-- | dev-perl/Params-Util/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Params-Util/Params-Util-1.70.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Params-Util/Manifest b/dev-perl/Params-Util/Manifest index 9e4a22830f23..6bf53f8e5970 100644 --- a/dev-perl/Params-Util/Manifest +++ b/dev-perl/Params-Util/Manifest @@ -1,2 +1 @@ -DIST Params-Util-1.07.tar.gz 40726 BLAKE2B 96d84eaab47a880520b666e5410215003f498b6a4b66d7b3df25a0d9bd2ee3d5ecb655da37e17174d3e4dccde7143bab3cf2f197799de6f6ca64dfaee3fb78d4 SHA512 ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56 DIST Params-Util-1.102.tar.gz 194986 BLAKE2B 691448bfe946242142bd8865c78dfa411e65a233d334df06a4739a70b4c0a332c82e80cf204a1898c8a332a04e52b8bae60ee66b490f1eb103d5c085af465177 SHA512 e2587b62545cf0572cc8f719ea8e5411d710789c3cbcab4038c5b01f86073a010d32191551f6aeea1bdae22d49e7d34358250b4e7ece9f261a598854af187194 diff --git a/dev-perl/Params-Util/Params-Util-1.70.0.ebuild b/dev-perl/Params-Util/Params-Util-1.70.0.ebuild deleted file mode 100644 index 492ff420f932..000000000000 --- a/dev-perl/Params-Util/Params-Util-1.70.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ADAMK -DIST_VERSION=1.07 -inherit perl-module - -DESCRIPTION="Utility functions to aid in parameter checking" - -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=virtual/perl-Scalar-List-Utils-1.180.0" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-CBuilder-0.270.0 - >=virtual/perl-ExtUtils-MakeMaker-6.520.0 - >=virtual/perl-File-Spec-0.800.0 - test? ( virtual/perl-Test-Simple ) -" |