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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5864F138359 for ; Fri, 17 Jul 2020 11:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7006BE08A8; Fri, 17 Jul 2020 11:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 587D5E08A8 for ; Fri, 17 Jul 2020 11:17:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5716834F2D7 for ; Fri, 17 Jul 2020 11:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2981291 for ; Fri, 17 Jul 2020 11:17:12 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1594984585.8806c60b38a73296b68e71990e602f9f58acf8f0.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Ajax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild X-VCS-Directories: dev-perl/CGI-Ajax/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8806c60b38a73296b68e71990e602f9f58acf8f0 X-VCS-Branch: master Date: Fri, 17 Jul 2020 11:17:12 +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: 0bf85363-84aa-4173-be16-dc2cd981b405 X-Archives-Hash: 210e0049f8f19ccdb435a6a2044895b9 commit: 8806c60b38a73296b68e71990e602f9f58acf8f0 Author: Kent Fredric gentoo org> AuthorDate: Fri Jul 17 10:50:36 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jul 17 11:16:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8806c60b dev-perl/CGI-Ajax: Cleanup old 0.707.0 Eclipsed by newer unstable for >1 month Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild deleted file mode 100644 index 8e010bb6128..00000000000 --- a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_VERSION=0.707 -MODULE_AUTHOR=BPEDERSE -inherit perl-module - -DESCRIPTION="a perl-specific system for writing Asynchronous web applications" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/CGI - dev-perl/Class-Accessor -" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST=do