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 1EE3D138882 for ; Tue, 5 Feb 2013 12:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC66AE0417; Tue, 5 Feb 2013 12:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CE5DE0029 for ; Tue, 5 Feb 2013 12:24:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 018EF33DE36 for ; Tue, 5 Feb 2013 12:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9C026E4083 for ; Tue, 5 Feb 2013 12:24:02 +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: <1360055038.2a11a73165f7bb61553581fef0ed9bad52818e31.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.320.0.ebuild dev-perl/App-Cmd/ChangeLog X-VCS-Directories: dev-perl/App-Cmd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2a11a73165f7bb61553581fef0ed9bad52818e31 X-VCS-Branch: master Date: Tue, 5 Feb 2013 12:24:02 +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: 81f6fcaa-792f-4829-9f01-dd66723a87b0 X-Archives-Hash: 707500f423335ce8ce6cb209948b6182 commit: 2a11a73165f7bb61553581fef0ed9bad52818e31 Author: Kent Fredric gmail com> AuthorDate: Tue Feb 5 08:30:48 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Feb 5 09:03:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a11a731 [newversion] App-Cmd-0.320.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild | 80 +++++++++++++++++++++++++++++++ dev-perl/App-Cmd/ChangeLog | 7 ++- 2 files changed, 86 insertions(+), 1 deletions(-) diff --git a/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild new file mode 100644 index 0000000..20ce7ec --- /dev/null +++ b/dev-perl/App-Cmd/App-Cmd-0.320.0.ebuild @@ -0,0 +1,80 @@ +# 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" diff --git a/dev-perl/App-Cmd/ChangeLog b/dev-perl/App-Cmd/ChangeLog index 81a3afa..fc74a77 100644 --- a/dev-perl/App-Cmd/ChangeLog +++ b/dev-perl/App-Cmd/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/App-Cmd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*App-Cmd-0.320.0 (05 Feb 2013) + + 05 Feb 2013; Kent Fredric +App-Cmd-0.320.0.ebuild: + Version Bump + 23 Aug 2012; Kent Fredric -App-Cmd-0.312.0.ebuild, -App-Cmd-0.313.0.ebuild, -App-Cmd-0.314.0.ebuild, -App-Cmd-0.315.0.ebuild: Gone on CPAN