From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1216150-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 2D85E13835B
	for <garchives@archives.gentoo.org>; Mon, 19 Oct 2020 05:22:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D07DE0977;
	Mon, 19 Oct 2020 05:22:40 +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 815F6E0977
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 05:22:40 +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 2F03B341040
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 05:22:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 993683B2
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 05:22:37 +0000 (UTC)
From: "Kent Fredric" <kentnl@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, "Kent Fredric" <kentnl@gentoo.org>
Message-ID: <1603083227.7ba40e7b877121da4e90c54841bcfd2d307a99f0.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild dev-perl/Dist-Zilla-Plugin-Git/Manifest
X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-Git/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 7ba40e7b877121da4e90c54841bcfd2d307a99f0
X-VCS-Branch: master
Date: Mon, 19 Oct 2020 05:22:37 +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: bc4979e8-2f02-4aa6-8ce4-4afeabd02b4b
X-Archives-Hash: c7e70b35856290599822018077d55ab1

commit:     7ba40e7b877121da4e90c54841bcfd2d307a99f0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 04:53:47 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 04:53:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba40e7b

dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.46.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Dist-Zilla-Plugin-Git-2.46.0.ebuild            | 57 ----------------------
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 -
 2 files changed, 58 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
deleted file mode 100644
index 2c410eee88d..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.046
-inherit perl-module
-
-DESCRIPTION="Update your git repository after release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.200.16
-	dev-perl/Dist-Zilla-Plugin-Config-Git
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	>=dev-perl/Git-Wrapper-0.21.0
-	dev-perl/IPC-System-Simple
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	dev-perl/Module-Runtime
-	dev-perl/Moose
-	dev-perl/MooseX-Has-Sugar
-	>=dev-perl/Path-Tiny-0.48.0
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	dev-perl/String-Formatter
-	dev-perl/Try-Tiny
-	dev-perl/Type-Tiny
-	dev-perl/Types-Path-Tiny
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.90.0
-	>=virtual/perl-version-0.80.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-Text-ParseWords
-	test? (
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		virtual/perl-CPAN-Meta-Requirements
-		virtual/perl-Encode
-		virtual/perl-Exporter
-		dev-perl/File-Copy-Recursive
-		>=virtual/perl-File-Path-2.70.0
-		virtual/perl-File-Spec
-		dev-perl/File-Which
-		dev-perl/File-pushd
-		dev-perl/Log-Dispatchouli
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 685ec77f5ae..c563f172342 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1 SHA512 ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e
 DIST Dist-Zilla-Plugin-Git-2.047.tar.gz 75517 BLAKE2B 9c50634d86938906034d75396e984e4de4d1ec7552064af81493c78c2f509e453d639dbc9fdecda3be177975f39143d88f78bb37189821328c3898a9df5bf494 SHA512 7f1f037652df2fd7b965097ac8d2be5ba5e61c9a2c0594c92a0b403cdbf95a1c1daaa1d0215f91fe7e0970b403c8bcc2a2cdd664b0ce8242a3c5bb84cfef11c2