diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:23:46 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:34:13 +0200 |
commit | 05bc2afa3e4cadb6abffc5b249cd5554fd676567 (patch) | |
tree | 92654897e440dbe332f408b39dd70d83d80ac306 /dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild | |
parent | dev-perl/Text-Kakasi: EAPI=8 bump (diff) | |
download | gentoo-05bc2afa3e4cadb6abffc5b249cd5554fd676567.tar.gz gentoo-05bc2afa3e4cadb6abffc5b249cd5554fd676567.tar.bz2 gentoo-05bc2afa3e4cadb6abffc5b249cd5554fd676567.zip |
dev-perl/Text-Levenshtein: Version bump 0.14
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild')
-rw-r--r-- | dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild new file mode 100644 index 000000000000..8989990e685b --- /dev/null +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild @@ -0,0 +1,27 @@ +# 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 ~sparc-solaris" + +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 + ) +" |