summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-08 12:41:02 +0000
committerSam James <sam@gentoo.org>2022-03-08 12:41:02 +0000
commit9a7eb60550691c6e607b443336cd16d9616fd95c (patch)
tree0bdef649b464d17e9a0f526105027b3b5e0b86de /dev-perl/HTML-Mason-PSGIHandler
parentnet-misc/connman: Stabilize 1.41-r1 arm64, #834545 (diff)
downloadgentoo-9a7eb60550691c6e607b443336cd16d9616fd95c.tar.gz
gentoo-9a7eb60550691c6e607b443336cd16d9616fd95c.tar.bz2
gentoo-9a7eb60550691c6e607b443336cd16d9616fd95c.zip
dev-perl/HTML-Mason-PSGIHandler: drop 0.530.0
Closes: https://bugs.gentoo.org/832314 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Mason-PSGIHandler')
-rw-r--r--dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild29
1 files changed, 0 insertions, 29 deletions
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"