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 71990138CE7 for ; Sat, 13 Jun 2015 15:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32232E0897; Sat, 13 Jun 2015 15:21:39 +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 4044BE0894 for ; Sat, 13 Jun 2015 15:21:38 +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 3141E340A3B for ; Sat, 13 Jun 2015 15:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4F77A0C for ; Sat, 13 Jun 2015 15:21:35 +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: <1434206866.23210637e3c841d4963fe91e1a24b8d576f1d9b4.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.323.0.ebuild dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild X-VCS-Directories: dev-perl/App-Cmd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 23210637e3c841d4963fe91e1a24b8d576f1d9b4 X-VCS-Branch: master Date: Sat, 13 Jun 2015 15:21:35 +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: 6b20c3fc-afce-4b21-b785-e70a7a0b916d X-Archives-Hash: b4b3b4f75205444694ff2e4fd487369f commit: 23210637e3c841d4963fe91e1a24b8d576f1d9b4 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 11:51:43 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 13 14:47:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=23210637 [bump] App-Cmd to 0.327.0 Package-Manager: portage-2.2.17 dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild | 80 --------------------------------- dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild | 40 +++++++++++++++++ 2 files changed, 40 insertions(+), 80 deletions(-) diff --git a/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild deleted file mode 100644 index e1d88da..0000000 --- a/dev-perl/App-Cmd/App-Cmd-0.323.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.323 -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 2.39 ( 2.390.0 ) - echo \>=virtual/perl-Getopt-Long-2.390.0 - # 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 - # lib - # echo virtual/perl-lib -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do parallel" diff --git a/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild new file mode 100644 index 0000000..6b932d5 --- /dev/null +++ b/dev-perl/App-Cmd/App-Cmd-0.327.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.327 +inherit perl-module + +DESCRIPTION='write command line apps with less suffering' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# File::Basename -> perl +# Text::Abbrev -> perl +RDEPEND=" + >=dev-perl/Capture-Tiny-0.130.0 + virtual/perl-Carp + >=dev-perl/Class-Load-0.60.0 + dev-perl/Data-OptList + >=virtual/perl-Getopt-Long-2.390.0 + >=dev-perl/Getopt-Long-Descriptive-0.84.0 + dev-perl/IO-TieCombine + dev-perl/Module-Pluggable + dev-perl/String-RewritePrefix + dev-perl/Sub-Exporter + dev-perl/Sub-Install + virtual/perl-constant + virtual/perl-parent +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + ) +"