diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 14:00:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 14:00:27 +0000 |
commit | fb5a4eebf5766eaeabe680eec34838f181b0b1b0 (patch) | |
tree | 47ed3e2c80d9f5819cb990940fdab5e37ce595be /eclass/aspell-dict.eclass | |
parent | masked newest aspell and its dictionaries (diff) | |
download | historical-fb5a4eebf5766eaeabe680eec34838f181b0b1b0.tar.gz historical-fb5a4eebf5766eaeabe680eec34838f181b0b1b0.tar.bz2 historical-fb5a4eebf5766eaeabe680eec34838f181b0b1b0.zip |
slight fix0r
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 1ab6169112f5..f9b016253307 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.4 2002/08/23 13:43:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.5 2002/08/23 14:00:27 seemant Exp $ # The aspell-dict eclass is designed to streamline the construction of # ebuilds for the new aspell dictionaries (from gnu.org) which support @@ -14,7 +14,7 @@ EXPORT_FUNCTIONS src_compile src_install MY_P=${PN}-${PV%.*}-${PV#*.*.} S=${WORKDIR}/${MY_P} -DESCRIPTION="${ASPELL_LANG} dictionary for aspell" +DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" HOMEPAGE="http://www.gnu.org/projects/aspell/index.html" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${MY_P}.tar.bz2" |