diff options
Diffstat (limited to 'app-dicts/myspell-nb/myspell-nb-20060530.ebuild')
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-20060530.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/myspell-nb/myspell-nb-20060530.ebuild b/app-dicts/myspell-nb/myspell-nb-20060530.ebuild new file mode 100644 index 000000000000..12f7928cdbef --- /dev/null +++ b/app-dicts/myspell-nb/myspell-nb-20060530.ebuild @@ -0,0 +1,24 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nb/myspell-nb-20060530.ebuild,v 1.1 2006/08/06 18:45:12 kevquinn Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"nb,NO,nb_NO,Norwegian bokmål (Norway),nb_NO.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"nb,NO,hyph_nb_NO,Norwegian bokmål (Norway),hyph_nb_NO.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"nb,NO,th_nb_NO_v1,Norwegian bokmål (Norway),th_nb_NO_v1.zip" +"nb,NO,th_nb_NO_v2,Norwegian bokmål (Norway),th_nb_NO_v2.zip" +) + +inherit myspell + +DESCRIPTION="Norwegian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://spell-norwegian.alioth.debian.org/" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" |