commit: 4ee922723e43b727ed6d2e79f33b1a0a2c086862 Author: Marco Scardovi <marco <AT> scardovi <DOT> com> AuthorDate: Mon May 3 11:00:23 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 14:20:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee92272
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 <AT> scardovi.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-dicts/myspell-mi/Manifest | 1 + app-dicts/myspell-mi/myspell-mi-20190630.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-dicts/myspell-mi/Manifest b/app-dicts/myspell-mi/Manifest index 317411a0f9d..9bf5a92592a 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 00000000000..7b7362ac15f --- /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"
