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 D08E9138CD3 for ; Tue, 9 Jun 2015 08:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CCA0E088F; Tue, 9 Jun 2015 08:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD727E0886 for ; Tue, 9 Jun 2015 08:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA98F340A9F for ; Tue, 9 Jun 2015 08:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E52A3C for ; Tue, 9 Jun 2015 08:14:56 +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: <1433830398.2948278602b74bbca29b1e9a8e67ecbe3fdbc5a2.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild X-VCS-Directories: dev-perl/Test-CPAN-Meta/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2948278602b74bbca29b1e9a8e67ecbe3fdbc5a2 X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:56 +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: ca85c2b7-3538-4ab2-a191-00ffdab201af X-Archives-Hash: 4a23551a73dcf6f13906e75ea0570a25 commit: 2948278602b74bbca29b1e9a8e67ecbe3fdbc5a2 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:13:18 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:13:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=29482786 [cleanup] Test-CPAN-Meta: Remove old versions Package-Manager: portage-2.2.17 .../Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild | 35 -------------------- .../Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild | 37 ---------------------- 2 files changed, 72 deletions(-) diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild deleted file mode 100644 index bd8bf6c..0000000 --- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=BARBIE -MODULE_VERSION=0.21 -inherit perl-module - -DESCRIPTION='A test module to validate a CPAN META.yml file.' -LICENSE=" Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # Test::Builder::Tester - echo virtual/perl-Test-Simple - # Test::More 0.70 ( 0.700.0 ) - echo \>=virtual/perl-Test-Simple-0.70 -} -perl_meta_runtime() { - # Parse::CPAN::Meta 0.02 ( 0.20.0 ) - echo \>=virtual/perl-Parse-CPAN-Meta-0.20 - # Test::Builder - echo virtual/perl-Test-Simple - # Test::More 0.70 ( 0.700.0 ) - echo \>=virtual/perl-Test-Simple-0.70 -} -DEPEND=" - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild deleted file mode 100644 index 4030bf5..0000000 --- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=BARBIE -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION='Validate your CPAN META.yml file' -LICENSE=" Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # IO::File - echo virtual/perl-IO - # Test::Builder::Tester - echo virtual/perl-Test-Simple - # Test::More 0.70 ( 0.700.0 ) - echo \>=virtual/perl-Test-Simple-0.70 -} -perl_meta_runtime() { - # Parse::CPAN::Meta 0.02 ( 0.20.0 ) - echo \>=virtual/perl-Parse-CPAN-Meta-0.20 - # Test::Builder - echo virtual/perl-Test-Simple - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 -} -DEPEND=" - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"