diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-05-17 03:12:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-05-17 03:12:14 +0000 |
commit | b387a70786172602d279d553149451c6ae34dc02 (patch) | |
tree | 7bc313e4375e377249418ea6373db73bf60fefd0 /eclass/aspell-dict.eclass | |
parent | initial import (diff) | |
download | historical-b387a70786172602d279d553149451c6ae34dc02.tar.gz historical-b387a70786172602d279d553149451c6ae34dc02.tar.bz2 historical-b387a70786172602d279d553149451c6ae34dc02.zip |
changed SRC_URI to correct location. Thanks to: Alex Holden <alex@linuxhacker.org> in bug #21016
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 0404e331b714..bd7c43309ddb 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.12 2003/04/22 22:22:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.13 2003/05/17 03:12:14 seemant Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -14,10 +14,11 @@ INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_compile src_install 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" -SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${MY_P}.tar.bz2" +SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" DEPEND=">=app-text/aspell-0.50" |