commit: 362a90116f325cb62f5a8ac1f74df2f2d90c8321
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 04:01:43 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 04:01:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=362a9011
[bump] autobox-2.830.0
Package-Manager: portage-2.2.17
dev-perl/autobox/autobox-2.790.0.ebuild | 34 ---------------------------------
dev-perl/autobox/autobox-2.830.0.ebuild | 19 ++++++++++++++++++
2 files changed, 19 insertions(+), 34 deletions(-)
diff --git a/dev-perl/autobox/autobox-2.790.0.ebuild
b/dev-perl/autobox/autobox-2.790.0.ebuild
deleted file mode 100644
index a109a6f..0000000
--- a/dev-perl/autobox/autobox-2.790.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CHOCOLATE
-MODULE_VERSION=2.79
-inherit perl-module
-
-DESCRIPTION='call methods on native types'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Scope::Guard 0.20 ( 0.200.0 )
- echo \>=dev-perl/Scope-Guard-0.200.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/autobox/autobox-2.830.0.ebuild
b/dev-perl/autobox/autobox-2.830.0.ebuild
new file mode 100644
index 0000000..efaf534
--- /dev/null
+++ b/dev-perl/autobox/autobox-2.830.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=2.83
+inherit perl-module
+
+DESCRIPTION='call methods on native types'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+ >=dev-perl/Scope-Guard-0.200.0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"