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 6A67F138359 for ; Mon, 19 Oct 2020 05:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887E7E097A; Mon, 19 Oct 2020 05:22:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 30E95E097A for ; Mon, 19 Oct 2020 05:22:40 +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 013EB340FFF for ; Mon, 19 Oct 2020 05:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726943AD for ; Mon, 19 Oct 2020 05:22:37 +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: <1603082802.f9b5df3102aa86658716c4268d7aa75a5bea2502.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-ISO8601/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild X-VCS-Directories: dev-perl/DateTime-Format-ISO8601/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f9b5df3102aa86658716c4268d7aa75a5bea2502 X-VCS-Branch: master Date: Mon, 19 Oct 2020 05:22:37 +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: 8ff90ec2-0c40-47b2-ab05-ebb9848cfb43 X-Archives-Hash: ae84c0e2693520dfab888ad3920b21db commit: f9b5df3102aa86658716c4268d7aa75a5bea2502 Author: Kent Fredric gentoo org> AuthorDate: Mon Oct 19 04:46:42 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Oct 19 04:46:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b5df31 dev-perl/DateTime-Format-ISO8601: Cleanup old 0.80.0-r2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../DateTime-Format-ISO8601-0.80.0-r2.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild deleted file mode 100644 index d4a55e92b54..00000000000 --- a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=JHOBLITT -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Parses ISO8601 formats" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/DateTime-0.180.0 - >=dev-perl/DateTime-Format-Builder-0.770.0 -" -DEPEND="dev-perl/Module-Build" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - test? ( - >=dev-perl/File-Find-Rule-0.240.0 - ) -" -PERL_RM_FILES=( - t/00_distribution.t - t/99_pod.t -)