diff options
author | 2006-05-01 16:01:56 +0000 | |
---|---|---|
committer | 2006-05-01 16:01:56 +0000 | |
commit | 7244228a2bbea15d7906d758af6ce1e9c6aae7f8 (patch) | |
tree | ee10cf06810acc5fb45e4ab1c7b724896a4daf3f /app-dicts/myspell-he/myspell-he-20060316.ebuild | |
parent | Made dependency on games-fps/quake3-data conditional on USE=cdinstall (I thou... (diff) | |
download | gentoo-2-7244228a2bbea15d7906d758af6ce1e9c6aae7f8.tar.gz gentoo-2-7244228a2bbea15d7906d758af6ce1e9c6aae7f8.tar.bz2 gentoo-2-7244228a2bbea15d7906d758af6ce1e9c6aae7f8.zip |
New ebuild for Hebrew myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-he/myspell-he-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-he/myspell-he-20060316.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/myspell-he/myspell-he-20060316.ebuild b/app-dicts/myspell-he/myspell-he-20060316.ebuild new file mode 100644 index 000000000000..f98663015670 --- /dev/null +++ b/app-dicts/myspell-he/myspell-he-20060316.ebuild @@ -0,0 +1,21 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.1 2006/05/01 16:01:56 kevquinn Exp $ + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"he,IL,he_IL,Hebrew (Israel),he_IL.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |