From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56C1C15808B for ; Tue, 8 Mar 2022 12:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BCCCE086A; Tue, 8 Mar 2022 12:41:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B978E086A for ; Tue, 8 Mar 2022 12:41:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2821C34330F for ; Tue, 8 Mar 2022 12:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B682B250 for ; Tue, 8 Mar 2022 12:41:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646743262.9a7eb60550691c6e607b443336cd16d9616fd95c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild X-VCS-Directories: dev-perl/HTML-Mason-PSGIHandler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a7eb60550691c6e607b443336cd16d9616fd95c X-VCS-Branch: master Date: Tue, 8 Mar 2022 12:41:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a574f05-d2ee-4674-a5b3-5d0a39699422 X-Archives-Hash: eec5a7a9657678d6a0802c3ff950c073 commit: 9a7eb60550691c6e607b443336cd16d9616fd95c Author: Sam James gentoo org> AuthorDate: Tue Mar 8 12:41:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 8 12:41:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7eb605 dev-perl/HTML-Mason-PSGIHandler: drop 0.530.0 Closes: https://bugs.gentoo.org/832314 Signed-off-by: Sam James gentoo.org> .../HTML-Mason-PSGIHandler-0.530.0.ebuild | 29 ---------------------- 1 file changed, 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"