diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:11:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:11:51 +0000 |
commit | 70a7129d52bd96ad3050b3036ed266acecaa6d69 (patch) | |
tree | 83b01b6197aeaba367426ea2cb4307ba93e742c6 | |
parent | Removing the stupid, uninformed xscreensaver change I made. Adding full-time... (diff) | |
download | gentoo-2-70a7129d52bd96ad3050b3036ed266acecaa6d69.tar.gz gentoo-2-70a7129d52bd96ad3050b3036ed266acecaa6d69.tar.bz2 gentoo-2-70a7129d52bd96ad3050b3036ed266acecaa6d69.zip |
take out sed from global scope --- PLEASE STOP PUTTING IT BACK IN
(Portage version: 1.585-cvs)
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild index dc0ed8c52700..c133f4a7effd 100644 --- a/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild +++ b/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2005 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.7.ebuild,v 1.10 2005/01/01 12:55:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild,v 1.11 2005/03/23 16:11:51 seemant Exp $ -MY_PV=$(echo ${PV} | sed 's/\.\([0-9]\)$/f\1/') +#MY_PV=$(echo ${PV} | sed 's/\.\([0-9]\)$/f\1/') +MY_PV=${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" |