diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:46:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:35 +0300 |
commit | 69838a82a68f20264c8c9c2926dbd14cb27cd28d (patch) | |
tree | 4a738808705da9edf74c48ab2dd9e96e67c61c02 /app-dicts | |
parent | app-dicts/myspell-en: verbump to 20210401 (diff) | |
download | gentoo-69838a82a68f20264c8c9c2926dbd14cb27cd28d.tar.gz gentoo-69838a82a68f20264c8c9c2926dbd14cb27cd28d.tar.bz2 gentoo-69838a82a68f20264c8c9c2926dbd14cb27cd28d.zip |
app-dicts/myspell-eo: bump to EAPI 7 + verbump to 1.01
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')
-rw-r--r-- | app-dicts/myspell-eo/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-eo/myspell-eo-1.01.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/myspell-eo/Manifest b/app-dicts/myspell-eo/Manifest index 8ebe654b54c0..09973d8b58c1 100644 --- a/app-dicts/myspell-eo/Manifest +++ b/app-dicts/myspell-eo/Manifest @@ -1 +1,2 @@ +DIST dict-eo.oxt 262322 BLAKE2B 9fd1ad4c2db88db773ebce6ba64646cafaf595e4fc501d9d14f43b4abe0942eca4ef04c6a58ea40500fdf1cf342338930a7b06c1466b3919acef7364ab30b53e SHA512 aabb701cfa794595c2efc8bdb7b1eef3753b457928fcd6ee64f4bafb62b0baeb3139c9c667f8b194eede56f2a05418b256ade049db12b1b040ae4ce15c295a21 DIST myspell-eo-1.0.oxt 186407 BLAKE2B 9bf51c6fa343d5417811580f0db36d5d5c5d37b6939ee545a87ef1b3f661fa5268ff92dafddb8ff9b4ad7512c5d578bfa20c6bcf276c5a00d90cdbd67ee7197c SHA512 b5cf3a14672fb0e6b810e5b4d811f430b3c3cc38cf09a0083b7e26471597c6df055242349a2a239607621301f71527e8bf225dc03de727c5863e7b7b1c821824 diff --git a/app-dicts/myspell-eo/myspell-eo-1.01.ebuild b/app-dicts/myspell-eo/myspell-eo-1.01.ebuild new file mode 100644 index 000000000000..09018b1e835f --- /dev/null +++ b/app-dicts/myspell-eo/myspell-eo-1.01.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "eo.aff" + "eo.dic" +) + +MYSPELL_HYPH=( "hyph_eo.dic" ) + +MYSPELL_THES=( + "th_eo.dat" + "th_eo.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Esperanto dictionaries for myspell/hunspell" +HOMEPAGE="http://nlp.fi.muni.cz/projekty/esperanto_spell_checker/" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/dict-eo.oxt" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +DOCS=( changelog.txt desc_en.txt desc_eo.txt ) + +src_prepare() { + default + rm -r license-en.txt || die # delete license +} |