diff options
Diffstat (limited to 'app-dicts/myspell-sv/myspell-sv-2.13.ebuild')
-rw-r--r-- | app-dicts/myspell-sv/myspell-sv-2.13.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/myspell-sv/myspell-sv-2.13.ebuild b/app-dicts/myspell-sv/myspell-sv-2.13.ebuild new file mode 100644 index 000000000000..938cdc6de05a --- /dev/null +++ b/app-dicts/myspell-sv/myspell-sv-2.13.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/myspell-sv-2.13.ebuild,v 1.1 2013/03/06 21:03:11 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "sv_FI.aff" + "sv_FI.dic" + "sv_SE.aff" + "sv_SE.dic" +) + +MYSPELL_HYPH=( + "hyph_sv_SE.dic" +) + +MYSPELL_THES=( + "th_sv_SE.dat" + "th_sv_SE.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Swedish dictionaries for myspell/hunspell" +HOMEPAGE=" + http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan + http://extensions.libreoffice.org/extension-center/swedish-hyphenation + http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex +" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${PV}/ooo_swedish_dict_${PV}.oxt + http://extensions.libreoffice.org/extension-center/swedish-hyphenation/releases/1.10/hyph_sv_se.oxt -> ${P}-hyph.oxt + http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex/releases/1.3/swedishthesaurus.oxt -> ${P}-thes.oxt +" + +LICENSE="CC-BY-SA-3.0 GPL-2 LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |