diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-19 10:47:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-19 10:47:16 +0000 |
commit | 7b8cd8e78f41a5ab95ba5759c2967ff95fc7064b (patch) | |
tree | c13b34dbf7ba351eafaa12d1524fb5564ee5e79a /app-dicts/myspell-cs | |
parent | arm stable, bug #370855 (diff) | |
download | gentoo-2-7b8cd8e78f41a5ab95ba5759c2967ff95fc7064b.tar.gz gentoo-2-7b8cd8e78f41a5ab95ba5759c2967ff95fc7064b.tar.bz2 gentoo-2-7b8cd8e78f41a5ab95ba5759c2967ff95fc7064b.zip |
Version bump to latest czech thesarus dict. Fixes bug #366049.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/myspell-cs')
-rw-r--r-- | app-dicts/myspell-cs/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-cs/myspell-cs-20070926.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-dicts/myspell-cs/ChangeLog b/app-dicts/myspell-cs/ChangeLog index 86b213fe5801..d052912b7f05 100644 --- a/app-dicts/myspell-cs/ChangeLog +++ b/app-dicts/myspell-cs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-cs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/ChangeLog,v 1.20 2010/09/27 22:32:39 leio Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/ChangeLog,v 1.21 2011/06/19 10:47:16 scarabeus Exp $ + +*myspell-cs-20070926 (19 Jun 2011) + + 19 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-cs-20070926.ebuild: + Version bump to latest czech thesarus dict. Fixes bug #366049. 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> myspell-cs-20060316.ebuild: Add ~mips diff --git a/app-dicts/myspell-cs/myspell-cs-20070926.ebuild b/app-dicts/myspell-cs/myspell-cs-20070926.ebuild new file mode 100644 index 000000000000..8820e2664184 --- /dev/null +++ b/app-dicts/myspell-cs/myspell-cs-20070926.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-cs/myspell-cs-20070926.ebuild,v 1.1 2011/06/19 10:47:16 scarabeus Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"cs,CZ,cs_CZ,Czech (Czech Republic),cs_CZ.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"cs,CZ,hyph_cs_CZ,Czech (Czech Republic),hyph_cs_CZ.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"cs,CZ,th_cs_CZ,Czech (Czech Republic),thes_cs_CZ_v2.zip" +) + +inherit myspell + +DESCRIPTION="Czech dictionaries for myspell/hunspell" +LICENSE="GPL-2 MIT" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" |