summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:39 +0000
commitb9dbca4184df68f3ad432b828420c1f66fffb318 (patch)
tree9b78ecf168f90402b8e044350d5af138c4d6bee7 /app-dicts/ispell-fr
parentFHS correctness (diff)
downloadgentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.tar.gz
gentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.tar.bz2
gentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.zip
moved from app-i18n
Diffstat (limited to 'app-dicts/ispell-fr')
-rw-r--r--app-dicts/ispell-fr/ChangeLog12
-rw-r--r--app-dicts/ispell-fr/files/digest-ispell-fr-1.01
-rw-r--r--app-dicts/ispell-fr/ispell-fr-1.0.ebuild26
3 files changed, 39 insertions, 0 deletions
diff --git a/app-dicts/ispell-fr/ChangeLog b/app-dicts/ispell-fr/ChangeLog
new file mode 100644
index 000000000000..887e2abb64d7
--- /dev/null
+++ b/app-dicts/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-dicts/ispell-fr/ChangeLog,v 1.1 2002/12/03 07:15:39 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-dicts/ispell-fr/files/digest-ispell-fr-1.0 b/app-dicts/ispell-fr/files/digest-ispell-fr-1.0
new file mode 100644
index 000000000000..384f400b8ffa
--- /dev/null
+++ b/app-dicts/ispell-fr/files/digest-ispell-fr-1.0
@@ -0,0 +1 @@
+MD5 2c76980419efb6bda122a5e0e85c9247 Francais-GUTenberg-v1.0.tar.gz 1061683
diff --git a/app-dicts/ispell-fr/ispell-fr-1.0.ebuild b/app-dicts/ispell-fr/ispell-fr-1.0.ebuild
new file mode 100644
index 000000000000..26a2952bbb5f
--- /dev/null
+++ b/app-dicts/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-dicts/ispell-fr/ispell-fr-1.0.ebuild,v 1.1 2002/12/03 07:15:39 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
+}