public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2011-05-08 14:31 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     276c013e56df1e4c7ffaa612bd305dcf5c8b73c6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 16:25:51 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=276c013e

[import:kentnl/Test-File-ShareDir][newversion] Test-File-ShareDir-0.1.1

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    6 +++
 .../Test-File-ShareDir-0.1.1.ebuild                |   37 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 52e017c..161c6f6 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-File-ShareDir-0.1.1 (12 Mar 2011)
+
+  12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Test-File-ShareDir-0.1.1.ebuild:
+  Bump
+
 *Test-File-ShareDir-0.1.0 (21 Feb 2011)
 
   21 Feb 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
new file mode 100644
index 0000000..8ecc135
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Create a Fake ShareDir for your modules for testing."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	$(comment requires)
+	$(comment Carp core)
+	dev-perl/File-Copy-Recursive
+	>=dev-perl/File-ShareDir-1
+	virtual/perl-File-Temp $(comment File::Temp)
+	dev-perl/Path-Class
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment build_requires)
+	$(comment English core)
+	$(comment File-Find core)
+	$(comment FindBin core)
+	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2011-05-08 14:31 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     acb7ec111d44abf58527ad670f2c4787dc780d34
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 21 13:16:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=acb7ec11

[import:kentnl/Test-File-ShareDir] [new] dev-perl/Test-File-ShareDir

(Portage version: 2.2.0_alpha24/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |   10 +++++
 .../Test-File-ShareDir-0.1.0.ebuild                |   37 ++++++++++++++++++++
 dev-perl/Test-File-ShareDir/metadata.xml           |    9 +++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
new file mode 100644
index 0000000..52e017c
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Test-File-ShareDir
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Test-File-ShareDir-0.1.0 (21 Feb 2011)
+
+  21 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  +Test-File-ShareDir-0.1.0.ebuild, +metadata.xml:
+  added
+

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
new file mode 100644
index 0000000..8ecc135
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Create a Fake ShareDir for your modules for testing."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	$(comment requires)
+	$(comment Carp core)
+	dev-perl/File-Copy-Recursive
+	>=dev-perl/File-ShareDir-1
+	virtual/perl-File-Temp $(comment File::Temp)
+	dev-perl/Path-Class
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment build_requires)
+	$(comment English core)
+	$(comment File-Find core)
+	$(comment FindBin core)
+	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Test-File-ShareDir/metadata.xml b/dev-perl/Test-File-ShareDir/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-08 14:31 ` Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ee44dcddf0bfc1902d40548732e4407ad9852520
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 00:11:46 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ee44dcdd

[import:kentnl/Test-File-ShareDir][newversion] Test-File-ShareDir-0.2.0

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    6 +++
 .../Test-File-ShareDir-0.2.0.ebuild                |   37 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 161c6f6..45c8cf2 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-File-ShareDir-0.2.0 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +Test-File-ShareDir-0.2.0.ebuild:
+  Bump
+
 *Test-File-ShareDir-0.1.1 (12 Mar 2011)
 
   12 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild
new file mode 100644
index 0000000..8ecc135
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Create a Fake ShareDir for your modules for testing."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	$(comment requires)
+	$(comment Carp core)
+	dev-perl/File-Copy-Recursive
+	>=dev-perl/File-ShareDir-1
+	virtual/perl-File-Temp $(comment File::Temp)
+	dev-perl/Path-Class
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment build_requires)
+	$(comment English core)
+	$(comment File-Find core)
+	$(comment FindBin core)
+	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2011-05-08 14:31 Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a92867285fd628c10f3cb8ccd0475f8cc2376453
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 21:13:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9286728

[import:kentnl/Test-File-ShareDir][cpanclean] Test-File-ShareDir-0.1.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    4 ++
 .../Test-File-ShareDir-0.1.0.ebuild                |   37 --------------------
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 45c8cf2..192b854 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Test-File-ShareDir-0.1.0.ebuild:
+  Gone on CPAN
+
 *Test-File-ShareDir-0.2.0 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
deleted file mode 100644
index 8ecc135..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-05-08 14:31 ` Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     faa7e4df2d03e53863feb3c6d8cc982bf6131028
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  8 14:30:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:30:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=faa7e4df

[newversion] Test-File-ShareDir-0.3.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    6 +++
 .../Test-File-ShareDir-0.3.0.ebuild                |   38 ++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 192b854..02aa13f 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-File-ShareDir-0.3.0 (08 May 2011)
+
+  08 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Test-File-ShareDir-0.3.0.ebuild:
+  Bump
+
   24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   -Test-File-ShareDir-0.1.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
new file mode 100644
index 0000000..6b03961
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+inherit perl-module
+
+DESCRIPTION="Create a Fake ShareDir for your modules for testing."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	$(comment requires)
+	$(comment Carp core)
+	dev-perl/File-Copy-Recursive
+	>=dev-perl/File-ShareDir-1.0.0
+	virtual/perl-File-Temp $(comment File::Temp)
+	dev-perl/Path-Class $(comment Path::Class::Dir)
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment build_requires)
+	virtual/perl-File-Spec $(comment Cwd)
+	$(comment English core)
+	$(comment File-Find core)
+	$(comment FindBin core)
+	>=virtual/perl-Module-Build-0.36.01 $(comment Module::Build 0.360.100)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 14:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/ Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  1 sibling, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a92867285fd628c10f3cb8ccd0475f8cc2376453
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 21:13:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9286728

[import:kentnl/Test-File-ShareDir][cpanclean] Test-File-ShareDir-0.1.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    4 ++
 .../Test-File-ShareDir-0.1.0.ebuild                |   37 --------------------
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 45c8cf2..192b854 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Test-File-ShareDir-0.1.0.ebuild:
+  Gone on CPAN
+
 *Test-File-ShareDir-0.2.0 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
deleted file mode 100644
index 8ecc135..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 14:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/ Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  1 sibling, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a92867285fd628c10f3cb8ccd0475f8cc2376453
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 21:13:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:24:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9286728

[import:kentnl/Test-File-ShareDir][cpanclean] Test-File-ShareDir-0.1.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    4 ++
 .../Test-File-ShareDir-0.1.0.ebuild                |   37 --------------------
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 45c8cf2..192b854 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Test-File-ShareDir-0.1.0.ebuild:
+  Gone on CPAN
+
 *Test-File-ShareDir-0.2.0 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
deleted file mode 100644
index 8ecc135..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2012-02-29 12:06 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     02a13080d7483094f71ef977d0968fff31f14438
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 07:34:59 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 07:34:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=02a13080

[newversion] Test-File-ShareDir-0.3.1

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

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    8 ++-
 .../Test-File-ShareDir-0.3.1.ebuild                |   59 ++++++++++++++++++++
 2 files changed, 66 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index 02aa13f..a5e3baf 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Test-File-ShareDir
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-File-ShareDir-0.3.1 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Test-File-ShareDir-0.3.1.ebuild:
+  Version Bump
+
 *Test-File-ShareDir-0.3.0 (08 May 2011)
 
   08 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
new file mode 100644
index 0000000..4b65609
--- /dev/null
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=0.3.1
+inherit perl-module
+
+DESCRIPTION='Create a Fake ShareDir for your modules for testing.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# File::Copy::Recursive
+	echo dev-perl/File-Copy-Recursive
+	# File::ShareDir 1.00 ( 1.0.0 )
+	echo \>=dev-perl/File-ShareDir-1.0.0
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Path::Class::Dir
+	echo dev-perl/Path-Class
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Find
+	echo dev-lang/perl
+	# FindBin
+	echo dev-lang/perl
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2012-06-08 17:28 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-06-08 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     036ee17009d86a26a22f547af07c8c5f95e4dd5d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 17:26:56 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 17:26:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=036ee170

[cpanclean] Test-File-ShareDir-0.1.1

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

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    4 ++
 .../Test-File-ShareDir-0.1.1.ebuild                |   37 --------------------
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index a5e3baf..41955c5 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  -Test-File-ShareDir-0.1.1.ebuild:
+  Gone on CPAN
+
 *Test-File-ShareDir-0.3.1 (29 Feb 2012)
 
   29 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
deleted file mode 100644
index 8ecc135..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2013-05-01 22:23 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-05-01 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0b60ecc9fd6951198e0d28126d318947177a99
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 03:32:43 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 30 03:32:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c0b60ec

[cpanclean] Test-File-ShareDir-0.2.0

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

---
 dev-perl/Test-File-ShareDir/ChangeLog              |    4 ++
 .../Test-File-ShareDir-0.2.0.ebuild                |   37 -------------------
 .../Test-File-ShareDir-0.3.0.ebuild                |   38 --------------------
 3 files changed, 4 insertions(+), 75 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
index e01b7bd..ff107ed 100644
--- a/dev-perl/Test-File-ShareDir/ChangeLog
+++ b/dev-perl/Test-File-ShareDir/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  -Test-File-ShareDir-0.2.0.ebuild, -Test-File-ShareDir-0.3.0.ebuild:
+  Gone on CPAN
+
 *Test-File-ShareDir-0.3.3 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild
deleted file mode 100644
index 8ecc135..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
deleted file mode 100644
index 6b03961..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-inherit perl-module
-
-DESCRIPTION="Create a Fake ShareDir for your modules for testing."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	$(comment requires)
-	$(comment Carp core)
-	dev-perl/File-Copy-Recursive
-	>=dev-perl/File-ShareDir-1.0.0
-	virtual/perl-File-Temp $(comment File::Temp)
-	dev-perl/Path-Class $(comment Path::Class::Dir)
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment build_requires)
-	virtual/perl-File-Spec $(comment Cwd)
-	$(comment English core)
-	$(comment File-Find core)
-	$(comment FindBin core)
-	>=virtual/perl-Module-Build-0.36.01 $(comment Module::Build 0.360.100)
-	dev-perl/Test-Fatal
-	>=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
@ 2015-05-27 22:43 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2015-05-27 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b1b7a0f42c148711cd7e6a736ef63d0d420aa2df
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 27 22:37:20 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 27 22:37:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b1b7a0f4

[prune] Test-File-ShareDir: Moved to ::gentoo

 .../Test-File-ShareDir-0.3.1.ebuild                | 59 ---------------------
 .../Test-File-ShareDir-0.3.3.ebuild                | 61 ----------------------
 dev-perl/Test-File-ShareDir/metadata.xml           | 14 -----
 3 files changed, 134 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
deleted file mode 100644
index 4b65609..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=0.3.1
-inherit perl-module
-
-DESCRIPTION='Create a Fake ShareDir for your modules for testing.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# File::Copy::Recursive
-	echo dev-perl/File-Copy-Recursive
-	# File::ShareDir 1.00 ( 1.0.0 )
-	echo \>=dev-perl/File-ShareDir-1.0.0
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Path::Class::Dir
-	echo dev-perl/Path-Class
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Find
-	echo dev-lang/perl
-	# FindBin
-	echo dev-lang/perl
-	# Test::Fatal
-	echo dev-perl/Test-Fatal
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.3.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.3.ebuild
deleted file mode 100644
index d9fcce6..0000000
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=0.3.3
-inherit perl-module
-
-DESCRIPTION='Create a Fake ShareDir for your modules for testing.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# Module::Build 0.4004 ( 0.400.400 )
-	echo \>=virtual/perl-Module-Build-0.400.400
-}
-perl_meta_build() {
-	# Module::Build 0.4004 ( 0.400.400 )
-	echo \>=virtual/perl-Module-Build-0.400.400
-}
-perl_meta_runtime() {
-	# Carp
-	# echo dev-lang/perl
-	# File::Copy::Recursive
-	echo dev-perl/File-Copy-Recursive
-	# File::ShareDir 1.00 ( 1.0.0 )
-	echo \>=dev-perl/File-ShareDir-1.0.0
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Path::Tiny
-	echo dev-perl/Path-Tiny
-	# 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() {
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Find
-	echo dev-lang/perl
-	# FindBin
-	echo dev-lang/perl
-	# Test::Fatal
-	echo dev-perl/Test-Fatal
-	# Test::More 0.98 ( 0.980.0 )
-	echo \>=virtual/perl-Test-Simple-0.980.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Test-File-ShareDir/metadata.xml b/dev-perl/Test-File-ShareDir/metadata.xml
deleted file mode 100644
index f8ec919..0000000
--- a/dev-perl/Test-File-ShareDir/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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">Test-File-ShareDir</remote-id>
-        <remote-id type="cpan-module">Test::File::ShareDir</remote-id>
-        <remote-id type="cpan-module">Test::File::ShareDir::TempDirObject</remote-id>
-    </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-05-27 22:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 14:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-05-27 22:43 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2013-05-01 22:23 Kent Fredric
2012-06-08 17:28 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 14:31 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 14:31 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 14:31 Kent Fredric
2011-05-08 14:31 Kent Fredric

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