public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Iterator-Rule/
Date: Sat, 23 Feb 2013 22:54:54 +0000 (UTC)	[thread overview]
Message-ID: <1361658121.4217738fa7231bb0dd1349b29a2a05765786bc34.kent@gentoo> (raw)

commit:     4217738fa7231bb0dd1349b29a2a05765786bc34
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 22:22:01 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 22:22:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4217738f

[newversion] Path-Iterator-Rule-0.14.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Path-Iterator-Rule/ChangeLog              |    6 ++
 .../Path-Iterator-Rule-0.14.0.ebuild               |   84 ++++++++++++++++++++
 dev-perl/Path-Iterator-Rule/metadata.xml           |    1 +
 3 files changed, 91 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Path-Iterator-Rule/ChangeLog b/dev-perl/Path-Iterator-Rule/ChangeLog
index 404ea30..1aaea3b 100644
--- a/dev-perl/Path-Iterator-Rule/ChangeLog
+++ b/dev-perl/Path-Iterator-Rule/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Path-Iterator-Rule-0.14.0 (23 Feb 2013)
+
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Path-Iterator-Rule-0.14.0.ebuild, metadata.xml:
+  Version Bump
+
 *Path-Iterator-Rule-0.11.0 (08 Feb 2013)
 
   08 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild
new file mode 100644
index 0000000..c79ba14
--- /dev/null
+++ b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild
@@ -0,0 +1,84 @@
+# 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.014
+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
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# 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
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# File::Find
+	echo dev-lang/perl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::pushd
+	echo dev-perl/File-pushd
+	# 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
index 351a1d4..60bff94 100644
--- a/dev-perl/Path-Iterator-Rule/metadata.xml
+++ b/dev-perl/Path-Iterator-Rule/metadata.xml
@@ -8,6 +8,7 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="cpan">Path-Iterator-Rule</remote-id>
+		<remote-id type="cpan-module">PIR</remote-id>
 		<remote-id type="cpan-module">Path::Iterator::Rule</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2013-02-23 22:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-23 22:54 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Iterator-Rule/ Kent Fredric
2013-04-28 16:45 Kent Fredric
2013-03-02  7:02 Kent Fredric
2013-02-08 10:36 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361658121.4217738fa7231bb0dd1349b29a2a05765786bc34.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox