diff options
-rw-r--r-- | app-dicts/myspell-gl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-gl/myspell-gl-20131013.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-dicts/myspell-gl/Manifest b/app-dicts/myspell-gl/Manifest new file mode 100644 index 000000000000..44c6c05076b5 --- /dev/null +++ b/app-dicts/myspell-gl/Manifest @@ -0,0 +1 @@ +DIST myspell-gl-20131013.oxt 771221 BLAKE2B cee0815ae69d00334cca4341ed5c694c3d8f97a3904f5427b7deb94d706947e536adc890b2bfbff41c666b8ae6c5c277edc4843f4c4ef4131548145a42b2313d SHA512 ae13d7137e6b8e51570bcbeba00f73d9887a24556c2409249a39858d385168a03aff3ec2cf3222cad50686a4169debbe310a05ce3bd40aaab408de3ed01885ee diff --git a/app-dicts/myspell-gl/myspell-gl-20131013.ebuild b/app-dicts/myspell-gl/myspell-gl-20131013.ebuild new file mode 100644 index 000000000000..8a64dfc62da8 --- /dev/null +++ b/app-dicts/myspell-gl/myspell-gl-20131013.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "gl_ES.aff" + "gl_ES.dic" +) + +MYSPELL_HYPH=( + "hyph_gl.dic" +) + +MYSPELL_THES=( + "thesaurus_gl.dat" + "thesaurus_gl.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Galician dictionaries for myspell/hunspell" +LICENSE="GPL-2 LGPL-2.1" +HOMEPAGE="https://extensions.openoffice.org/en/project/corrector-ortografico-hunspell-para-galego" +SRC_URI="mirror://sourceforge/aoo-extensions/hunspell-gl-13.10.oxt -> ${P}.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |