diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-24 20:51:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-24 20:51:30 +0000 |
commit | 6faf8edad00654cb29c37e31b0e5b650d8bac36f (patch) | |
tree | 961843b880dc5d47d3bd7c50861851fcc85e2bd4 /app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild | |
parent | keyword x86 (diff) | |
download | historical-6faf8edad00654cb29c37e31b0e5b650d8bac36f.tar.gz historical-6faf8edad00654cb29c37e31b0e5b650d8bac36f.tar.bz2 historical-6faf8edad00654cb29c37e31b0e5b650d8bac36f.zip |
Fixed SRC_URI to match real file name. Changed SRC_URI to use mirror:// syntax.
Diffstat (limited to 'app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild')
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild index 10d75b500a4f..8ca9520fec30 100644 --- a/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild +++ b/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild,v 1.9 2004/10/05 12:30:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild,v 1.10 2004/11/24 20:51:30 swegener Exp $ -MY_P=rus-ispell-${PV%.*}f${PV#*.*.} +MY_P=rus-ispell-${PV%.*.*}f${PV#*.*.*.} S="${WORKDIR}" DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell." HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/-${MY_P}.tar.gz" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" |