summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-13 12:54:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-13 12:54:30 +0000
commitb2e0c32f75defe4225a08a2dbc0c6a2c3bc45499 (patch)
tree10538f2f7806f1b87e1d8f94d4bdcc5903b55d64 /app-dicts/ispell-fi
parentfinnish ispell dict (diff)
downloadhistorical-b2e0c32f75defe4225a08a2dbc0c6a2c3bc45499.tar.gz
historical-b2e0c32f75defe4225a08a2dbc0c6a2c3bc45499.tar.bz2
historical-b2e0c32f75defe4225a08a2dbc0c6a2c3bc45499.zip
finnish ispell dict
Diffstat (limited to 'app-dicts/ispell-fi')
-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
3 files changed, 31 insertions, 1 deletions
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
+}