summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-13 10:30:30 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-13 10:30:30 +1200
commit7e0f84ce6640b341ac5c0bdaf57c5e7fc674e3f0 (patch)
treebbb54b8b6fbd723c7e0bd69984d497e9006a1e35 /dev-perl
parent[keyword=~x86] dependents of File-Find-Rule-Perl (diff)
downloadperl-overlay-7e0f84ce6640b341ac5c0bdaf57c5e7fc674e3f0.tar.gz
perl-overlay-7e0f84ce6640b341ac5c0bdaf57c5e7fc674e3f0.tar.bz2
perl-overlay-7e0f84ce6640b341ac5c0bdaf57c5e7fc674e3f0.zip
[fixup] Date-Tiny: EAPI5, Normalise version, fixup deps
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Date-Tiny/Date-Tiny-1.40.0.ebuild (renamed from dev-perl/Date-Tiny/Date-Tiny-1.04.ebuild)21
1 files 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
index 85dd7b403..0e2ce1c3e 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
+"