diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-19 17:46:42 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-19 17:46:42 +1300 |
commit | f9b5df3102aa86658716c4268d7aa75a5bea2502 (patch) | |
tree | f03014adb9b6097408f011774ed244aaca1f0c68 | |
parent | dev-perl/Data-ObjectDriver: Cleanup old 0.190.0 (diff) | |
download | gentoo-f9b5df3102aa86658716c4268d7aa75a5bea2502.tar.gz gentoo-f9b5df3102aa86658716c4268d7aa75a5bea2502.tar.bz2 gentoo-f9b5df3102aa86658716c4268d7aa75a5bea2502.zip |
dev-perl/DateTime-Format-ISO8601: Cleanup old 0.80.0-r2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r-- | dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild deleted file mode 100644 index d4a55e92b54d..000000000000 --- a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=JHOBLITT -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Parses ISO8601 formats" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/DateTime-0.180.0 - >=dev-perl/DateTime-Format-Builder-0.770.0 -" -DEPEND="dev-perl/Module-Build" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - test? ( - >=dev-perl/File-Find-Rule-0.240.0 - ) -" -PERL_RM_FILES=( - t/00_distribution.t - t/99_pod.t -) |