dev-perl/Text-Levenshtein: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:13 -04:00
parent a2cab544d6
commit 7891db4e2b
2 changed files with 0 additions and 28 deletions

View File

@@ -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

View File

@@ -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
)
"