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 35F27138359 for ; Tue, 25 Aug 2020 22:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2649E096F; Tue, 25 Aug 2020 22:49:18 +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 C5BEEE096F for ; Tue, 25 Aug 2020 22:49:18 +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 3E6CC340F38 for ; Tue, 25 Aug 2020 22:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6BA342 for ; Tue, 25 Aug 2020 22:49:13 +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: <1598395714.db9c5dfc959a7af87cebb98792afaa9ec226d6ec.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANfile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild dev-perl/Module-CPANfile/metadata.xml X-VCS-Directories: dev-perl/Module-CPANfile/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: db9c5dfc959a7af87cebb98792afaa9ec226d6ec X-VCS-Branch: master Date: Tue, 25 Aug 2020 22:49:13 +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: 45694fa1-f187-44dc-9b3c-d2721ff338c3 X-Archives-Hash: 9e43e92418a0d7a9fb27a59ef711b617 commit: db9c5dfc959a7af87cebb98792afaa9ec226d6ec Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 25 22:15:04 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Aug 25 22:48:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=db9c5dfc dev-perl/Module-CPANfile: Remove, gone to ::gentoo Signed-off-by: Kent Fredric gentoo.org> .../Module-CPANfile/Module-CPANfile-1.100.0.ebuild | 29 ---------------------- dev-perl/Module-CPANfile/metadata.xml | 20 --------------- 2 files changed, 49 deletions(-) diff --git a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild deleted file mode 100644 index 4b9fa4eb1..000000000 --- a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION=1.1000 - -inherit perl-module - -DESCRIPTION="Parse cpanfile" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -PERL_RM_FILES=( - t/release-pod-syntax.t -) -RDEPEND=" - >=virtual/perl-CPAN-Meta-2.120.910 - virtual/perl-parent -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - ) -" diff --git a/dev-perl/Module-CPANfile/metadata.xml b/dev-perl/Module-CPANfile/metadata.xml deleted file mode 100644 index ed207a0cf..000000000 --- a/dev-perl/Module-CPANfile/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - kentfredric@gmail.com - Kent Fredric - - - Module-CPANfile - Module::CPANfile - Module::CPANfile::Environment - Module::CPANfile::Prereq - Module::CPANfile::Prereqs - Module::CPANfile::Requirement - -