commit: 7e0f84ce6640b341ac5c0bdaf57c5e7fc674e3f0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 12 22:30:30 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 12 22:30:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7e0f84ce
[fixup] Date-Tiny: EAPI5, Normalise version, fixup deps
Package-Manager: portage-2.2.17
...ate-Tiny-1.04.ebuild => Date-Tiny-1.40.0.ebuild} | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Date-Tiny/Date-Tiny-1.04.ebuild
b/dev-perl/Date-Tiny/Date-Tiny-1.40.0.ebuild
similarity index 56%
rename from dev-perl/Date-Tiny/Date-Tiny-1.04.ebuild
rename to dev-perl/Date-Tiny/Date-Tiny-1.40.0.ebuild
index 85dd7b4..0e2ce1c 100644
--- a/dev-perl/Date-Tiny/Date-Tiny-1.04.ebuild
+++ b/dev-perl/Date-Tiny/Date-Tiny-1.40.0.ebuild
@@ -1,21 +1,26 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.04
inherit perl-module
DESCRIPTION="A date object with as little code as possible"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
- >=dev-lang/perl-5.004
-"
+
+PERL_RM_FILES=(
+ t/99_pmv.t
+ t/98_pod.t
+ t/97_meta.t
+)
+RDEPEND=""
# >=Test-More-0.47
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Test-Simple-0.470.0
+"