diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:54:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:54:51 +0000 |
commit | ef9e254afde9df1433d63ed7f04c4b6d4492187c (patch) | |
tree | d5072bfc0e85e2de3303c1a20245e6efcdf4a1ca /dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-ef9e254afde9df1433d63ed7f04c4b6d4492187c.tar.gz gentoo-2-ef9e254afde9df1433d63ed7f04c4b6d4492187c.tar.bz2 gentoo-2-ef9e254afde9df1433d63ed7f04c4b6d4492187c.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild index efc2adc4a5bd..899ac61f9103 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.05.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.05.ebuild,v 1.7 2006/10/21 14:45:29 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.8 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}" |