commit: 7144e8503d1d609524e5c08010ac6cfd9aae7b1c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 2 01:56:21 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 2 01:56:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7144e850
[bump] signatures 0.110.0
Package-Manager: portage-2.2.17
dev-perl/signatures/signatures-0.110.0.ebuild | 29 ++++++++++++++
dev-perl/signatures/signatures-0.70.0.ebuild | 54 ---------------------------
2 files changed, 29 insertions(+), 54 deletions(-)
diff --git a/dev-perl/signatures/signatures-0.110.0.ebuild
b/dev-perl/signatures/signatures-0.110.0.ebuild
new file mode 100644
index 0000000..a4cba8d
--- /dev/null
+++ b/dev-perl/signatures/signatures-0.110.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION='Subroutine signatures with no source filter'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Test::More -> Test-Simple
+RDEPEND="
+ >=dev-perl/B-Hooks-EndOfScope-0.80.0
+ >=dev-perl/B-Hooks-OP-Check-0.170.0
+ >=dev-perl/B-Hooks-OP-PPAddr-0.30.0
+ >=dev-perl/B-Hooks-Parser-0.120.0
+ virtual/perl-XSLoader
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/signatures/signatures-0.70.0.ebuild
b/dev-perl/signatures/signatures-0.70.0.ebuild
deleted file mode 100644
index 797b33c..0000000
--- a/dev-perl/signatures/signatures-0.70.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KAPPA
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='subroutine signatures with no source filter'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # B::Hooks::OP::Check 0.18 ( 0.180.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.180.0
- # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
- echo \>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
- # B::Hooks::Parser 0.07 ( 0.70.0 )
- echo \>=dev-perl/B-Hooks-Parser-0.70.0
- # ExtUtils::Depends 0.302 ( 0.302.0 )
- echo \>=dev-perl/extutils-depends-0.302.0
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # B::Hooks::OP::Check 0.17 ( 0.170.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
- # B::Hooks::OP::PPAddr
- echo dev-perl/B-Hooks-OP-PPAddr
- # B::Hooks::Parser 0.07 ( 0.70.0 )
- echo \>=dev-perl/B-Hooks-Parser-0.70.0
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_runtime() {
- # B::Hooks::EndOfScope 0.08 ( 0.80.0 )
- echo \>=dev-perl/B-Hooks-EndOfScope-0.80.0
- # B::Hooks::OP::Check 0.17 ( 0.170.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
- # B::Hooks::OP::PPAddr
- echo dev-perl/B-Hooks-OP-PPAddr
- # B::Hooks::Parser 0.07 ( 0.70.0 )
- echo \>=dev-perl/B-Hooks-Parser-0.70.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"