commit: 6eb3ac04b0b8799a2aec60792d9ec07a2d215ce0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 09:31:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 09:31:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6eb3ac04
[bump] autobox-Core 1.280.0
Package-Manager: portage-2.2.17
.../autobox-Core/autobox-Core-1.240.0-r1.ebuild | 35 ----------------------
dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild | 24 +++++++++++++++
2 files changed, 24 insertions(+), 35 deletions(-)
diff --git a/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild
b/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild
deleted file mode 100644
index ad8a9e8..0000000
--- a/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JARICH
-MODULE_VERSION=1.24
-inherit perl-module
-
-DESCRIPTION='Provide core functions to autoboxed scalars, arrays and hashes.'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.46 ( 6.460.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.46
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # autobox 2.71 ( 2.710.0 )
- echo \>=dev-perl/autobox-2.710.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild
b/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild
new file mode 100644
index 0000000..7e62ce6
--- /dev/null
+++ b/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SWALTERS
+MODULE_VERSION=1.28
+inherit perl-module
+
+DESCRIPTION='Provide core functions to autoboxed scalars, arrays and hashes.'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/autobox-2.710.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.460.0
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"