summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 16:58:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 16:58:30 +0000
commit5d921f19282321712b4fa5485ae82ecd856b449a (patch)
tree5ab0ccb85b76528d02d27c12ffaa391ea124afa1 /dev-perl/Text-LevenshteinXS
parentEbuild maintenance (diff)
downloadgentoo-2-5d921f19282321712b4fa5485ae82ecd856b449a.tar.gz
gentoo-2-5d921f19282321712b4fa5485ae82ecd856b449a.tar.bz2
gentoo-2-5d921f19282321712b4fa5485ae82ecd856b449a.zip
Version bump, thanks seemant
(Portage version: 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}"