From c55f19e71f523b6a1cd1288aaade70b50d314a79 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 11 Dec 2021 01:02:39 +0100 Subject: dev-perl/Text-Levenshtein: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Text-Levenshtein/Manifest | 1 - .../Text-Levenshtein-0.130.0.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild (limited to 'dev-perl/Text-Levenshtein') diff --git a/dev-perl/Text-Levenshtein/Manifest b/dev-perl/Text-Levenshtein/Manifest index 03b2568bab6e..23b40a9ec725 100644 --- a/dev-perl/Text-Levenshtein/Manifest +++ b/dev-perl/Text-Levenshtein/Manifest @@ -1,2 +1 @@ -DIST Text-Levenshtein-0.13.tar.gz 15429 BLAKE2B ff50b2d2ab8f97d039f954f022a84dd091770f0edc95d2ed9f198fc98bc4ed1b5d741c84759790585a017c1ec64187a632805db06bd95ac60be391da935860ad SHA512 041e9038c723ea31c2c0516b48ba6de88dacc1e8a5679cf2a8437c10ff5bb3d68e518547ca0ec79ec8a1fa209eb6950687c9d91064b4c8788f77f2a1285f2c6f DIST Text-Levenshtein-0.14.tar.gz 15601 BLAKE2B eeac8f46a7f108f9c01ea8098affe3597d25f830f2f451a4a0c7e6fa8a7809f17928ff373ea123368c42035ee012417fc19e3bab898183215f6135e90c4e5e47 SHA512 21d61d967693b1094d939050e81886ecb8af5a27775e919000ea5d43e272896952df22e2dd103e91d22a7a5b34c5b89799c9aa62c8ab7d2252df6dc76025295b diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild deleted file mode 100644 index 0d2245344b65..000000000000 --- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=NEILB -DIST_VERSION=0.13 -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 ~sparc-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-Scalar-List-Utils - >=virtual/perl-Unicode-Collate-1.40.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - virtual/perl-parent - ) -" -- cgit v1.2.3-65-gdbad