From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1413201-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AA26158095 for <garchives@archives.gentoo.org>; Wed, 29 Jun 2022 13:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B89E0BDB; Wed, 29 Jun 2022 13:02:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AB5EE0BDB for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jun 2022 13:02:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A7A6341129 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jun 2022 13:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8D9C51B for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jun 2022 13:02:47 +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: <1656507755.53806a67ebcce738114b4cce557c7b97ed330ff5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Strptime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild dev-perl/DateTime-Format-Strptime/Manifest X-VCS-Directories: dev-perl/DateTime-Format-Strptime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53806a67ebcce738114b4cce557c7b97ed330ff5 X-VCS-Branch: master Date: Wed, 29 Jun 2022 13:02:47 +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: 08a60400-0b8f-41c6-83af-09bdf38a6be3 X-Archives-Hash: d046ef4a08eee622c0536a1051abbbfe commit: 53806a67ebcce738114b4cce557c7b97ed330ff5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 29 11:20:17 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 29 13:02:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53806a67 dev-perl/DateTime-Format-Strptime: drop 1.740.0 Signed-off-by: Sam James <sam <AT> gentoo.org> .../DateTime-Format-Strptime-1.740.0.ebuild | 38 ---------------------- dev-perl/DateTime-Format-Strptime/Manifest | 1 - 2 files changed, 39 deletions(-) diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild deleted file mode 100644 index 3818eace20c2..000000000000 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild +++ /dev/null @@ -1,38 +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.74 -inherit perl-module - -DESCRIPTION="Parse and Format DateTimes using Strptime" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - >=dev-perl/DateTime-1 - >=dev-perl/DateTime-Locale-1.50.0 - >=dev-perl/DateTime-TimeZone-2.90.0 - virtual/perl-Exporter - >=dev-perl/Package-DeprecationManager-0.150.0 - dev-perl/Params-ValidationCompiler - >=dev-perl/Specio-0.330.0 - dev-perl/Try-Tiny - virtual/perl-parent -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=virtual/perl-Test-Simple-0.960.0 - dev-perl/Test-Fatal - dev-perl/Test-Warnings - ) -" diff --git a/dev-perl/DateTime-Format-Strptime/Manifest b/dev-perl/DateTime-Format-Strptime/Manifest index 83b08188501a..f4d87db2e5cc 100644 --- a/dev-perl/DateTime-Format-Strptime/Manifest +++ b/dev-perl/DateTime-Format-Strptime/Manifest @@ -1,2 +1 @@ -DIST DateTime-Format-Strptime-1.74.tar.gz 105317 BLAKE2B 997a76591b710f61e003998fc97ec26a8c5ce43dff83e42dd9cab5b13238c21e40f327afe46a0258b9f8e725abfc35d0d9957cf4e89936aa17cf79b1f7d111d9 SHA512 3b2b640f93956e82aff47f068c596018700615414c9b9ccf8d6bf68ad7b626ec86a831ec2b68807d7f137c10d4b8cfa5d2d50a6304252f3dfecbe9ff94e59617 DIST DateTime-Format-Strptime-1.79.tar.gz 119122 BLAKE2B 8125e095d6bc9c14b26278bbf2d7b04b783533f75f441637b13c5d5a117bf248b4db6db8da3e8c72e4c39aa45acc38a00816eba21ee29ab13e953021b84086b6 SHA512 842da603c4314e2506f12de2a8ce5e7bf29b183d6064b7f40b663934fba3612e26073835c49c5f58accc9727f1c1883d48deb69e11ceec28f9f47e776c4e2d7c