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 430B11382C5 for ; Tue, 17 Apr 2018 00:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 857EFE09ED; Tue, 17 Apr 2018 00:06:20 +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 662C6E09EB for ; Tue, 17 Apr 2018 00:06:20 +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 720B6335C63 for ; Tue, 17 Apr 2018 00:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C631297 for ; Tue, 17 Apr 2018 00:06:16 +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: <1523923523.974fc5c754a70a3515483a0fa8f69a55b39341a9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-ISA/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild X-VCS-Directories: dev-perl/Class-ISA/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 974fc5c754a70a3515483a0fa8f69a55b39341a9 X-VCS-Branch: master Date: Tue, 17 Apr 2018 00:06:16 +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-Archives-Salt: b14b255d-1029-4205-8f97-f6168ac526b3 X-Archives-Hash: 5cddab6ed39d8b161995270a0f0c6ec6 commit: 974fc5c754a70a3515483a0fa8f69a55b39341a9 Author: Kent Fredric gentoo org> AuthorDate: Mon Apr 16 19:24:31 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 17 00:05:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974fc5c7 dev-perl/Class-ISA: Cleanup old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild b/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild deleted file mode 100644 index bb9152a5adc..00000000000 --- a/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Report the search path thru an ISA tree" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-solaris" -IUSE="" - -SRC_TEST="do"