diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 11:02:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 11:02:34 +0000 |
commit | 263e7e1b18e06750f1330aca93af871688263aa8 (patch) | |
tree | d3ac809c5831e007b49a7778af672411cdc529d6 /app-i18n | |
parent | masked new portage version (diff) | |
download | historical-263e7e1b18e06750f1330aca93af871688263aa8.tar.gz historical-263e7e1b18e06750f1330aca93af871688263aa8.tar.bz2 historical-263e7e1b18e06750f1330aca93af871688263aa8.zip |
repoman'd
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild b/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild index b04ee8d6b9f6..dae9490133b1 100644 --- a/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild +++ b/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild @@ -1,19 +1,18 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild,v 1.2 2002/07/11 06:30:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild,v 1.3 2002/07/11 11:02:34 seemant Exp $ +MY_PV=${PV/.5./e} +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="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${MY_PV}.tar.gz" -DEPEND="app-text/ispell" - -# Note: Portage versioning brain damage -# The package name such as 0.99e9 cannot be used. -# Workaround: replace the alphabetic component by a number. I.e. "e" becomes ".5.". -RUS_ISPELL_V=0.99e9 +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" -SRC_URI="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${RUS_ISPELL_V}.tar.gz" -S="${WORKDIR}" +DEPEND="app-text/ispell" src_compile() { make koi || die |