diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:55:54 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 15:55:54 +0000 |
commit | c9f3705c5896d1e0ae3fb1e365f80ad755024d84 (patch) | |
tree | 63b8fc8f91edea9b88ac19b458587977bda321b0 /app-dicts/myspell-da/myspell-da-20060316.ebuild | |
parent | New ebuild for Welsh myspell dictionary (diff) | |
download | gentoo-2-c9f3705c5896d1e0ae3fb1e365f80ad755024d84.tar.gz gentoo-2-c9f3705c5896d1e0ae3fb1e365f80ad755024d84.tar.bz2 gentoo-2-c9f3705c5896d1e0ae3fb1e365f80ad755024d84.zip |
New ebuild for Danish myspell dictionary
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-da/myspell-da-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-da/myspell-da-20060316.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-da/myspell-da-20060316.ebuild b/app-dicts/myspell-da/myspell-da-20060316.ebuild new file mode 100644 index 000000000000..b000f30e8ed5 --- /dev/null +++ b/app-dicts/myspell-da/myspell-da-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-da/myspell-da-20060316.ebuild,v 1.1 2006/05/01 15:55:54 kevquinn Exp $ + +DESCRIPTION="Danish dictionaries for myspell/hunspell" +LICENSE="GPL-2 LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://da.speling.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"da,DK,da_DK,Danish (Denmark),da_DK.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"da,DK,hyph_da_DK,Danish (Denmark),hyph_da_DK.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |