Package-Manager: Portage-2.3.40, Repoman-2.3.9
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=ROODE
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION='Easy-to-use date/time formatting'
-LICENSE="Time-Format"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Date-Manip
- >=virtual/perl-Time-Local-1.70.0
-"
-
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.400.0
- test? ( >=virtual/perl-Test-Simple-0.400.0 )
-"
-
-#SRC_TEST="skip"
-# tests fail with current Date::Manip
-# https://rt.cpan.org/Public/Bug/Display.html?id=85001