diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:04:19 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:04:19 +0000 |
commit | 86a97c031f3ca125128921eca191f45b660cf840 (patch) | |
tree | 534d64f26505e0c8f8ce961e079c970f3cf0911d /app-dicts/myspell-id/myspell-id-20060316.ebuild | |
parent | New ebuild for Interlingua myspell dictionary (diff) | |
download | gentoo-2-86a97c031f3ca125128921eca191f45b660cf840.tar.gz gentoo-2-86a97c031f3ca125128921eca191f45b660cf840.tar.bz2 gentoo-2-86a97c031f3ca125128921eca191f45b660cf840.zip |
New ebuild for Indonesian myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-id/myspell-id-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-id/myspell-id-20060316.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-id/myspell-id-20060316.ebuild b/app-dicts/myspell-id/myspell-id-20060316.ebuild new file mode 100644 index 000000000000..fe83ad6cb567 --- /dev/null +++ b/app-dicts/myspell-id/myspell-id-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-id/myspell-id-20060316.ebuild,v 1.1 2006/05/01 16:04:19 kevquinn Exp $ + +DESCRIPTION="Indonesian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"id,ID,id_ID,Indonesian (Indonesia),id_ID.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"id,ID,hyph_id_ID,Indonesian (Indonesia),hyph_id_ID.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |