summaryrefslogtreecommitdiff
path: root/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild')
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
deleted file mode 100644
index e2b21312dfd6..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SCHUBIGER
-DIST_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="Parse informal natural language date/time strings"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Clone
- dev-perl/Date-Calc
- dev-perl/DateTime
- dev-perl/DateTime-TimeZone
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-Getopt-Long
- dev-perl/List-MoreUtils
- dev-perl/Params-Validate
- virtual/perl-Scalar-List-Utils
- virtual/perl-Storable
- virtual/perl-Term-ReadLine
- dev-perl/boolean
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- test? (
- dev-perl/Module-Util
- dev-perl/Test-MockTime
- virtual/perl-Test-Simple
- )
-"
-
-src_test() {
- perl_rm_files t/pod-coverage.t t/pod.t
- perl-module_src_test
-}