commit: cb8a779916335c1c8239e14900567e86f2b8d2c2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com> AuthorDate: Mon May 3 16:41:44 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 14:20:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8a7799
app-dicts/myspell-sw: bump to EAPI 7 + verbump to 20130312 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-sw/Manifest | 1 + app-dicts/myspell-sw/myspell-sw-20130312.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/app-dicts/myspell-sw/Manifest b/app-dicts/myspell-sw/Manifest index 98e26debe53..8b0e7ee6ae1 100644 --- a/app-dicts/myspell-sw/Manifest +++ b/app-dicts/myspell-sw/Manifest @@ -1 +1,2 @@ DIST myspell-sw-20110106.oxt 423064 BLAKE2B 32e74434714c62b4f5248775ac0ca0262d774a339c84899c822d0099ba1d90830620f748796d246373b566f5b1bbeddbb0b46fd3cf5d9c02168e2f0c18263dbf SHA512 734e760fb3ed95905f7ececc38ad3d4d87f77d5a953e5427d6d242ec73567a35311fea26d1298edb5d1650d6e07a6859c82bff8a6f309d226307873067cc7e98 +DIST swahilidictionary-2013-03-12.oxt 423284 BLAKE2B 0b25ba69bd363234c21049e34a69c8addbe0b56f0b7b7a06108b0007a3fe388629323a6054fdb1e9035a5f4e06d7faffc6eb2d9ce0ae62fb9054571cf0ebe1f8 SHA512 e2980e682263b67179dbadea185c6bfe8e1871adbe62b217d09512e4b673547f8201dfcbe27187bb9eaf4915f456e83da8dfa24427c5bea5aab79354f64e76be diff --git a/app-dicts/myspell-sw/myspell-sw-20130312.ebuild b/app-dicts/myspell-sw/myspell-sw-20130312.ebuild new file mode 100644 index 00000000000..2f5cfdb793f --- /dev/null +++ b/app-dicts/myspell-sw/myspell-sw-20130312.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "sw_KE.aff" + "sw_KE.dic" + "sw_TZ.aff" + "sw_TZ.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Kiswahili dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="https://extensions.openoffice.org/en/project/swahili-dictionary" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/swahilidictionary-2013-03-12.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
