diff options
author | 2006-05-01 16:16:42 +0000 | |
---|---|---|
committer | 2006-05-01 16:16:42 +0000 | |
commit | 0dd90078936bda7a37ade5f18b37056b6c5d0bab (patch) | |
tree | 27f8a909b598846999cbf700d3e596948c840b56 /app-dicts/myspell-sv/myspell-sv-20060316.ebuild | |
parent | New ebuild for Slovenian myspell dictionary (diff) | |
download | gentoo-2-0dd90078936bda7a37ade5f18b37056b6c5d0bab.tar.gz gentoo-2-0dd90078936bda7a37ade5f18b37056b6c5d0bab.tar.bz2 gentoo-2-0dd90078936bda7a37ade5f18b37056b6c5d0bab.zip |
New ebuild for Swedish myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-sv/myspell-sv-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-sv/myspell-sv-20060316.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-sv/myspell-sv-20060316.ebuild b/app-dicts/myspell-sv/myspell-sv-20060316.ebuild new file mode 100644 index 000000000000..1a15ef4ddabd --- /dev/null +++ b/app-dicts/myspell-sv/myspell-sv-20060316.ebuild @@ -0,0 +1,22 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/myspell-sv-20060316.ebuild,v 1.1 2006/05/01 16:16:42 kevquinn Exp $ + +DESCRIPTION="Swedish dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://sv.speling.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"sv,SE,sv_SE,Swedish (Sweden),sv_SE.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"sv,SE,hyph_sv_SE,Swedish(Sweden),hyph_sv_SE.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |