summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-21 00:42:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-21 00:59:27 +0200
commite6bf4af1d836bf00cb2ae126b6147b713c1545d1 (patch)
treec08af2a7709dcd62d522fd199342907a9454fc96 /dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild
parentdev-perl/DateTime-Format-Natural: Remove old (diff)
downloadgentoo-e6bf4af1d836bf00cb2ae126b6147b713c1545d1.tar.gz
gentoo-e6bf4af1d836bf00cb2ae126b6147b713c1545d1.tar.bz2
gentoo-e6bf4af1d836bf00cb2ae126b6147b713c1545d1.zip
dev-perl/DateTime-Format-Strptime: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild')
-rw-r--r--dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild
deleted file mode 100644
index f601cacdeae6..000000000000
--- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.77
-inherit perl-module
-
-DESCRIPTION="Parse and Format DateTimes using Strptime"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- >=dev-perl/DateTime-1
- >=dev-perl/DateTime-Locale-1.230.0
- >=dev-perl/DateTime-TimeZone-2.90.0
- virtual/perl-Exporter
- dev-perl/Params-ValidationCompiler
- >=dev-perl/Specio-0.330.0
- dev-perl/Try-Tiny
- virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- dev-perl/Test-Warnings
- )
-"