diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-02-09 13:54:16 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-02-09 13:54:16 +0000 |
commit | 18802f246e87b2f0efe0d2e8c9d103b6e05abea9 (patch) | |
tree | 8b8c54eb02c5756bcca8906612b790cab88a1d47 /app-dicts/ispell-ru | |
parent | ~amd64 (diff) | |
download | historical-18802f246e87b2f0efe0d2e8c9d103b6e05abea9.tar.gz historical-18802f246e87b2f0efe0d2e8c9d103b6e05abea9.tar.bz2 historical-18802f246e87b2f0efe0d2e8c9d103b6e05abea9.zip |
QA fixes, russian.dict installation
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r-- | app-dicts/ispell-ru/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-ru/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/ispell-ru/files/digest-ispell-ru-0.99.8 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild | 28 |
4 files changed, 41 insertions, 3 deletions
diff --git a/app-dicts/ispell-ru/ChangeLog b/app-dicts/ispell-ru/ChangeLog index 175b7d818782..b3b2a5444ed7 100644 --- a/app-dicts/ispell-ru/ChangeLog +++ b/app-dicts/ispell-ru/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/ispell-ru # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.17 2005/01/02 19:30:15 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.18 2005/02/09 13:54:16 voxus Exp $ + +*ispell-ru-0.99.8 (09 Feb 2005) + + 09 Feb 2005; Konstantin Arkhipov <voxus@gentoo.org>: + +ispell-ru-0.99.8.ebuild: + Version bump. 'Sed in global scope' fixed with bash's BOVM. + Now installs russian.dict too. 02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-dicts/ispell-ru/Manifest b/app-dicts/ispell-ru/Manifest index d34f1cd6039d..976f18cf5446 100644 --- a/app-dicts/ispell-ru/Manifest +++ b/app-dicts/ispell-ru/Manifest @@ -1,8 +1,10 @@ -MD5 aedbf6b79004059ab5852ffcccd9f2a2 ispell-ru-0.99.7.ebuild 776 -MD5 20970fec7d70f7a747d9a09a7b7413e3 ChangeLog 2321 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 bfce055b896b1faded833a4c76ace0db ChangeLog 2531 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 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1 69 MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1-r1 69 diff --git a/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.8 b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.8 new file mode 100644 index 000000000000..77ae52216425 --- /dev/null +++ b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.8 @@ -0,0 +1 @@ +MD5 980da139b5591330627847a9e30f538b rus-ispell-0.99f8.tar.gz 497604 diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild new file mode 100644 index 000000000000..25dd6fab33c9 --- /dev/null +++ b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild @@ -0,0 +1,28 @@ +# 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.8.ebuild,v 1.1 2005/02/09 13:54:16 voxus Exp $ + +#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" +SRC_URI="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${MY_PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86 ~sparc ~alpha ~mips ~hppa" + +DEPEND="app-text/ispell" + +src_compile() { + emake YO=1 || die +} + +src_install () { + insinto /usr/lib/ispell + doins russian.{hash,aff,dict} + + dodoc README README.koi LICENSE +} |