diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 13:00:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:37 +0300 |
commit | 4ee922723e43b727ed6d2e79f33b1a0a2c086862 (patch) | |
tree | 3746fe726e1678e93473d0912cc2a8dfe435cf40 /app-dicts/myspell-mi | |
parent | app-dicts/myspell-lv: bump to EAPI 7 (diff) | |
download | gentoo-4ee922723e43b727ed6d2e79f33b1a0a2c086862.tar.gz gentoo-4ee922723e43b727ed6d2e79f33b1a0a2c086862.tar.bz2 gentoo-4ee922723e43b727ed6d2e79f33b1a0a2c086862.zip |
app-dicts/myspell-mi: bump to EAPI 7 + verbump to 20190630
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-mi')
-rw-r--r-- | app-dicts/myspell-mi/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-mi/myspell-mi-20190630.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/myspell-mi/Manifest b/app-dicts/myspell-mi/Manifest index 317411a0f9da..9bf5a92592ac 100644 --- a/app-dicts/myspell-mi/Manifest +++ b/app-dicts/myspell-mi/Manifest @@ -1 +1,2 @@ +DIST myspell-mi-20190630.tar.gz 79193 BLAKE2B c6055c9d8c31a982a77180a59265ed294856cb9e7c7d8ab5b31274792c3b3340ed52da9336683abb287b6f8da749527b27c2aaf32c51237f3dd9012d9d631d60 SHA512 a8a5212f3a8b41b19d20776fa9db04d2fd67b6bbce4fa5b94ddde54a22aabaff46d0bc8a91f44a35e66caad31e9a99b8e50b02c95bbbec5314a16e4bea3f61ef DIST myspell-mi_NZ-20060316.zip 78777 BLAKE2B 4e694d2ee35c86d677ec9abef3346e4c47364c80ae327178cab8556a514dc810f71af589349e5730367a9ac952165fe634545d426f8352bbe99096d22cf33e83 SHA512 391f70bbd7d66ede4c8df7f7d5544bc7f40c3e97b80b509ce887e74770f9183ca98475715dbf9e6ceecb3445d1d3c5c1de35d1ea540e13a3a17eef690c91925d diff --git a/app-dicts/myspell-mi/myspell-mi-20190630.ebuild b/app-dicts/myspell-mi/myspell-mi-20190630.ebuild new file mode 100644 index 000000000000..7b7362ac15ff --- /dev/null +++ b/app-dicts/myspell-mi/myspell-mi-20190630.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "mi_NZ.aff" + "mi_NZ.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Maori dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" +SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/mi-${PV}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |