dev-perl/Task-Weaken: drop 1.50.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-06-29 11:21:02 +00:00
parent 66a3b0098b
commit 6b43e5064e
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +1 @@
DIST Task-Weaken-1.05.tar.gz 27741 BLAKE2B 7ed4597683817d2a4653a6d70606137ee9213ed44e52694273afa1728c1eb08c6fd66374045415fff3d62a6a051963dd5c93e9a681fd293cf6f23a1c3a72b18f SHA512 c19f3f4355770ef74cf4e26cc34a0d35b203e2561d2cb853915b46d754c49a902b6e62fffc5d6fbffcad7c32bd4c1afa7ded3f268d4d7baf1d375da213b14928
DIST Task-Weaken-1.06.tar.gz 28404 BLAKE2B d5014c343b4ca938a95d263d024656985df3381bb35c485b7c6b624aaa004b4e5de332e7cac264b08db183052fe43dca78d962fb2b314de8a2764b01191d640b SHA512 2cd723a748c1fb3df12b465ad278070330959c611ed125f54770c2d820202592cc6e46f16ee43671e310abfcf86fe7ffa639db7dd605d69d7d13fca793d59808

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=1.05
inherit perl-module
DESCRIPTION="Ensure that a platform has weaken support"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
test? (
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
)
"