summaryrefslogtreecommitdiff
blob: 638f9cf8382b30577a1290bab946498dc7eee853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2006-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/myspell-fr-20060316.ebuild,v 1.12 2008/01/06 15:25:56 ranger Exp $

MYSPELL_SPELLING_DICTIONARIES=(
"fr,BE,fr_FR,French (Belgium),fr_FR.zip"
"fr,CA,fr_FR,French (Canada),fr_FR.zip"
"fr,FR,fr_FR,French (France),fr_FR.zip"
"fr,LU,fr_FR,French (Luxembourg),fr_FR.zip"
"fr,MC,fr_FR,French (Monaco),fr_FR.zip"
"fr,CH,fr_FR,French (Switzerland),fr_FR.zip"
)

MYSPELL_HYPHENATION_DICTIONARIES=(
"fr,BE,hyph_fr_FR,French (Belgium),hyph_fr_FR.zip"
"fr,CA,hyph_fr_FR,French (Canada),hyph_fr_FR.zip"
"fr,FR,hyph_fr_FR,French (France),hyph_fr_FR.zip"
"fr,LU,hyph_fr_FR,French (Luxembourg),hyph_fr_FR.zip"
"fr,MC,hyph_fr_FR,French (Monaco),hyph_fr_FR.zip"
"fr,CH,hyph_fr_FR,French (Switzerland),hyph_fr_FR.zip"
)

MYSPELL_THESAURUS_DICTIONARIES=(
"fr,BE,th_fr_FR,French (Belgium),thes_fr_FR.zip"
"fr,CA,th_fr_FR,French (Canada),thes_fr_FR.zip"
"fr,FR,th_fr_FR,French (France),thes_fr_FR.zip"
"fr,LU,th_fr_FR,French (Luxembourg),thes_fr_FR.zip"
"fr,MC,th_fr_FR,French (Monaco),thes_fr_FR.zip"
"fr,CH,th_fr_FR,French (Switzerland),thes_fr_FR.zip"
)

inherit myspell

DESCRIPTION="French dictionaries for myspell/hunspell"
LICENSE="LGPL-2.1"
HOMEPAGE="http://lingucomponent.openoffice.org/"

KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"