commit: 87570e76ac0bbcc25dc3b7ff3deddb93de54d50f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 22:51:48 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 22:51:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=87570e76
[bump] Data-Currency-0.60.0, remove old
Package-Manager: portage-2.2.17
.../Data-Currency/Data-Currency-0.40.20.ebuild | 25 ----------------
dev-perl/Data-Currency/Data-Currency-0.60.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 25 deletions(-)
diff --git a/dev-perl/Data-Currency/Data-Currency-0.40.20.ebuild
b/dev-perl/Data-Currency/Data-Currency-0.40.20.ebuild
deleted file mode 100644
index 1221de9..0000000
--- a/dev-perl/Data-Currency/Data-Currency-0.40.20.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=CLACO
-MODULE_VERSION="0.04002"
-inherit perl-module
-
-DESCRIPTION="Container class for currency conversion/formatting"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=dev-perl/Class-Accessor-Grouped-0.03
- dev-perl/Class-Inspector
- >=dev-perl/Finance-Currency-Convert-WebserviceX-0.30.0
- >=dev-perl/Locale-Codes-2.70.0
- >=dev-perl/Locale-Currency-Format-1.220.0
-"
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/Data-Currency/Data-Currency-0.60.0.ebuild
b/dev-perl/Data-Currency/Data-Currency-0.60.0.ebuild
new file mode 100644
index 0000000..f0126f8
--- /dev/null
+++ b/dev-perl/Data-Currency/Data-Currency-0.60.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DICHI
+MODULE_VERSION=0.06000
+inherit perl-module
+
+DESCRIPTION="Container class for currency conversion/formatting"
+
+IUSE="test"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PERL_RM_FILES=(
+ t/author-critic.t
+ t/author-pod-spell.t
+ t/release-pod-coverage.t
+ t/release-pod-syntax.t
+)
+RDEPEND="
+ dev-perl/Class-Accessor-Grouped
+ dev-perl/Class-Inspector
+ dev-perl/Finance-Currency-Convert-WebserviceX
+ dev-perl/Locale-Currency-Format
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Exception
+ dev-perl/Test-MockObject
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"