diff options
author | 2007-01-19 17:54:09 +0000 | |
---|---|---|
committer | 2007-01-19 17:54:09 +0000 | |
commit | 8d4fd3d490b49ad566198acaac37b084502bb110 (patch) | |
tree | 5386eaacba4b9ed9b126ac912cba45aaa42ccdd3 /dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild | |
parent | version bump (diff) | |
download | historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.gz historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.bz2 historical-8d4fd3d490b49ad566198acaac37b084502bb110.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild index 440618230a2c..480063fec2de 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild @@ -1,12 +1,12 @@ -# 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-Aspell/Text-Aspell-0.04.ebuild,v 1.13 2006/09/20 21:38:14 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.14 2007/01/19 16:54:51 mcummings Exp $ inherit perl-module DESCRIPTION="Perl interface to the GNU Aspell Library" SRC_URI="mirror://cpan/authors/id/H/HA/HANK/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme" +HOMEPAGE="http://search.cpan.org/~hank/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -18,4 +18,3 @@ IUSE="" DEPEND="app-text/aspell dev-lang/perl" -RDEPEND="${DEPEND}" |