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 9AD7713835B for ; Mon, 31 Aug 2020 08:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 753DDE09CD; Mon, 31 Aug 2020 08:48:42 +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 5ABD1E09CB for ; Mon, 31 Aug 2020 08:48:42 +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 69D29340D5C for ; Mon, 31 Aug 2020 08:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8A3833D for ; Mon, 31 Aug 2020 08:48:39 +0000 (UTC) From: "Kent Fredric" 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" Message-ID: <1598863602.ebd010e1fb715350dde776e240030a4eed3e1948.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MethodMaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild X-VCS-Directories: dev-perl/Class-MethodMaker/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ebd010e1fb715350dde776e240030a4eed3e1948 X-VCS-Branch: master Date: Mon, 31 Aug 2020 08:48:39 +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: 025868c0-4ec6-4a32-8f94-e8e8c1db6751 X-Archives-Hash: 9979734af87ebae881b5af233c3a20c8 commit: ebd010e1fb715350dde776e240030a4eed3e1948 Author: Kent Fredric gentoo org> AuthorDate: Mon Aug 31 07:38:36 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Aug 31 08:46:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd010e1 dev-perl/Class-MethodMaker: Cleanup old 2.240.0-r1 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Class-MethodMaker-2.240.0-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild deleted file mode 100644 index 41dd1816122..00000000000 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=SCHWIGON -DIST_VERSION=2.24 -DIST_SECTION="class-methodmaker" -inherit perl-module eutils - -DESCRIPTION="Create generic methods for OO Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" - -BDEPEND=" - virtual/perl-ExtUtils-MakeMaker -"