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 1DBAE138CCA for ; Thu, 26 Mar 2015 22:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0961EE081E; Thu, 26 Mar 2015 22:05:22 +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 613D6E081E for ; Thu, 26 Mar 2015 22:05:21 +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 12E73340873 for ; Thu, 26 Mar 2015 22:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1B611499A for ; Thu, 26 Mar 2015 22:05:14 +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: <1427406249.7dd9fc450a05766f5beecf56f57216bb8826c95b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Cmd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild X-VCS-Directories: dev-perl/App-Cmd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7dd9fc450a05766f5beecf56f57216bb8826c95b X-VCS-Branch: master Date: Thu, 26 Mar 2015 22:05:14 +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: 21f1d0a4-0a06-4916-a92f-ea781375fe25 X-Archives-Hash: a662097bf895a926a87524fe8d70b7c6 commit: 7dd9fc450a05766f5beecf56f57216bb8826c95b Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 21:44:09 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 21:44:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7dd9fc45 [cleanup] App-Cmd: remove old Package-Manager: portage-2.2.17 dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild | 76 ------------------------------- dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild | 80 --------------------------------- 2 files changed, 156 deletions(-) diff --git a/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild deleted file mode 100644 index 0c1afd7..0000000 --- a/dev-perl/App-Cmd/App-Cmd-0.318.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.318 -inherit perl-module - -DESCRIPTION='write command line apps with less suffering' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Capture::Tiny 0.13 ( 0.130.0 ) - echo \>=dev-perl/Capture-Tiny-0.130.0 - # Carp - # echo virtual/perl-Carp - # Class::Load 0.06 ( 0.60.0 ) - echo \>=dev-perl/Class-Load-0.06 - # Data::OptList - echo dev-perl/Data-OptList - # File::Basename - echo dev-lang/perl - # Getopt::Long::Descriptive 0.084 ( 0.84.0 ) - echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0 - # IO::TieCombine - echo dev-perl/IO-TieCombine - # Module::Pluggable::Object - echo virtual/perl-Module-Pluggable - # String::RewritePrefix - echo dev-perl/String-RewritePrefix - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Sub::Exporter::Util - echo dev-perl/Sub-Exporter - # Sub::Install - echo dev-perl/Sub-Install - # Text::Abbrev - echo dev-lang/perl - # constant - # echo virtual/perl-constant - # parent - echo virtual/perl-parent - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # Data::Dumper - echo virtual/perl-Data-Dumper - # IPC::Cmd - echo virtual/perl-IPC-Cmd - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.96 ( 0.960.0 ) - echo \>=virtual/perl-Test-Simple-0.96 - # base - # echo virtual/perl-base -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild deleted file mode 100644 index 20ce7ec..0000000 --- a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.320 -inherit perl-module - -DESCRIPTION='write command line apps with less suffering' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Capture::Tiny 0.13 ( 0.130.0 ) - echo \>=dev-perl/Capture-Tiny-0.130.0 - # Carp - echo dev-lang/perl - # Class::Load 0.06 ( 0.60.0 ) - echo \>=dev-perl/Class-Load-0.06 - # Data::OptList - echo dev-perl/Data-OptList - # File::Basename - echo dev-lang/perl - # Getopt::Long::Descriptive 0.084 ( 0.84.0 ) - echo \>=dev-perl/Getopt-Long-Descriptive-0.84.0 - # IO::TieCombine - echo dev-perl/IO-TieCombine - # Module::Pluggable::Object - echo virtual/perl-Module-Pluggable - # String::RewritePrefix - echo dev-perl/String-RewritePrefix - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Sub::Exporter::Util - echo dev-perl/Sub-Exporter - # Sub::Install - echo dev-perl/Sub-Install - # Text::Abbrev - echo dev-lang/perl - # constant - # echo virtual/perl-constant - # parent - echo virtual/perl-parent - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # Data::Dumper - echo virtual/perl-Data-Dumper - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # IPC::Cmd - echo virtual/perl-IPC-Cmd - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.96 ( 0.960.0 ) - echo \>=virtual/perl-Test-Simple-0.96 - # base - # echo virtual/perl-base -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"