diff options
author | Peter Volkov <pva@gentoo.org> | 2010-04-15 07:20:24 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-04-15 07:20:24 +0000 |
commit | 9e49195f478c397e08674fa7c42127a3bd0d068b (patch) | |
tree | e2932347617289f5d4fa3f049bb0198c28e2b7cd /app-dicts/myspell-da | |
parent | whitespace (diff) | |
download | gentoo-2-9e49195f478c397e08674fa7c42127a3bd0d068b.tar.gz gentoo-2-9e49195f478c397e08674fa7c42127a3bd0d068b.tar.bz2 gentoo-2-9e49195f478c397e08674fa7c42127a3bd0d068b.zip |
Version bump, bug #305719, thank hitachi for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/myspell-da')
-rw-r--r-- | app-dicts/myspell-da/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-da/myspell-da-20100311.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-dicts/myspell-da/ChangeLog b/app-dicts/myspell-da/ChangeLog index 11b05271b769..98c7a82450a7 100644 --- a/app-dicts/myspell-da/ChangeLog +++ b/app-dicts/myspell-da/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-da -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/ChangeLog,v 1.15 2009/10/18 22:19:10 halcy0n Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/ChangeLog,v 1.16 2010/04/15 07:20:24 pva Exp $ + +*myspell-da-20100311 (15 Apr 2010) + + 15 Apr 2010; Peter Volkov <pva@gentoo.org> +myspell-da-20100311.ebuild: + Version bump, bug #305719, thank hitachi for report. 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> myspell-da-20060316.ebuild: QA fixes; IUSE is not defined diff --git a/app-dicts/myspell-da/myspell-da-20100311.ebuild b/app-dicts/myspell-da/myspell-da-20100311.ebuild new file mode 100644 index 000000000000..bdabc355a3b1 --- /dev/null +++ b/app-dicts/myspell-da/myspell-da-20100311.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/myspell-da-20100311.ebuild,v 1.1 2010/04/15 07:20:24 pva Exp $ + +# 1.7.32 version from http://da.speling.org/filer/ + +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 + +DESCRIPTION="Danish dictionaries for myspell/hunspell" +LICENSE="GPL-2 LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://da.speling.org/" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" |