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 7D23B138351 for ; Tue, 14 Apr 2020 12:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76E8FE095C; Tue, 14 Apr 2020 12:39:16 +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 5D888E095C for ; Tue, 14 Apr 2020 12:39:16 +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 734D734F2A8 for ; Tue, 14 Apr 2020 12:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315DF1D2 for ; Tue, 14 Apr 2020 12:39:14 +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: <1586867893.2acd10e66a87a9ac0ba96f46cda8c798f713aa83.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Form/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Form/HTML-Form-6.30.0-r1.ebuild X-VCS-Directories: dev-perl/HTML-Form/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2acd10e66a87a9ac0ba96f46cda8c798f713aa83 X-VCS-Branch: master Date: Tue, 14 Apr 2020 12:39:14 +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: eb26d995-0ee1-4b0e-93e6-ce1dd6e5aa9d X-Archives-Hash: bf553cc8733db56049cd88dcae9b3ee5 commit: 2acd10e66a87a9ac0ba96f46cda8c798f713aa83 Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 14 12:05:54 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 14 12:38:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acd10e6 dev-perl/HTML-Form: Remove old 6.30.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/HTML-Form/HTML-Form-6.30.0-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-perl/HTML-Form/HTML-Form-6.30.0-r1.ebuild b/dev-perl/HTML-Form/HTML-Form-6.30.0-r1.ebuild deleted file mode 100644 index 8fa96a80209..00000000000 --- a/dev-perl/HTML-Form/HTML-Form-6.30.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.03 -inherit perl-module - -DESCRIPTION="Class that represents an HTML form element" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - !=dev-perl/HTTP-Message-6.30.0 - >=dev-perl/URI-1.10 - dev-perl/HTML-Parser - >=virtual/perl-Encode-2 -" -DEPEND="${RDEPEND}"