summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-06-29 19:30:33 +0000
committerMarinus Schraal <foser@gentoo.org>2003-06-29 19:30:33 +0000
commit07bd0ca11f82bdd0422791f009c90701cff478a9 (patch)
treea059ace08c6f55d3803b720080ee1deac63d64c2 /eclass/aspell-dict.eclass
parentversion bump (diff)
downloadhistorical-07bd0ca11f82bdd0422791f009c90701cff478a9.tar.gz
historical-07bd0ca11f82bdd0422791f009c90701cff478a9.tar.bz2
historical-07bd0ca11f82bdd0422791f009c90701cff478a9.zip
fix homepage
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass4
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"