diff options
author | 2021-10-18 21:41:00 +0200 | |
---|---|---|
committer | 2021-10-18 21:42:55 +0200 | |
commit | c6710486779d8161510df1024dd5802868f1fd3b (patch) | |
tree | 722bcecfa49222eb7b0a37728a0be4148e98abac /dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild | |
parent | dev-perl/DateTime-Format-Human-Duration: EAPI=8 bump (diff) | |
download | gentoo-c6710486779d8161510df1024dd5802868f1fd3b.tar.gz gentoo-c6710486779d8161510df1024dd5802868f1fd3b.tar.bz2 gentoo-c6710486779d8161510df1024dd5802868f1fd3b.zip |
dev-perl/DateTime-Format-ISO8601: 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-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild')
-rw-r--r-- | dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild deleted file mode 100644 index 3bb525f0d80a..000000000000 --- a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JHOBLITT -MODULE_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 - dev-perl/DateTime-Format-Builder" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - dev-perl/File-Find-Rule - )" - -SRC_TEST=do - -src_test() { - perl_rm_files t/00_distribution.t t/99_pod.t - perl-module_src_test -} |