summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-02-09 13:54:16 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-02-09 13:54:16 +0000
commitbcf4004f3a243617d091ac348b38a110098d2198 (patch)
tree97a6c0a90b14b67aec98864be6ba03177da2669a /app-dicts
parent~amd64 (diff)
downloadgentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.tar.gz
gentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.tar.bz2
gentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.zip
QA fixes, russian.dict installation
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-ru/ChangeLog9
-rw-r--r--app-dicts/ispell-ru/Manifest6
-rw-r--r--app-dicts/ispell-ru/files/digest-ispell-ru-0.99.81
-rw-r--r--app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild28
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..2c2b3a3b21e5 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 94bdf0ed223813c8f9f22fcd1c8f93bd ispell-ru-0.99.8.ebuild 816
+MD5 aedbf6b79004059ab5852ffcccd9f2a2 ispell-ru-0.99.7.ebuild 776
MD5 65b307c8a0f78a3f6be56cfaf5c25086 ispell-ru-0.99.6.1-r1.ebuild 736
+MD5 20970fec7d70f7a747d9a09a7b7413e3 ChangeLog 2321
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
+}