public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Class-Rule/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     05db41367d5512b2b15971db91e0326c6938cf0d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  6 23:20:41 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  6 23:20:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=05db4136

[added] Path-Class-Rule for Dist-Zilla-Plugin-CheckExtraTests

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Path-Class-Rule/ChangeLog                 |   10 +++
 .../Path-Class-Rule/Path-Class-Rule-0.11.0.ebuild  |   72 ++++++++++++++++++++
 dev-perl/Path-Class-Rule/metadata.xml              |   12 +++
 3 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Path-Class-Rule/ChangeLog b/dev-perl/Path-Class-Rule/ChangeLog
new file mode 100644
index 0000000..5995f60
--- /dev/null
+++ b/dev-perl/Path-Class-Rule/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Path-Class-Rule
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Path-Class-Rule-0.11.0 (06 May 2012)
+
+  06 May 2012; Kent Fredric <kentfredric@gmail.com>
+  +Path-Class-Rule-0.11.0.ebuild, +metadata.xml:
+  Added for Dist-Zilla-Plugin-CheckExtraTests
+

diff --git a/dev-perl/Path-Class-Rule/Path-Class-Rule-0.11.0.ebuild b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.11.0.ebuild
new file mode 100644
index 0000000..5cbd708
--- /dev/null
+++ b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.11.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION='File finder using 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() {
+	# Carp
+	# echo virtual/perl-Carp
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Number::Compare 0.02 ( 0.20.0 )
+	echo \>=dev-perl/Number-Compare-0.20.0
+	# Path::Class::Dir
+	echo dev-perl/Path-Class
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Text::Glob
+	echo dev-perl/Text-Glob
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# 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
+	# 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
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Path-Class-Rule/metadata.xml b/dev-perl/Path-Class-Rule/metadata.xml
new file mode 100644
index 0000000..b129d42
--- /dev/null
+++ b/dev-perl/Path-Class-Rule/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+	<maintainer>
+		<email>kentfredric@gmail.com</email>
+		<name>Kent Fredric</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Path-Class-Rule</remote-id>
+	</upstream>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Class-Rule/
@ 2012-10-29 10:04 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-10-29 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5a5313f3a385370983a778931a3cf69f0fcbb4f7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 29 09:45:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 29 09:45:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a5313f3

[newversion] Path-Class-Rule-0.12.0

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

---
 dev-perl/Path-Class-Rule/ChangeLog                 |    6 ++
 .../Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild  |   74 ++++++++++++++++++++
 2 files changed, 80 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Path-Class-Rule/ChangeLog b/dev-perl/Path-Class-Rule/ChangeLog
index 5995f60..6fd8a27 100644
--- a/dev-perl/Path-Class-Rule/ChangeLog
+++ b/dev-perl/Path-Class-Rule/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Path-Class-Rule-0.12.0 (29 Oct 2012)
+
+  29 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +Path-Class-Rule-0.12.0.ebuild:
+  Version Bump
+
 *Path-Class-Rule-0.11.0 (06 May 2012)
 
   06 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild
new file mode 100644
index 0000000..5557e4c
--- /dev/null
+++ b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.012
+inherit perl-module
+
+DESCRIPTION='File finder using 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() {
+	# Carp
+	echo dev-lang/perl
+	# Data::Clone
+	echo dev-perl/Data-Clone
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Number::Compare 0.02 ( 0.20.0 )
+	echo \>=dev-perl/Number-Compare-0.20.0
+	# Path::Class::Dir
+	echo dev-perl/Path-Class
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Text::Glob
+	echo dev-perl/Text-Glob
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# 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
+	# 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
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Class-Rule/
@ 2013-02-23 22:54 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bb4ab438fa364f9954714521a6aa0df40368a44c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 22:18:26 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> 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 <kentfredric@gmail.com>
+  +Path-Class-Rule-0.18.0.ebuild:
+  Version Bump
+
 *Path-Class-Rule-0.12.0 (29 Oct 2012)
 
   29 Oct 2012; Kent Fredric <kentfredric@gmail.com>

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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-23 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 10:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Class-Rule/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-02-23 22:54 Kent Fredric
2012-05-07  5:19 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox