diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-04 06:57:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-04 06:57:55 +0000 |
commit | f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767 (patch) | |
tree | d9dbaf20fa2137fae5e249417f562f3822239343 /app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild | |
parent | Fixed some doc issues that needed to be addressed in bug #62726. (diff) | |
download | historical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.tar.gz historical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.tar.bz2 historical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.zip |
no more sed in global scope for version munging
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 1ad846d185c3..434ce8a2ddf9 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.7 2004/06/24 21:44:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild,v 1.8 2004/09/04 06:57:55 seemant Exp $ -MY_PV=${PV/.6./f} +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/rus-ispell-${MY_PV}.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/-${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" |