commit:     657d8266a30cbeb27993c8fd60929031c1775665
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 04:13:10 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 04:13:10 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=657d8266

[newversion] dev-perl/Devel-Pragma-0.600.0

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

---
 dev-perl/Devel-Pragma/ChangeLog                   |  8 ++++-
 dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild | 44 +++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Devel-Pragma/ChangeLog b/dev-perl/Devel-Pragma/ChangeLog
index 1bdc479..7987480 100644
--- a/dev-perl/Devel-Pragma/ChangeLog
+++ b/dev-perl/Devel-Pragma/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Devel-Pragma
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-Pragma-0.600.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric <[email protected]>
+  +Devel-Pragma-0.600.0.ebuild:
+  Version Bump
+
   28 Apr 2013; Kent Fredric <[email protected]>
   Devel-Pragma-0.540.0.ebuild:
   Fix dependency on extutils-depends ( normalize )

diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild 
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
new file mode 100644
index 0000000..abfdffc
--- /dev/null
+++ b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION='helper functions for developers of lexical pragmas'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+       # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
+       echo \>=dev-perl/B-Hooks-OP-Annotation-0.440.0
+       # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+       echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+       # ExtUtils::Depends 0.302 ( 0.302.0 )
+       echo \>=dev-perl/extutils-depends-0.302.0
+       # ExtUtils::MakeMaker
+       echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+       # ExtUtils::MakeMaker
+       echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+       # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
+       echo \>=dev-perl/B-Hooks-OP-Annotation-0.440.0
+       # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+       echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
+       # Lexical::SealRequireHints 0.007 ( 0.7.0 )
+       echo \>=dev-perl/Lexical-SealRequireHints-0.7.0
+}
+DEPEND="
+       $(perl_meta_configure)
+       $(perl_meta_build)
+       $(perl_meta_runtime)
+"
+RDEPEND="
+       $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

Reply via email to