commit:     ab3bce2900ed769b1912392d6e64ab3a4de21b2c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 11:55:47 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 11:55:47 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ab3bce29

[newversion] dev-perl/Dist-Zilla-Plugin-Bootstrap-lib-1.0.1

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

---
 dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog |  8 ++-
 .../Dist-Zilla-Plugin-Bootstrap-lib-1.0.1.ebuild   | 64 ++++++++++++++++++++++
 2 files changed, 71 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
index f7f3df7..262b7b5 100644
--- a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-Bootstrap-lib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Bootstrap-lib-1.0.1 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric <kentfred...@gmail.com>
+  +Dist-Zilla-Plugin-Bootstrap-lib-1.0.1.ebuild:
+  Version Bump
+
   30 Apr 2013; Kent Fredric <kentfred...@gmail.com>
   -Dist-Zilla-Plugin-Bootstrap-lib-0.10.236.0.ebuild,
   -Dist-Zilla-Plugin-Bootstrap-lib-0.10.236.10.ebuild:

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-1.0.1.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-1.0.1.ebuild
new file mode 100644
index 0000000..c96b873
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-1.0.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.000001
+inherit perl-module
+
+DESCRIPTION='A minimal boot-strapping for Dist::Zilla Plug-ins.'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+       # Dist::Zilla::Role::Bootstrap
+       echo dev-perl/Dist-Zilla-Role-Bootstrap
+       # Moose
+       echo dev-perl/Moose
+       # perl 5.008 ( 5.8.0 )
+       echo \>=dev-lang/perl-5.8.0
+       # strict
+       echo dev-lang/perl
+       # utf8
+       echo dev-lang/perl
+       # warnings
+       echo dev-lang/perl
+}
+perl_meta_test() {
+       # Cwd
+       echo virtual/perl-File-Spec
+       # ExtUtils::MakeMaker
+       echo virtual/perl-ExtUtils-MakeMaker
+       # File::Copy::Recursive
+       echo dev-perl/File-Copy-Recursive
+       # File::Spec::Functions
+       echo virtual/perl-File-Spec
+       # FindBin
+       echo dev-lang/perl
+       # List::Util
+       echo virtual/perl-Scalar-List-Utils
+       # Path::Tiny
+       echo dev-perl/Path-Tiny
+       # Test::DZil
+       echo dev-perl/Dist-Zilla
+       # Test::Fatal
+       echo dev-perl/Test-Fatal
+       # Test::More 0.89 ( 0.890.0 )
+       echo \>=virtual/perl-Test-Simple-0.89
+       # version
+       echo virtual/perl-version
+}
+DEPEND="
+       $(perl_meta_configure)
+       $(perl_meta_runtime)
+       test? ( $(perl_meta_test) )
+"
+RDEPEND="
+       $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

Reply via email to