diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:54:26 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:54:26 +0000 |
commit | f59cf6800b52ef7da2f5ae7b2cc3ce03eb2e3aae (patch) | |
tree | 09c61d770790667dba59b3913fa665f60f5030e5 /app-dicts/myspell-ca/myspell-ca-20060316.ebuild | |
parent | New ebuild for Bulgarian myspell dictionary (diff) | |
download | gentoo-2-f59cf6800b52ef7da2f5ae7b2cc3ce03eb2e3aae.tar.gz gentoo-2-f59cf6800b52ef7da2f5ae7b2cc3ce03eb2e3aae.tar.bz2 gentoo-2-f59cf6800b52ef7da2f5ae7b2cc3ce03eb2e3aae.zip |
New ebuild for Catalan myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-ca/myspell-ca-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-20060316.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/myspell-ca/myspell-ca-20060316.ebuild b/app-dicts/myspell-ca/myspell-ca-20060316.ebuild new file mode 100644 index 000000000000..f5a320a41086 --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-20060316.ebuild @@ -0,0 +1,21 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ca/myspell-ca-20060316.ebuild,v 1.1 2006/05/01 15:54:26 kevquinn Exp $ + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"ca,ES,ca_ES,Catalan (Spain),ca_ES.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |