dev-ruby/levenshtein - 0.2.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/levenshtein-0.2.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/levenshtein-0.2.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/levenshtein-0.2.2

Package Information

Description:
Levenshtein distance algorithm
Homepage:
https://github.com/mbleigh/mash
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2.2 8 ~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"

RUBY_FAKEGEM_EXTENSIONS=(ext/levenshtein/extconf.rb)

inherit ruby-fakegem

DESCRIPTION="Levenshtein distance algorithm"
HOMEPAGE="https://github.com/mbleigh/mash"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"

each_ruby_test() {
	${RUBY} -Ilib test/test.rb || die
}

Inherited Eclasses