From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9AC559CA3 for ; Sat, 12 Mar 2016 02:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB7021C007; Sat, 12 Mar 2016 02:44:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B742E21C007 for ; Sat, 12 Mar 2016 02:44:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28F56340C21 for ; Sat, 12 Mar 2016 02:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22BB01AE8 for ; Sat, 12 Mar 2016 02:44:52 +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: <1457749100.b3ce408a78126c0e205b6f0ca35b3bcc1415c414.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Modern-Perl/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Modern-Perl/Modern-Perl-1.201.211.30.ebuild dev-perl/Modern-Perl/metadata.xml X-VCS-Directories: dev-perl/Modern-Perl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b3ce408a78126c0e205b6f0ca35b3bcc1415c414 X-VCS-Branch: master Date: Sat, 12 Mar 2016 02:44:52 +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: 1bb73eb3-4499-423c-9f9d-ab95b299f3db X-Archives-Hash: e248f62fcf11563aae62ebbfe485a10c commit: b3ce408a78126c0e205b6f0ca35b3bcc1415c414 Author: Kent Fredric gmail com> AuthorDate: Sat Mar 12 02:18:20 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Mar 12 02:18:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b3ce408a dev-perl/Modern-Perl: Remove, gone to ::gentoo .../Modern-Perl/Modern-Perl-1.201.211.30.ebuild | 52 ---------------------- dev-perl/Modern-Perl/metadata.xml | 16 ------- 2 files changed, 68 deletions(-) diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.211.30.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.201.211.30.ebuild deleted file mode 100644 index 7667c45..0000000 --- a/dev-perl/Modern-Perl/Modern-Perl-1.201.211.30.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 -MODULE_AUTHOR=CHROMATIC -MODULE_VERSION=1.20121103 -inherit perl-module - -DESCRIPTION='enable all of the features of Modern Perl with one import' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=dev-perl/Module-Build-0.36.01 -} -perl_meta_build() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=dev-perl/Module-Build-0.36.01 - # Test::More 0.98 ( 0.980.0 ) - echo \>=virtual/perl-Test-Simple-0.980.0 -} -perl_meta_runtime() { - # IO::File - echo virtual/perl-IO - # IO::Handle - echo virtual/perl-IO - # autodie 2.10 ( 2.100.0 ) - echo \>=virtual/perl-autodie-2.100.0 - # feature - echo dev-lang/perl - # mro - echo dev-lang/perl - # perl 5.010 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Modern-Perl/metadata.xml b/dev-perl/Modern-Perl/metadata.xml deleted file mode 100644 index f1b8175..0000000 --- a/dev-perl/Modern-Perl/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - kentfredric@gmail.com - Kent Fredric - - - Modern-Perl - Modern::Perl - -