summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:13 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:00 -0400
commit7891db4e2bd08f432bd7bdff5d4a99643b592aaa (patch)
tree5fcd295f74712cddda17ccd2765e55f3539c80d5 /dev-perl/Text-Levenshtein
parentdev-perl/Text-CSV_XS: Drop old versions (diff)
downloadgentoo-7891db4e2bd08f432bd7bdff5d4a99643b592aaa.tar.gz
gentoo-7891db4e2bd08f432bd7bdff5d4a99643b592aaa.tar.bz2
gentoo-7891db4e2bd08f432bd7bdff5d4a99643b592aaa.zip
dev-perl/Text-Levenshtein: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Levenshtein')
-rw-r--r--dev-perl/Text-Levenshtein/Manifest1
-rw-r--r--dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/Text-Levenshtein/Manifest b/dev-perl/Text-Levenshtein/Manifest
index e637cfc2ee3b..f9515e664933 100644
--- a/dev-perl/Text-Levenshtein/Manifest
+++ b/dev-perl/Text-Levenshtein/Manifest
@@ -1,2 +1 @@
-DIST Text-Levenshtein-0.14.tar.gz 15601 BLAKE2B eeac8f46a7f108f9c01ea8098affe3597d25f830f2f451a4a0c7e6fa8a7809f17928ff373ea123368c42035ee012417fc19e3bab898183215f6135e90c4e5e47 SHA512 21d61d967693b1094d939050e81886ecb8af5a27775e919000ea5d43e272896952df22e2dd103e91d22a7a5b34c5b89799c9aa62c8ab7d2252df6dc76025295b
DIST Text-Levenshtein-0.15.tar.gz 15797 BLAKE2B 2a46211287f6f07c662da6ff9659a791f4d541c56d1df9dd37b60e703e5dcde134a355c042685dbd8556bc6e502615a2099fe426daef39d50983f380d578fc08 SHA512 56b6a7fb27d9be0a2e6ccb13dbaea0bbe29741f195d6a4700aaba5e503b2bb409b571172f61243f358831def973e4633eaa5ea83fa531a684106266d1cf3e1ac
diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild
deleted file mode 100644
index 4e55260aa188..000000000000
--- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=NEILB
-DIST_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="An implementation of the Levenshtein edit distance"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-Scalar-List-Utils
- >=virtual/perl-Unicode-Collate-1.40.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.880.0
- virtual/perl-parent
- )
-"