From 9a7eb60550691c6e607b443336cd16d9616fd95c Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Tue, 8 Mar 2022 12:41:02 +0000 Subject: dev-perl/HTML-Mason-PSGIHandler: drop 0.530.0 Closes: https://bugs.gentoo.org/832314 Signed-off-by: Sam James <sam@gentoo.org> --- .../HTML-Mason-PSGIHandler-0.530.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild (limited to 'dev-perl/HTML-Mason-PSGIHandler') diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild deleted file mode 100644 index 0bbbcee65a78..000000000000 --- a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RUZ -MODULE_VERSION=0.53 -inherit perl-module - -DESCRIPTION="PSGI handler for HTML::Mason" - -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/CGI-PSGI - dev-perl/HTML-Mason -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - dev-perl/Plack - virtual/perl-Test-Simple - ) -" - -SRC_TEST="do parallel" -- cgit v1.2.3-65-gdbad