summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-30 16:17:15 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-30 16:17:15 +0000
commitb187f5f7fb641c9fc0fe56dd9545cca89e6a78dd (patch)
treefe0269c5a4924b2daae224f0b6c9b83f5c2d834a /dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
parent~amd64 (diff)
downloadgentoo-2-b187f5f7fb641c9fc0fe56dd9545cca89e6a78dd.tar.gz
gentoo-2-b187f5f7fb641c9fc0fe56dd9545cca89e6a78dd.tar.bz2
gentoo-2-b187f5f7fb641c9fc0fe56dd9545cca89e6a78dd.zip
Initial import, dep for misterhouse, bug 71006
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild')
-rw-r--r--dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
new file mode 100644
index 000000000000..3eea97710ddc
--- /dev/null
+++ b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild,v 1.1 2005/05/30 16:17:15 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="An XS implementation of the Levenshtein edit distance"
+HOMEPAGE="http://search.cpan.org/~jgoldberg/${P}/"
+SRC_URI="mirror://cpan/authors/id/J/JG/JGOLDBERG/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"