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 | 69061f27162b99ffab03edebdf0df5cd78351a14 (patch) | |
tree | e245c1413badb9cbfeb5be4a4399776a3876eb62 /app-dicts/myspell-sl/myspell-sl-20060316.ebuild | |
parent | New ebuild for Slovak myspell dictionary (diff) | |
download | historical-69061f27162b99ffab03edebdf0df5cd78351a14.tar.gz historical-69061f27162b99ffab03edebdf0df5cd78351a14.tar.bz2 historical-69061f27162b99ffab03edebdf0df5cd78351a14.zip |
New ebuild for Slovenian myspell dictionary
Package-Manager: portage-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 |