From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1211654-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 E94F8138359
	for <garchives@archives.gentoo.org>; Sun,  4 Oct 2020 05:13:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 11EC8E0876;
	Sun,  4 Oct 2020 05:13:44 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 EF211E0876
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Oct 2020 05:13:43 +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 9BA86340AEC
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Oct 2020 05:13:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23533373
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Oct 2020 05:13:41 +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: <1601788028.9e94bcfa6427089ed10a8892f8c0fea62acf9f93.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MakeMethods/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
X-VCS-Directories: dev-perl/Class-MakeMethods/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 9e94bcfa6427089ed10a8892f8c0fea62acf9f93
X-VCS-Branch: master
Date: Sun,  4 Oct 2020 05:13:41 +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: ebd0baae-a38d-4267-b713-6b65feab375c
X-Archives-Hash: 117d6a0035ebfdd68da4b84a9126059f

commit:     9e94bcfa6427089ed10a8892f8c0fea62acf9f93
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 05:07:08 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 05:07:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e94bcfa

dev-perl/Class-MakeMethods: Cleanup old 1.10.0-r1

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

 .../Class-MakeMethods-1.10.0-r1.ebuild                  | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
deleted file mode 100644
index bd1b3f4fbdb..00000000000
--- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=EVO
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Automated method creation module for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc s390 sparc x86 ~ppc-aix ~x86-solaris"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
-SRC_TEST="do"