public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2011-11-04 10:48 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-11-04 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a910c974f339d4baa6cdf016ae78bb9b6944b0c6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov  4 10:35:19 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov  4 10:35:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a910c974

[migrate] File-Path-Tiny

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    8 +++++++-
 ...ny-0.1.ebuild => File-Path-Tiny-0.100.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index b6b2670..29130f3 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/File-Path-Tiny
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Path-Tiny-0.100.0 (04 Nov 2011)
+
+  04 Nov 2011; Kent Fredric <kentfredric@gmail.com> -File-Path-Tiny-0.1.ebuild,
+  +File-Path-Tiny-0.100.0.ebuild:
+  migrate
+
 *File-Path-Tiny-0.1 (28 Aug 2010)
 
   28 Aug 2010; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.1.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild
similarity index 87%
rename from dev-perl/File-Path-Tiny/File-Path-Tiny-0.1.ebuild
rename to dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild
index c403989..6da0cb3 100644
--- a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.1.ebuild
+++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
 MODULE_AUTHOR=DMUEY
+MODULE_VERSION="0.1"
 inherit perl-module
 
 DESCRIPTION="recursive versions of mkdir() and rmdir() without as much overhead as File::Path"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4c9c589478ce94cb6a62d2d1a30c781710bf1a19
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 02:57:44 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 02:57:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c9c5894

[newversion] File-Path-Tiny-0.200.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    8 ++++-
 .../File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild   |   34 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index 29130f3..13ee79e 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/File-Path-Tiny
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Path-Tiny-0.200.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +File-Path-Tiny-0.200.0.ebuild:
+  Version Bump
+
 *File-Path-Tiny-0.100.0 (04 Nov 2011)
 
   04 Nov 2011; Kent Fredric <kentfredric@gmail.com> -File-Path-Tiny-0.1.ebuild,

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild
new file mode 100644
index 0000000..9231ab4
--- /dev/null
+++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DMUEY
+MODULE_VERSION=0.2
+inherit perl-module
+
+DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     054e95216ff5074f53d356cb64cde711c853dc2e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 13:47:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 13:47:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=054e9521

[cpanclean] File-Path-Tiny-0.100.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    4 +++
 .../File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild   |   23 --------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index 13ee79e..9be82e4 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -File-Path-Tiny-0.100.0.ebuild:
+  Gone on CPAN
+
 *File-Path-Tiny-0.200.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild
deleted file mode 100644
index 6da0cb3..0000000
--- a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.100.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=DMUEY
-MODULE_VERSION="0.1"
-inherit perl-module
-
-DESCRIPTION="recursive versions of mkdir() and rmdir() without as much overhead as File::Path"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	virtual/perl-Test-Simple
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

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

commit:     517c54b89ef31b0b465bfb873a9a55892a5923eb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 05:56:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  8 05:56:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=517c54b8

[newversion] File-Path-Tiny-0.300.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    6 +++
 .../File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild   |   34 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index 9be82e4..b7446ab 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Path-Tiny-0.300.0 (08 Apr 2012)
+
+  08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +File-Path-Tiny-0.300.0.ebuild:
+  Version Bump
+
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -File-Path-Tiny-0.100.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
new file mode 100644
index 0000000..e896e17
--- /dev/null
+++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DMUEY
+MODULE_VERSION=0.3
+inherit perl-module
+
+DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2012-04-11 23:32 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-04-11 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     dc51101d7aae3b571477c62c5ce8584ce92cb31e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 11 23:03:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 11 23:03:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dc51101d

[cpanclean] File-Path-Tiny-0.200.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    4 ++
 .../File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild   |   34 --------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index b7446ab..c867ff7 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -File-Path-Tiny-0.200.0.ebuild:
+  Gone on CPAN
+
 *File-Path-Tiny-0.300.0 (08 Apr 2012)
 
   08 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild
deleted file mode 100644
index 9231ab4..0000000
--- a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.200.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DMUEY
-MODULE_VERSION=0.2
-inherit perl-module
-
-DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2012-09-15 23:19 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-09-15 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4a7e3f5d082463ada1a9c28512fbe7431c4d6e36
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 15 20:03:39 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 15 23:17:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4a7e3f5d

[newversion] File-Path-Tiny-0.500.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    6 +++
 .../File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild   |   34 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index c867ff7..64d1278 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Path-Tiny-0.500.0 (15 Sep 2012)
+
+  15 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  +File-Path-Tiny-0.500.0.ebuild:
+  Version Bump
+
   11 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -File-Path-Tiny-0.200.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild
new file mode 100644
index 0000000..9655a4c
--- /dev/null
+++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DMUEY
+MODULE_VERSION=0.5
+inherit perl-module
+
+DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2012-11-10 15:05 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5d99705cd117bdd968ddd7fac56c23dccf51b4b0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 08:55:41 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 08:55:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5d99705c

[cpanclean] File-Path-Tiny-0.300.0

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

---
 dev-perl/File-Path-Tiny/ChangeLog                  |    4 ++
 .../File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild   |   34 --------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index 64d1278..92ca3df 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -File-Path-Tiny-0.300.0.ebuild:
+  Gone on CPAN
+
 *File-Path-Tiny-0.500.0 (15 Sep 2012)
 
   15 Sep 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
deleted file mode 100644
index e896e17..0000000
--- a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DMUEY
-MODULE_VERSION=0.3
-inherit perl-module
-
-DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2013-10-14 14:32 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-10-14 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     13d02790eba6db48d053991f2109bf47887b57e3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 13 13:04:51 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 13 13:04:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=13d02790

[cpanclean] dev-perl/File-Path-Tiny-0.500.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/File-Path-Tiny/ChangeLog                  |  4 +++
 .../File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild   | 34 ----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index ae016f8..0aa6515 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Oct 2013; Kent Fredric <kentfredric@gmail.com>
+  -File-Path-Tiny-0.500.0.ebuild:
+  Gone on CPAN
+
 *File-Path-Tiny-0.700.0 (13 Oct 2013)
 
   13 Oct 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild
deleted file mode 100644
index 9655a4c..0000000
--- a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.500.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DMUEY
-MODULE_VERSION=0.5
-inherit perl-module
-
-DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/
@ 2013-10-14 14:32 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-10-14 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d9c3d2e54705a5bc1110c025f2ffb7952d3f7749
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 13 13:04:29 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 13 13:04:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d9c3d2e5

[newversion] dev-perl/File-Path-Tiny-0.700.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/File-Path-Tiny/ChangeLog                  |  8 ++++-
 .../File-Path-Tiny/File-Path-Tiny-0.700.0.ebuild   | 34 ++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
index 92ca3df..ae016f8 100644
--- a/dev-perl/File-Path-Tiny/ChangeLog
+++ b/dev-perl/File-Path-Tiny/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/File-Path-Tiny
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Path-Tiny-0.700.0 (13 Oct 2013)
+
+  13 Oct 2013; Kent Fredric <kentfredric@gmail.com>
+  +File-Path-Tiny-0.700.0.ebuild:
+  Version Bump
+
   10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
   -File-Path-Tiny-0.300.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.700.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.700.0.ebuild
new file mode 100644
index 0000000..62cf0fd
--- /dev/null
+++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.700.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DMUEY
+MODULE_VERSION=0.7
+inherit perl-module
+
+DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"


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

end of thread, other threads:[~2013-10-14 14:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 20:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Path-Tiny/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 14:32 Kent Fredric
2013-10-14 14:32 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-04-11 23:32 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-03-27  9:30 Kent Fredric
2011-11-04 10:48 Kent Fredric

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