diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:54:55 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:54:55 +0000 |
commit | e8050e2780ab864342edb90f4b602b02f3255cc9 (patch) | |
tree | 1a042ec128743bd99d3243e77cd580f1d40211e8 /app-dicts/myspell-cs/myspell-cs-20060316.ebuild | |
parent | New ebuild for Catalan myspell dictionary (diff) | |
download | historical-e8050e2780ab864342edb90f4b602b02f3255cc9.tar.gz historical-e8050e2780ab864342edb90f4b602b02f3255cc9.tar.bz2 historical-e8050e2780ab864342edb90f4b602b02f3255cc9.zip |
New ebuild for Czech myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-cs/myspell-cs-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-cs/myspell-cs-20060316.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/myspell-cs/myspell-cs-20060316.ebuild b/app-dicts/myspell-cs/myspell-cs-20060316.ebuild new file mode 100644 index 000000000000..62ef9cbd6ea6 --- /dev/null +++ b/app-dicts/myspell-cs/myspell-cs-20060316.ebuild @@ -0,0 +1,23 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/myspell-cs-20060316.ebuild,v 1.1 2006/05/01 15:54:55 kevquinn Exp $ + +DESCRIPTION="Czech dictionaries for myspell/hunspell" +LICENSE="GPL-2 myspell-th_cs_CZ-PavelRychlySmrz" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"cs,CZ,cs_CZ,Czech (Czech Republic),cs_CZ.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"cs,CZ,hyph_cs_CZ,Czech (Czech Republic),hyph_cs_CZ.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"cs,CZ,th_cs_CZ,Czech (Czech Republic),thes_cs_CZ.zip" +) + +inherit myspell |