diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 12:14:39 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:37 +0300 |
commit | fe773072e9c753d5f514b1abd6ebabf32c228ba5 (patch) | |
tree | d3d7a47248035ee2350a62db4a79313ed0411c3b | |
parent | app-dicts/myspell-kk: bump to EAPI 7 (diff) | |
download | gentoo-fe773072e9c753d5f514b1abd6ebabf32c228ba5.tar.gz gentoo-fe773072e9c753d5f514b1abd6ebabf32c228ba5.tar.bz2 gentoo-fe773072e9c753d5f514b1abd6ebabf32c228ba5.zip |
app-dicts/myspell-km: bump to EAPI 7 + verbump to 1.82
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>
-rw-r--r-- | app-dicts/myspell-km/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-km/myspell-km-1.82.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/myspell-km/Manifest b/app-dicts/myspell-km/Manifest index 94c41e784cfb..b40e2b8531ab 100644 --- a/app-dicts/myspell-km/Manifest +++ b/app-dicts/myspell-km/Manifest @@ -1 +1,2 @@ DIST sbbic-khmer-spelling-checker-1.6.oxt 355760 BLAKE2B f9b87b3ab40204cb756440b0d705156c9b7d7d2220db9a1baba8b3c5247b6cee76c7326e7e5f69d6f7f2ae926b0e865fd7dc2f1c38db40608ddaee5159f407b2 SHA512 0cbe28a5b9c1c7aebe8cb14ab76115dd3d08c75f20200bd0685d05b5d462b2c53b3e658b150d58a44dcf1589df99eb92a68aae3f5d5afb63591ae19a338230b8 +DIST sbbic-khmer-spelling-checker-libreoffice-1-82.oxt 606267 BLAKE2B 9b876a252266f933eaecc065869b0a6f52d202a4122d24d229b438585dc39cbb0798fc5c5dc84f0fc7cb38b4a1653cb53339bd8a0ddefd5f69ae50bbefa9cb3a SHA512 b73daa7a0363880aeebcafa0b4f38b48d9a2d24858cdcf393d04dd367a119fa86047ccd72f7bbd184c0883369d53c08dcf48a3fb2c29639ae42c8d801a869e96 diff --git a/app-dicts/myspell-km/myspell-km-1.82.ebuild b/app-dicts/myspell-km/myspell-km-1.82.ebuild new file mode 100644 index 000000000000..5e3550948148 --- /dev/null +++ b/app-dicts/myspell-km/myspell-km-1.82.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "km_KH.aff" + "km_KH.dic" +) + +MYSPELL_HYPH=( + "hyph_km_KH.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Khmer dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extension-center/khmer-spelling-checker-sbbic-version" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/sbbic-khmer-spelling-checker-libreoffice-1-82.oxt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +LICENSE="GPL-3" +SLOT="0" |