diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-06-29 19:30:33 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-06-29 19:30:33 +0000 |
commit | 2f7fe4df73738908aad575baea5628d89a7e7684 (patch) | |
tree | 54ee1c0ca4ce580af006893ca19b50af746667a9 /eclass/aspell-dict.eclass | |
parent | version bump (diff) | |
download | gentoo-2-2f7fe4df73738908aad575baea5628d89a7e7684.tar.gz gentoo-2-2f7fe4df73738908aad575baea5628d89a7e7684.tar.bz2 gentoo-2-2f7fe4df73738908aad575baea5628d89a7e7684.zip |
fix homepage
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 bd7c43309ddb..93a01287bf66 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.13 2003/05/17 03:12:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.14 2003/06/29 19:30:33 foser Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -17,7 +17,7 @@ MY_P=${PN}-${PV%.*}-${PV#*.*.} SPELLANG=${PN/aspell-/} S=${WORKDIR}/${MY_P} DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" -HOMEPAGE="http://www.gnu.org/projects/aspell/index.html" +HOMEPAGE="http://aspell.net" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" DEPEND=">=app-text/aspell-0.50" |