commit: 3e965850739432c7336a64a0888ed23e3bd1f15d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 00:18:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 00:18:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3e965850
[bump] Data-Handle-1.0.0
Package-Manager: portage-2.2.17
dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild | 71 ----------------------
dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild | 28 +++++++++
2 files changed, 28 insertions(+), 71 deletions(-)
diff --git a/dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild
b/dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild
deleted file mode 100644
index 89bd26d..0000000
--- a/dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild
+++ /dev/null
@@ -1,71 +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.02001002
-inherit perl-module
-
-DESCRIPTION='A Very simple interface to the __DATA__ file handle.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Module::Build 0.4002 ( 0.400.200 )
- echo \>=virtual/perl-Module-Build-0.400.200
-}
-perl_meta_build() {
- # Module::Build 0.4002 ( 0.400.200 )
- echo \>=virtual/perl-Module-Build-0.400.200
-}
-perl_meta_runtime() {
- # Carp 1.22 ( 1.220.0 )
- echo \>=virtual/perl-Carp-1.220.0
- # IO::File
- echo virtual/perl-IO
- # Package::Stash
- echo dev-perl/Package-Stash
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Symbol
- echo dev-lang/perl
- # Term::ANSIColor
- echo virtual/perl-Term-ANSIColor
- # Try::Tiny
- echo dev-perl/Try-Tiny
- # overload
- echo dev-lang/perl
- # parent
- echo virtual/perl-parent
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # IO::Handle
- echo virtual/perl-IO
- # 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/Data-Handle/Data-Handle-1.0.0.ebuild
b/dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild
new file mode 100644
index 0000000..663fdbe
--- /dev/null
+++ b/dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.000000
+inherit perl-module
+
+DESCRIPTION='A Very simple interface to the __DATA__ file handle.'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# IO::File -> IO
+# Symbol -> perl
+RDEPEND="
+ >=virtual/perl-Carp-1.220.0
+ virtual/perl-IO
+ >=dev-perl/Package-Stash-0.15
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Term-ANSIColor
+ dev-perl/Try-Tiny
+ virtual/perl-parent
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"