summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-10-19 17:51:24 +1300
committerKent Fredric <kentnl@gentoo.org>2020-10-19 17:51:24 +1300
commit0cad4c94ff92b3d9e49b1fd9b93c312df3f5736b (patch)
tree396fd2de3cccaf95ed2e9426ddad7c1b79266ae2 /dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild
parentdev-perl/DateTime-Format-ISO8601: Cleanup old 0.80.0-r2 (diff)
downloadgentoo-0cad4c94ff92b3d9e49b1fd9b93c312df3f5736b.tar.gz
gentoo-0cad4c94ff92b3d9e49b1fd9b93c312df3f5736b.tar.bz2
gentoo-0cad4c94ff92b3d9e49b1fd9b93c312df3f5736b.zip
dev-perl/DateTime-Locale: Cleanup old 1.2{6,7}0.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild')
-rw-r--r--dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild
deleted file mode 100644
index ef6b2c6a8545..000000000000
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.26
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Localization support for DateTime"
-
-LICENSE="|| ( Artistic GPL-1+ ) unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- >=dev-perl/Dist-CheckConflicts-0.20.0
- virtual/perl-Exporter
- dev-perl/File-ShareDir
- >=dev-perl/Params-ValidationCompiler-0.130.0
- >=virtual/perl-Scalar-List-Utils-1.450.0
- >=dev-perl/Specio-0.150.0
- >=dev-perl/namespace-autoclean-0.190.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/File-ShareDir-Install-0.60.0
- test? (
- virtual/perl-CPAN-Meta-Requirements
- >=dev-perl/CPAN-Meta-Check-0.11.0
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- dev-perl/IPC-System-Simple
- virtual/perl-Storable
- dev-perl/Test-Fatal
- dev-perl/Test-File-ShareDir
- dev-perl/Test-Requires
- >=virtual/perl-Test-Simple-0.960.0
- dev-perl/Test-Warnings
- )
-"