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 | ce358905a855550518fde0edef10d3b915abae7a (patch) | |
tree | c9499f024cf2260145c6fa22bd23e5d2775c0934 /app-dicts/ispell-ru | |
parent | Removing the stupid, uninformed xscreensaver change I made. Adding full-time... (diff) | |
download | historical-ce358905a855550518fde0edef10d3b915abae7a.tar.gz historical-ce358905a855550518fde0edef10d3b915abae7a.tar.bz2 historical-ce358905a855550518fde0edef10d3b915abae7a.zip |
take out sed from global scope --- PLEASE STOP PUTTING IT BACK IN
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r-- | app-dicts/ispell-ru/Manifest | 10 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-dicts/ispell-ru/Manifest b/app-dicts/ispell-ru/Manifest index 85b752fd8b47..b21d2ba0a9f5 100644 --- a/app-dicts/ispell-ru/Manifest +++ b/app-dicts/ispell-ru/Manifest @@ -1,10 +1,10 @@ +MD5 3b889da2bda782bfcab5a997421fdead ChangeLog 2555 +MD5 65b307c8a0f78a3f6be56cfaf5c25086 ispell-ru-0.99.6.1-r1.ebuild 736 MD5 7706f049920ca42b8eff1d668f142661 ispell-ru-0.99.6.1.ebuild 715 MD5 1a3e4259cf0afaa4ee42a03a1167f097 ispell-ru-0.99.8.ebuild 810 -MD5 aedbf6b79004059ab5852ffcccd9f2a2 ispell-ru-0.99.7.ebuild 776 -MD5 65b307c8a0f78a3f6be56cfaf5c25086 ispell-ru-0.99.6.1-r1.ebuild 736 -MD5 3b889da2bda782bfcab5a997421fdead ChangeLog 2555 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 -MD5 d4f61c858d6be0d381a15d697f91df43 files/digest-ispell-ru-0.99.7 69 -MD5 dc8d90d831e6c240b32159f4be098063 files/digest-ispell-ru-0.99.8 69 +MD5 a174b5ba39a11855e7fdd6e2e41c340c ispell-ru-0.99.7.ebuild 800 MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1 69 MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1-r1 69 +MD5 d4f61c858d6be0d381a15d697f91df43 files/digest-ispell-ru-0.99.7 69 +MD5 dc8d90d831e6c240b32159f4be098063 files/digest-ispell-ru-0.99.8 69 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" |