diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-22 17:35:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-22 18:04:56 +0200 |
commit | c148c5557088579fe5b574cf127a2ed2d754ad71 (patch) | |
tree | e5c0923af72984bbc1586d234dbb8c8cf23cf7ba /dev-perl/DateTime-Format-HTTP | |
parent | dev-perl/DateTime-Format-HTTP: Stable for all (diff) | |
download | gentoo-c148c5557088579fe5b574cf127a2ed2d754ad71.tar.gz gentoo-c148c5557088579fe5b574cf127a2ed2d754ad71.tar.bz2 gentoo-c148c5557088579fe5b574cf127a2ed2d754ad71.zip |
dev-perl/DateTime-Format-HTTP: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-HTTP')
-rw-r--r-- | dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild deleted file mode 100644 index 1ad7af39eae2..000000000000 --- a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CKRAS -MODULE_VERSION=0.42 -inherit perl-module - -DESCRIPTION="Date conversion routines" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/DateTime-0.170.0 - >=dev-perl/HTTP-Date-1.440.0 -" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - test? ( >=virtual/perl-Test-Simple-0.470.0 ) -" - -SRC_TEST=do |