summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-31 21:09:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-31 21:09:49 +0000
commit56aa4f2cd6d8306f21edee4d663b8b175ac1991c (patch)
tree3fc3a6abd14bfb58f630a67c0dd63ae9085c182c /app-i18n
parentczech ispell dictionary (diff)
downloadhistorical-56aa4f2cd6d8306f21edee4d663b8b175ac1991c.tar.gz
historical-56aa4f2cd6d8306f21edee4d663b8b175ac1991c.tar.bz2
historical-56aa4f2cd6d8306f21edee4d663b8b175ac1991c.zip
french ispell dictionary
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ispell-fr/ChangeLog12
-rw-r--r--app-i18n/ispell-fr/files/digest-ispell-fr-1.01
-rw-r--r--app-i18n/ispell-fr/ispell-fr-1.0.ebuild26
3 files changed, 39 insertions, 0 deletions
diff --git a/app-i18n/ispell-fr/ChangeLog b/app-i18n/ispell-fr/ChangeLog
new file mode 100644
index 000000000000..3698d26a30ae
--- /dev/null
+++ b/app-i18n/ispell-fr/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for app-i18n/ispell-fr
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-fr/ChangeLog,v 1.1 2002/10/31 21:09:49 seemant Exp $
+
+
+*ispell-fr-1.0 (06 Oct 2002)
+
+ 06 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ispell-fr-1.0.ebuild
+ ChangeLog files/digest-ispell-fr-1.0 :
+
+ French dictionary for ispell, submitted by: Julien Ponge
+ <julien@izforge.com> in bug #8792
diff --git a/app-i18n/ispell-fr/files/digest-ispell-fr-1.0 b/app-i18n/ispell-fr/files/digest-ispell-fr-1.0
new file mode 100644
index 000000000000..384f400b8ffa
--- /dev/null
+++ b/app-i18n/ispell-fr/files/digest-ispell-fr-1.0
@@ -0,0 +1 @@
+MD5 2c76980419efb6bda122a5e0e85c9247 Francais-GUTenberg-v1.0.tar.gz 1061683
diff --git a/app-i18n/ispell-fr/ispell-fr-1.0.ebuild b/app-i18n/ispell-fr/ispell-fr-1.0.ebuild
new file mode 100644
index 000000000000..209635ba83cc
--- /dev/null
+++ b/app-i18n/ispell-fr/ispell-fr-1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-fr/ispell-fr-1.0.ebuild,v 1.1 2002/10/31 21:09:49 seemant Exp $
+
+MY_P="Francais-GUTenberg-v${PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="French dictionnary for ispell"
+SRC_URI="http://www.unil.ch/ling/cp/${MY_P}.tar.gz"
+HOMEPAGE="http://www.unil.ch/ling/cp/frgut.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ cat dicos/*.dico | sort > francais.dico
+ buildhash francais.dico francais.aff francais.hash || die
+ buildhash francais.dico francais-TeX8b.aff francais-TeX8b.hash || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins francais.aff francais.hash francais-TeX8b.aff francais-TeX8b.hash
+}