diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-06-03 09:44:43 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:36 +0300 |
commit | 579fca801acbe5439f1442817ba413252df50585 (patch) | |
tree | d6612c002d5f8c2036911898c87a08870edce25f /app-dicts/myspell-ga | |
parent | app-dicts/myspell-fr: bump to EAPI 7 + verbump to 5.7 (diff) | |
download | gentoo-579fca801acbe5439f1442817ba413252df50585.tar.gz gentoo-579fca801acbe5439f1442817ba413252df50585.tar.bz2 gentoo-579fca801acbe5439f1442817ba413252df50585.zip |
app-dicts/myspell-ga: fixed date release
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-ga')
-rw-r--r-- | app-dicts/myspell-ga/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-ga/myspell-ga-20171203.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-ga/Manifest b/app-dicts/myspell-ga/Manifest index 31335380d0e4..e2e279f703a4 100644 --- a/app-dicts/myspell-ga/Manifest +++ b/app-dicts/myspell-ga/Manifest @@ -1 +1,2 @@ DIST myspell-ga-20160213.oxt 8475451 BLAKE2B f8fbd0c763df5022142ec824eb7771ee14d0091a9defc5578b5cc830e02d646f031907fd970f69320a8668465c9aa50aa978d05d293fe8c4be24e553052340ec SHA512 bf1d17c8edd174a84c853489a6404da51a21fd47e7abbbd6f1bac98753a6327c6ada7213ffb0fa6bf5ecd62510e8119e35697ae868db00b2086503a801895d0b +DIST myspell-ga-20171203.oxt 8748465 BLAKE2B 5fe5147d8f297228bc1e968e60546281110095ab2c3155be2bb31eadd8e486a0f56b7f41bbe661ea568ff191233134955a3a26d271d99d97b3ff82f2f1761e16 SHA512 37c5e03998fd3c036df90f45fa28aba7fbb16fca32df1f82ea3ffeafdb19081b739e6716c5be448f7344b9ec548bbeef09d0bbc4423f6312d53a7a5468c4512c diff --git a/app-dicts/myspell-ga/myspell-ga-20171203.ebuild b/app-dicts/myspell-ga/myspell-ga-20171203.ebuild new file mode 100644 index 000000000000..f5e7dee3d531 --- /dev/null +++ b/app-dicts/myspell-ga/myspell-ga-20171203.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "ga_IE.aff" + "ga_IE.dic" +) + +MYSPELL_HYPH=( + "hyph_ga_IE.dic" +) + +MYSPELL_THES=( + "th_ga_IE_v2.dat" + "th_ga_IE_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Irish dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/irish-language-spell-checker-thesaurus-and-hyphenation-patterns" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/focloiri-gaeilge-5-0.oxt -> ${P}.oxt" + +LICENSE="FDL-1.2 GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |