diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:16:01 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:16:01 +0000 |
commit | ae1c938c51036aad41aa138c4b98f919b4f64063 (patch) | |
tree | 8730fce286c8a2ec6f35eb4c992793675e4af9f1 /app-dicts/myspell-sl/myspell-sl-20060316.ebuild | |
parent | New ebuild for Slovak myspell dictionary (diff) | |
download | gentoo-2-ae1c938c51036aad41aa138c4b98f919b4f64063.tar.gz gentoo-2-ae1c938c51036aad41aa138c4b98f919b4f64063.tar.bz2 gentoo-2-ae1c938c51036aad41aa138c4b98f919b4f64063.zip |
New ebuild for Slovenian myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-sl/myspell-sl-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-sl/myspell-sl-20060316.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-sl/myspell-sl-20060316.ebuild b/app-dicts/myspell-sl/myspell-sl-20060316.ebuild new file mode 100644 index 000000000000..6a6e32ef65af --- /dev/null +++ b/app-dicts/myspell-sl/myspell-sl-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-sl/myspell-sl-20060316.ebuild,v 1.1 2006/05/01 16:16:01 kevquinn Exp $ + +DESCRIPTION="Slovenian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"sl,SI,sl_SI,Slovenian (Slovenia),sl_SI.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"sl,SI,hyph_sl_SI,Slovenian (Slovenia),hyph_sl_SI.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |