diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:53:33 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:53:33 +0000 |
commit | def8b44fbdf50030c4b8dd0aebfb62d323abecf5 (patch) | |
tree | 4a4666f9e19efe2f4c90f73ac043d396fcd4930d /app-dicts/myspell-bg/myspell-bg-20060316.ebuild | |
parent | New ebuild for Afrikaans myspell dictionary (diff) | |
download | historical-def8b44fbdf50030c4b8dd0aebfb62d323abecf5.tar.gz historical-def8b44fbdf50030c4b8dd0aebfb62d323abecf5.tar.bz2 historical-def8b44fbdf50030c4b8dd0aebfb62d323abecf5.zip |
New ebuild for Bulgarian myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-bg/myspell-bg-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-bg/myspell-bg-20060316.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/myspell-bg/myspell-bg-20060316.ebuild b/app-dicts/myspell-bg/myspell-bg-20060316.ebuild new file mode 100644 index 000000000000..98747e71ad4b --- /dev/null +++ b/app-dicts/myspell-bg/myspell-bg-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-bg/myspell-bg-20060316.ebuild,v 1.1 2006/05/01 15:53:33 kevquinn Exp $ + +DESCRIPTION="Bulgarian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://bgoffice.sourceforge.net/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"bg,BG,bg_BG,Bulgarian (Bulgaria),bg_BG.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"bg,BG,hyph_bg_BG,Bulgarian (Bulgaria),hyph_bg_BG.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"bg,BG,th_bg_BG,Bulgarian (Bulgaria),thes_bg_BG.zip" +) + +inherit myspell |