summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ispell-fi')
-rw-r--r--app-dicts/ispell-fi/ChangeLog10
-rw-r--r--app-dicts/ispell-fi/Manifest3
-rw-r--r--app-dicts/ispell-fi/files/digest-ispell-fi-200009032
-rw-r--r--app-dicts/ispell-fi/ispell-fi-20000903.ebuild27
4 files changed, 41 insertions, 1 deletions
diff --git a/app-dicts/ispell-fi/ChangeLog b/app-dicts/ispell-fi/ChangeLog
new file mode 100644
index 000000000000..bc0f6468318a
--- /dev/null
+++ b/app-dicts/ispell-fi/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-dicts/ispell-fi
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v 1.1 2003/06/13 12:54:28 seemant Exp $
+
+*ispell-fi-20000903 (13 Jun 2003)
+
+ 13 Jun 2003; Seemant Kulleen <seemant@gentoo.org> ispell-fi-20000903.ebuild:
+ New Finnish language dictionary for ispell. Submitted by: Vaino Jarvela
+ <vaino.jarvela@pp.inet.fi> in bug #17513
+
diff --git a/app-dicts/ispell-fi/Manifest b/app-dicts/ispell-fi/Manifest
index f49bca6c3d73..d2d205507fb5 100644
--- a/app-dicts/ispell-fi/Manifest
+++ b/app-dicts/ispell-fi/Manifest
@@ -1,2 +1,3 @@
-MD5 7e57a8b5a8f78a0dd54ef6768e83b3e2 ispell-fi-20000903.ebuild 491
+MD5 158923801786884ebd637e8fa9a68b39 ispell-fi-20000903.ebuild 761
+MD5 92aa37424e4a59f2856247e2d7e3d601 ChangeLog 453
MD5 e38ebdb836220727940251fd5bbab68b files/digest-ispell-fi-20000903 127
diff --git a/app-dicts/ispell-fi/files/digest-ispell-fi-20000903 b/app-dicts/ispell-fi/files/digest-ispell-fi-20000903
new file mode 100644
index 000000000000..7f0875f1eb36
--- /dev/null
+++ b/app-dicts/ispell-fi/files/digest-ispell-fi-20000903
@@ -0,0 +1,2 @@
+MD5 977a5eebe21881dca6be6cf38a244457 finnish.dict.bz2 316957
+MD5 d53611daaed94c8b17869a60e4ae61d9 finnish.medium.aff.bz2 22181
diff --git a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
new file mode 100644
index 000000000000..a7c1ac957607
--- /dev/null
+++ b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2003 Gentoo Technologies, Imc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.1 2003/06/13 12:54:28 seemant Exp $
+
+S="${WORKDIR}"
+DESCRIPTION="Finnish dictionary for ispell"
+SRC_URI="http://ispell-fi.sourceforge.net/finnish.dict.bz2 http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2"
+HOMEPAGE="http://ispell-fi.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="app-text/ispell
+ sys-apps/bzip2"
+
+RDEPEND="app-text/ispell"
+
+
+src_compile() {
+ buildhash finnish.dict finnish.medium.aff finnish.hash
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins finnish.medium.aff finnish.hash
+}