summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-12 14:08:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-12 14:09:17 +0200
commitaae772ab83d72100b4ffa5cc019f293683b99b01 (patch)
treec947f994d9cba0e2f5c3e2af2795e2b8320b1b28 /perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
parentwww-client/opera: Version 64.0.3417.54 (diff)
downloadgentoo-aae772ab83d72100b4ffa5cc019f293683b99b01.tar.gz
gentoo-aae772ab83d72100b4ffa5cc019f293683b99b01.tar.bz2
gentoo-aae772ab83d72100b4ffa5cc019f293683b99b01.zip
perl-core/Unicode-Collate: Drop some cruft
Closes: https://bugs.gentoo.org/634040 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild')
-rw-r--r--perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild b/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
deleted file mode 100644
index fab2f6349c6e..000000000000
--- a/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SADAHIRO
-DIST_VERSION=1.19
-inherit perl-module
-
-DESCRIPTION="Unicode Collate Algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"