diff options
Diffstat (limited to 'dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild')
-rw-r--r-- | dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild index f95bed2adfd1..1c330d4b1b3a 100644 --- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild +++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.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/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.14 2006/08/04 22:12:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.15 2007/02/06 14:37:01 mcummings Exp $ inherit perl-module DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists" -HOMEPAGE="http://search.cpan.org/~nedkonz/${P}/" +HOMEPAGE="http://search.cpan.org/~nedkonz/" SRC_URI="mirror://cpan/authors/id/N/NE/NEDKONZ/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -13,4 +13,3 @@ IUSE="" SLOT="0" KEYWORDS="x86 ppc sparc alpha ppc64 amd64" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |