summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-07-22 01:15:41 +1200
committerKent Fredric <kentnl@gentoo.org>2018-07-22 01:26:34 +1200
commit16fd2c210cd826628f85359adf2006cd7b9e517b (patch)
treed2d933af4665b731700ec5312dbd50c845890a6d /dev-perl/Time-Format
parentdev-perl/Tie-Cache: Cleanup old version 0.190.0-r1 (diff)
downloadgentoo-16fd2c210cd826628f85359adf2006cd7b9e517b.tar.gz
gentoo-16fd2c210cd826628f85359adf2006cd7b9e517b.tar.bz2
gentoo-16fd2c210cd826628f85359adf2006cd7b9e517b.zip
dev-perl/Time-Format: Cleanup old version 1.120.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Time-Format')
-rw-r--r--dev-perl/Time-Format/Time-Format-1.120.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
deleted file mode 100644
index 791be3a7bee1..000000000000
--- a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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