diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 11:55:25 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:36 +0300 |
commit | 0f908efa6dcdebf54e81ca9a8017be54de8f699b (patch) | |
tree | ecaa9ea869eadd74a1adc8e7eda3c56219ecfa39 /app-dicts/myspell-is | |
parent | app-dicts/myspell-id: bump to EAPI 7 + new link (diff) | |
download | gentoo-0f908efa6dcdebf54e81ca9a8017be54de8f699b.tar.gz gentoo-0f908efa6dcdebf54e81ca9a8017be54de8f699b.tar.bz2 gentoo-0f908efa6dcdebf54e81ca9a8017be54de8f699b.zip |
app-dicts/myspell-is: bump to EAPI 7 + verbump to 20140808
Package-Manager: Portage-3.0.18, 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-is')
-rw-r--r-- | app-dicts/myspell-is/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-is/myspell-is-20140808.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/myspell-is/Manifest b/app-dicts/myspell-is/Manifest index 44319670b954..430924733f16 100644 --- a/app-dicts/myspell-is/Manifest +++ b/app-dicts/myspell-is/Manifest @@ -1 +1,2 @@ DIST hunspell-is-2012.09.01.oxt 678230 BLAKE2B f8a4fa14c1cc9c89213a236d38fbd6b3621fbbaa4803eb3bb70761ec387cddc0404546c3b9ee719c104c0321f5736394506993e153e0b575b790376d2081818f SHA512 39af86809f735e5f0698b060d514bc2d9d53cc4ec7ef4edb6edbd92674af337ea48fc69bfaddb2dc2532be74ae5a079068cd691212042bac70a622d1f02eebe6 +DIST hunspell-is-2014-08-18.oxt 763157 BLAKE2B 123c833075f5cd1404c316ba6d564be04c290fc12c219804f34f849fa7ba73294221cbd1317fcea8621c7fa5caecf42802daf1a01f9b71a2d2858278ca800788 SHA512 62f81d57064761e9367b984ae6347149e6c16069733fa7c3b68f0603830c21b44aa03d1512772634287be6f760b1bffb66754c02d0ee5a7faa3b257e46b78f0c diff --git a/app-dicts/myspell-is/myspell-is-20140808.ebuild b/app-dicts/myspell-is/myspell-is-20140808.ebuild new file mode 100644 index 000000000000..a21825d167fe --- /dev/null +++ b/app-dicts/myspell-is/myspell-is-20140808.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "is.aff" + "is.dic" +) + +MYSPELL_THES=( + "th_is.dat" + "th_is.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Icelandic dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/hunspell-is-2014-08-18.oxt" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |