diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:15:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:34 +0300 |
commit | 05a68b70ed13b7e7fc3e45b7394cd49b48e3dcbf (patch) | |
tree | a52572d0b1dca7de0a78b486ef35856455503b3b /app-dicts/myspell-de_1901 | |
parent | app-dicts/myspell-de: bump to EAPI 7 (diff) | |
download | gentoo-05a68b70ed13b7e7fc3e45b7394cd49b48e3dcbf.tar.gz gentoo-05a68b70ed13b7e7fc3e45b7394cd49b48e3dcbf.tar.bz2 gentoo-05a68b70ed13b7e7fc3e45b7394cd49b48e3dcbf.zip |
app-dicts/myspell-de_1901: bump to EAPI 7 + verbump to 20170622
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-de_1901')
-rw-r--r-- | app-dicts/myspell-de_1901/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-de_1901/myspell-de_1901-20170622.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/myspell-de_1901/Manifest b/app-dicts/myspell-de_1901/Manifest index 1c021b2ede19..7863ae20a2f2 100644 --- a/app-dicts/myspell-de_1901/Manifest +++ b/app-dicts/myspell-de_1901/Manifest @@ -1 +1,2 @@ +DIST dict-de-de-1901-oldspell-2017-06-22.oxt 11531519 BLAKE2B 4d2e1e1b6f79fde2fe4662a816e32037861b53633400a3097330a268d33d47be3de21520c01e1a459146d5e582d35c72abb5d1b0830dd65521586ca772ec15b7 SHA512 48f57da9f405f84af91455a987a36759eb7687a9925785af630ad3dfd961526f17ea9c30b61110ad7b75aaac7ca6dfdbd73695cad652ff2a0d64903df5cfbc51 DIST dict-de_de-1901_oldspell_2016-04-03.oxt 8197279 BLAKE2B 5f930ee3d727ad7e6ce37ca1062a200b09d3a922a446dde201c192842c898e5754b7405cf92dd58f9981bb4445d7223131f30f336a39d1c84001f8a61cd08eca SHA512 af6a353e52505895e4084378d91578956452d7db402a14073e6b2387d7b5377bcf652414bf90e113d976f24e082adf138ba138d54fa321c55bcb2c4d93c83cdc diff --git a/app-dicts/myspell-de_1901/myspell-de_1901-20170622.ebuild b/app-dicts/myspell-de_1901/myspell-de_1901-20170622.ebuild new file mode 100644 index 000000000000..640f8b8c5a97 --- /dev/null +++ b/app-dicts/myspell-de_1901/myspell-de_1901-20170622.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=( + "de_DE_1901.aff" + "de_DE_1901.dic" +) + +MYSPELL_HYPH=( + "hyph_de_DE_1901.dic" +) + +inherit myspell-r2 + +DESCRIPTION="German (traditional orthography) dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/dict-de-de-1901-oldspell-2017-06-22.oxt" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + # Nicely rename; http://www.iana.org/assignments/language-subtag-registry + mv de_DE_OLDSPELL.aff de_DE_1901.aff || die + mv de_DE_OLDSPELL.dic de_DE_1901.dic || die + mv hyph_de_DE_OLDSPELL.dic hyph_de_DE_1901.dic || die + # Remove thesaurus for new spelling to avoid installing its readme file + rm th_de_DE_v2* || die +} |