From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1312343-garchives=archives.gentoo.org@lists.gentoo.org>
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 F0A59139360
	for <garchives@archives.gentoo.org>; Fri, 13 Aug 2021 01:05:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8FCD3E084E;
	Fri, 13 Aug 2021 01:05:39 +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 6080BE0848
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:39 +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 E4CBD342B2E
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5536E8BB
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 01:05:34 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1628816701.152ca7aa0dfcd80ac31ff6b4453b59118c2c792c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/DateTime/DateTime-1.440.0.ebuild dev-perl/DateTime/DateTime-1.520.0.ebuild dev-perl/DateTime/Manifest
X-VCS-Directories: dev-perl/DateTime/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 152ca7aa0dfcd80ac31ff6b4453b59118c2c792c
X-VCS-Branch: master
Date: Fri, 13 Aug 2021 01:05:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6e60026f-9354-483a-8125-ee39ba0769bc
X-Archives-Hash: b8b6a12d80e7baa432d7b1c355cca1ff

commit:     152ca7aa0dfcd80ac31ff6b4453b59118c2c792c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 00:44:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 01:05:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152ca7aa

dev-perl/DateTime: drop 1.440.0, 1.520.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/DateTime/DateTime-1.440.0.ebuild | 46 ---------------------------
 dev-perl/DateTime/DateTime-1.520.0.ebuild | 52 -------------------------------
 dev-perl/DateTime/Manifest                |  2 --
 3 files changed, 100 deletions(-)

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild b/dev-perl/DateTime/DateTime-1.440.0.ebuild
deleted file mode 100644
index 5c06d063a38..00000000000
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.44
-inherit perl-module
-
-DESCRIPTION="A date and time object"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CONFLICTS="
-	!<=dev-perl/DateTime-Format-Mail-0.402.0
-"
-RDEPEND="
-	${CONFLICTS}
-	virtual/perl-Carp
-	>=dev-perl/DateTime-Locale-1.60.0
-	>=dev-perl/DateTime-TimeZone-2.20.0
-	>=dev-perl/Dist-CheckConflicts-0.20.0
-	>=dev-perl/Params-ValidationCompiler-0.130.0
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/Specio-0.180.0
-	dev-perl/Try-Tiny
-	virtual/perl-XSLoader
-	>=dev-perl/namespace-autoclean-0.190.0
-	virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-CPAN-Meta-Requirements
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		virtual/perl-File-Spec
-		virtual/perl-Storable
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.960.0
-		>=dev-perl/Test-Warnings-0.5.0
-	)
-"

diff --git a/dev-perl/DateTime/DateTime-1.520.0.ebuild b/dev-perl/DateTime/DateTime-1.520.0.ebuild
deleted file mode 100644
index 2f255e253ac..00000000000
--- a/dev-perl/DateTime/DateTime-1.520.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.52
-inherit perl-module
-
-DESCRIPTION="A date and time object"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CONFLICTS="
-	!<=dev-perl/DateTime-Format-Mail-0.402.0
-"
-RDEPEND="
-	${CONFLICTS}
-	virtual/perl-Carp
-	>=dev-perl/DateTime-Locale-1.60.0
-	>=dev-perl/DateTime-TimeZone-2.20.0
-	>=dev-perl/Dist-CheckConflicts-0.20.0
-	>=dev-perl/Params-ValidationCompiler-0.260.0
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/Specio-0.180.0
-	dev-perl/Try-Tiny
-	virtual/perl-XSLoader
-	>=dev-perl/namespace-autoclean-0.190.0
-	virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-CPAN-Meta-Requirements
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		virtual/perl-File-Spec
-		virtual/perl-Storable
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.960.0
-		>=dev-perl/Test-Warnings-0.5.0
-	)
-"
-src_compile() {
-	mymake=(
-		"OPTIMIZE=${CFLAGS}"
-	)
-	perl-module_src_compile
-}

diff --git a/dev-perl/DateTime/Manifest b/dev-perl/DateTime/Manifest
index 6ef0a338c6b..9f87db31af7 100644
--- a/dev-perl/DateTime/Manifest
+++ b/dev-perl/DateTime/Manifest
@@ -1,3 +1 @@
-DIST DateTime-1.44.tar.gz 239685 BLAKE2B 6d725244f1ef028a5860774b93c1e361e6cd14f6d6cff5a586ee8af6bd4c2fbb196b66884ec62878dbf585824d24e754092750e32cfaa57dc999307e4637e279 SHA512 a256efc26ad1f2859f3371b70e5edd0d962d2c19c54b746178e3945b1dc665621d09b7ac6be279c7e92b8aa91763c5df2d8ccbca1832ba69ac810feb8533ca71
-DIST DateTime-1.52.tar.gz 269535 BLAKE2B b8da6a8ca968fcceafed77465b7b25acf9a3438d0e8bbb209141d9a85eab415da54a874981ebcb1cfdac6a3e4edb1a617a1d4d45b58ece5a5ea8b6693aa0aec2 SHA512 c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4
 DIST DateTime-1.54.tar.gz 314605 BLAKE2B 50f0b2a022af9a955485e3dba8065f304d47223cd34855545452db8316451daebca4d75b66e6626c562088f08c2df295ace6738ad2b94f7a1cca62ebdb43771c SHA512 b974bf2191d6d9ac5e674edf05da8bca1b506c953dc6280d16358f09c55601bf47c0158de5ee46f79ee8e56e8e358e0168a70480cf7a24270475914e5278b843