From b387a70786172602d279d553149451c6ae34dc02 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sat, 17 May 2003 03:12:14 +0000 Subject: changed SRC_URI to correct location. Thanks to: Alex Holden in bug #21016 --- eclass/aspell-dict.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass') 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 # @@ -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" -- cgit v1.2.3-65-gdbad