diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-19 07:45:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-19 07:45:27 +0000 |
commit | 6cd076ec9eb0a71656a85101a61a66babb5bc675 (patch) | |
tree | eb02882d952b1de02b232355d20d8f8020aabdfc /app-dicts/myspell-lv | |
parent | Bump (diff) | |
download | gentoo-2-6cd076ec9eb0a71656a85101a61a66babb5bc675.tar.gz gentoo-2-6cd076ec9eb0a71656a85101a61a66babb5bc675.tar.bz2 gentoo-2-6cd076ec9eb0a71656a85101a61a66babb5bc675.zip |
Add newest version of lv dictionary (even if the version string is lower).
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/myspell-lv')
-rw-r--r-- | app-dicts/myspell-lv/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-0.9.4.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/app-dicts/myspell-lv/ChangeLog b/app-dicts/myspell-lv/ChangeLog index bfb9dd59c66b..f3e5f84c55e5 100644 --- a/app-dicts/myspell-lv/ChangeLog +++ b/app-dicts/myspell-lv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-lv -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.17 2010/09/27 23:37:13 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.18 2012/04/19 07:45:27 scarabeus Exp $ + +*myspell-lv-0.9.4 (19 Apr 2012) + + 19 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-lv-0.9.4.ebuild: + Add newest version of lv dictionary (even if the version string is lower). 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> myspell-lv-20060316.ebuild: Add ~mips diff --git a/app-dicts/myspell-lv/myspell-lv-0.9.4.ebuild b/app-dicts/myspell-lv/myspell-lv-0.9.4.ebuild new file mode 100644 index 000000000000..8b3e53f61768 --- /dev/null +++ b/app-dicts/myspell-lv/myspell-lv-0.9.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-0.9.4.ebuild,v 1.1 2012/04/19 07:45:27 scarabeus Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"lv,LV,lv_LV,Latvian (Latvia),lv_LV.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"lv,LV,hyph_lv_LV,Latvian (Latvia),lv_LV.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell + +DESCRIPTION="Latvian dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" +SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |