diff options
Diffstat (limited to 'app-dicts/myspell-nl/myspell-nl-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-20060316.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/myspell-nl/myspell-nl-20060316.ebuild b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild new file mode 100644 index 000000000000..c4b15c403fe5 --- /dev/null +++ b/app-dicts/myspell-nl/myspell-nl-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-nl/myspell-nl-20060316.ebuild,v 1.1 2006/05/01 16:11:45 kevquinn Exp $ + +DESCRIPTION="Dutch dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.goddijn.com/words.htm" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"nl,NL,nl_med,Dutch (medical),nl_med.zip" +"nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"nl,NL,hyph_nl_NL,Dutch (Netherlands), hyph_nl_NL.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |