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 1B08713835B for ; Sat, 22 May 2021 16:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31808E081E; Sat, 22 May 2021 16:05:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1C022E081E for ; Sat, 22 May 2021 16:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B0BB3335C7A for ; Sat, 22 May 2021 16:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91FE78D for ; Sat, 22 May 2021 16:05:35 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1621699490.7aab00a60e1a95aa1ac5f6fef73efb880ae8020e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-DateParse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild X-VCS-Directories: dev-perl/DateTime-Format-DateParse/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7aab00a60e1a95aa1ac5f6fef73efb880ae8020e X-VCS-Branch: master Date: Sat, 22 May 2021 16:05:35 +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: 7a523191-34e0-4b6b-ada3-52d96f1051b8 X-Archives-Hash: d89609ffd8e54c14e72415fed6ba6078 commit: 7aab00a60e1a95aa1ac5f6fef73efb880ae8020e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 22 15:33:24 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 22 16:04:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aab00a6 dev-perl/DateTime-Format-DateParse: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> .../DateTime-Format-DateParse-0.50.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild b/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild deleted file mode 100644 index 1ff5c52fa5d..00000000000 --- a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JHOBLITT -MODULE_VERSION=0.05 -inherit perl-module - -DESCRIPTION="Parses Date::Parse compatible formats" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND=">=dev-perl/DateTime-0.29 - dev-perl/DateTime-TimeZone - dev-perl/TimeDate" -DEPEND="${RDEPEND} - dev-perl/Module-Build" - -SRC_TEST=do