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 | aa7826950858dd15dd032d03b7546f63085ec13e (patch) | |
tree | 721b1a3868ecead19337ea696aedb5e21e4c3a2a /app-dicts/myspell-da/myspell-da-20060316.ebuild | |
parent | Version bump (diff) | |
download | historical-aa7826950858dd15dd032d03b7546f63085ec13e.tar.gz historical-aa7826950858dd15dd032d03b7546f63085ec13e.tar.bz2 historical-aa7826950858dd15dd032d03b7546f63085ec13e.zip |
New ebuild for Danish myspell dictionary
Package-Manager: portage-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 |