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 16:10 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/ Kent Fredric
@ 2011-05-08 14:31 ` Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  1 sibling, 0 replies; 7+ 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] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/
@ 2011-05-08 16:10 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:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 7+ 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 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 7+ 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 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 16:10 Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 7+ 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 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Test-File-ShareDir/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/ Kent Fredric
  2011-05-08 14:31 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  1 sibling, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 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] 7+ messages in thread

end of thread, other threads:[~2011-05-08 16:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Test-File-ShareDir/ 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:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-08 16:10 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 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 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 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric

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