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 98A2113890A for ; Fri, 8 Feb 2013 10:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6439BE05D7; Fri, 8 Feb 2013 10:36:41 +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 9416FE05D9 for ; Fri, 8 Feb 2013 10:36:35 +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 CA33633E1C3 for ; Fri, 8 Feb 2013 10:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D9A42E4073 for ; Fri, 8 Feb 2013 10:36:31 +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: <1360312988.9c21d7105184e56cd45c87cfca1c9f4446d49ede.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Iterator-Rule/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Path-Iterator-Rule/ChangeLog dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild dev-perl/Path-Iterator-Rule/metadata.xml X-VCS-Directories: dev-perl/Path-Iterator-Rule/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9c21d7105184e56cd45c87cfca1c9f4446d49ede X-VCS-Branch: master Date: Fri, 8 Feb 2013 10:36:31 +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: b8ac188c-82e0-45c3-be58-a5c3e16eddf5 X-Archives-Hash: e956f6451dd5be1a2c007d54ae28e3c7 commit: 9c21d7105184e56cd45c87cfca1c9f4446d49ede Author: Kent Fredric gmail com> AuthorDate: Fri Feb 8 08:43:08 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 8 08:43:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c21d710 [added] Path-Iterator-Rule for Dist-Zilla-Plugin-CheckExtraTests Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Path-Iterator-Rule/ChangeLog | 10 +++ .../Path-Iterator-Rule-0.11.0.ebuild | 80 ++++++++++++++++++++ dev-perl/Path-Iterator-Rule/metadata.xml | 13 +++ 3 files changed, 103 insertions(+), 0 deletions(-) diff --git a/dev-perl/Path-Iterator-Rule/ChangeLog b/dev-perl/Path-Iterator-Rule/ChangeLog new file mode 100644 index 0000000..404ea30 --- /dev/null +++ b/dev-perl/Path-Iterator-Rule/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Path-Iterator-Rule +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Path-Iterator-Rule-0.11.0 (08 Feb 2013) + + 08 Feb 2013; Kent Fredric + +Path-Iterator-Rule-0.11.0.ebuild: + Added for Dist::Zilla::Plugin::CheckExtraTests + diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild new file mode 100644 index 0000000..177a8e2 --- /dev/null +++ b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.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=DAGOLDEN +MODULE_VERSION=0.011 +inherit perl-module + +DESCRIPTION='Iterative, recursive file finder' +LICENSE=" Apache-2.0" +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() { + # Carp + echo dev-lang/perl + # Data::Clone + echo dev-perl/Data-Clone + # File::Basename + echo dev-lang/perl + # List::Util + echo virtual/perl-Scalar-List-Utils + # Number::Compare 0.02 ( 0.20.0 ) + echo \>=dev-perl/Number-Compare-0.20.0 + # Scalar::Util + echo virtual/perl-Scalar-List-Utils + # Text::Glob + echo dev-perl/Text-Glob + # Try::Tiny + echo dev-perl/Try-Tiny + # namespace::clean + echo dev-perl/namespace-clean + # perl 5.010 ( 5.10.0 ) + echo \>=dev-lang/perl-5.10.0 + # re + echo dev-lang/perl + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl + # warnings::register + echo dev-lang/perl +} +perl_meta_test() { + # Config + #echo unresolved + # Exporter + echo virtual/perl-Exporter + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # File::pushd + echo dev-perl/File-pushd + # Path::Class + echo dev-perl/Path-Class + # Path::Tiny + echo dev-perl/Path-Tiny + # Test::Deep + echo dev-perl/Test-Deep + # Test::Filename 0.03 ( 0.30.0 ) + echo \>=dev-perl/Test-Filename-0.30.0 + # Test::More 0.92 ( 0.920.0 ) + echo \>=virtual/perl-Test-Simple-0.92 + # autodie + echo dev-perl/autodie +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Path-Iterator-Rule/metadata.xml b/dev-perl/Path-Iterator-Rule/metadata.xml new file mode 100644 index 0000000..351a1d4 --- /dev/null +++ b/dev-perl/Path-Iterator-Rule/metadata.xml @@ -0,0 +1,13 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + + Path-Iterator-Rule + Path::Iterator::Rule + +