summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 17:20:19 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 17:20:19 +0000
commitfef482abc81ae081593fc2de2dcaa5e22782a375 (patch)
tree5a6ebd7562b98a24dd3edebaed6e2e81e6adf544 /dev-perl/Text-LevenshteinXS
parentremoved the RESTRICT since upstream is down (diff)
downloadhistorical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.gz
historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.bz2
historical-fef482abc81ae081593fc2de2dcaa5e22782a375.zip
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Text-LevenshteinXS')
-rw-r--r--dev-perl/Text-LevenshteinXS/ChangeLog8
-rw-r--r--dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-LevenshteinXS/ChangeLog b/dev-perl/Text-LevenshteinXS/ChangeLog
index d2da10f299f2..477bbfc96dbf 100644
--- a/dev-perl/Text-LevenshteinXS/ChangeLog
+++ b/dev-perl/Text-LevenshteinXS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-LevenshteinXS
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/ChangeLog,v 1.8 2006/08/18 01:54:00 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/ChangeLog,v 1.9 2007/01/19 16:58:30 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Text-LevenshteinXS-0.03.ebuild:
+ Version bump, thanks seemant
18 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Text-LevenshteinXS-0.03.ebuild:
diff --git a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
index 0cbb80eba2f1..64f3255b98fd 100644
--- a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
+++ b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.8 2006/08/18 01:54:00 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild,v 1.9 2007/01/19 16:58:30 mcummings Exp $
inherit perl-module
DESCRIPTION="An XS implementation of the Levenshtein edit distance"
-HOMEPAGE="http://search.cpan.org/~jgoldberg/${P}/"
+HOMEPAGE="http://search.cpan.org/~jgoldberg/"
SRC_URI="mirror://cpan/authors/id/J/JG/JGOLDBERG/${P}.tar.gz"
LICENSE="Artistic"
@@ -17,4 +17,3 @@ SRC_TEST="do"
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"