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 8E039198005 for ; Sat, 23 Feb 2013 22:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F22E0733; Sat, 23 Feb 2013 22:55: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 4453FE0733 for ; Sat, 23 Feb 2013 22:55: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 A9F8B33DF84 for ; Sat, 23 Feb 2013 22:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2DC6BE408F for ; Sat, 23 Feb 2013 22:54:54 +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: <1361657906.bb4ab438fa364f9954714521a6aa0df40368a44c.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Class-Rule/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Path-Class-Rule/ChangeLog dev-perl/Path-Class-Rule/Path-Class-Rule-0.18.0.ebuild X-VCS-Directories: dev-perl/Path-Class-Rule/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bb4ab438fa364f9954714521a6aa0df40368a44c X-VCS-Branch: master Date: Sat, 23 Feb 2013 22:54:54 +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: 621212e0-ba53-4533-8247-48d9f0c3a68d X-Archives-Hash: 21f73d6bb890b0340f9fc90650ed036a commit: bb4ab438fa364f9954714521a6aa0df40368a44c Author: Kent Fredric gmail com> AuthorDate: Sat Feb 23 22:18:26 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Feb 23 22:18:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb4ab438 [newversion] Path-Class-Rule-0.18.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Path-Class-Rule/ChangeLog | 8 ++- .../Path-Class-Rule/Path-Class-Rule-0.18.0.ebuild | 60 ++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletions(-) diff --git a/dev-perl/Path-Class-Rule/ChangeLog b/dev-perl/Path-Class-Rule/ChangeLog index 6fd8a27..0b53beb 100644 --- a/dev-perl/Path-Class-Rule/ChangeLog +++ b/dev-perl/Path-Class-Rule/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Path-Class-Rule -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Path-Class-Rule-0.18.0 (23 Feb 2013) + + 23 Feb 2013; Kent Fredric + +Path-Class-Rule-0.18.0.ebuild: + Version Bump + *Path-Class-Rule-0.12.0 (29 Oct 2012) 29 Oct 2012; Kent Fredric diff --git a/dev-perl/Path-Class-Rule/Path-Class-Rule-0.18.0.ebuild b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.18.0.ebuild new file mode 100644 index 0000000..714ba6d --- /dev/null +++ b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.18.0.ebuild @@ -0,0 +1,60 @@ +# 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.018 +inherit perl-module + +DESCRIPTION='Iterative, recursive file finder with Path::Class' +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() { + # Path::Class + echo dev-perl/Path-Class + # Path::Iterator::Rule 0.002 ( 0.2.0 ) + echo \>=dev-perl/Path-Iterator-Rule-0.2.0 + # namespace::clean + echo dev-perl/namespace-clean + # 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() { + # 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 + # Test::Deep + echo dev-perl/Test-Deep + # Test::More 0.92 ( 0.920.0 ) + echo \>=virtual/perl-Test-Simple-0.920.0 + # autodie + echo dev-perl/autodie + # perl 5.006 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"