diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:06:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:34 +0300 |
commit | 2212988d5aba25a443c5ef3b15099d808ed3d560 (patch) | |
tree | eb6f1876904aa69095171c521469ed903931fbcd /app-dicts/myspell-da | |
parent | app-dicts/myspell-cy: bump to EAPI 7 (diff) | |
download | gentoo-2212988d5aba25a443c5ef3b15099d808ed3d560.tar.gz gentoo-2212988d5aba25a443c5ef3b15099d808ed3d560.tar.bz2 gentoo-2212988d5aba25a443c5ef3b15099d808ed3d560.zip |
app-dicts/myspell-da: bump to EAPI 7 + verbump to 2.6
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-da')
-rw-r--r-- | app-dicts/myspell-da/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-da/myspell-da-2.6.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/myspell-da/Manifest b/app-dicts/myspell-da/Manifest index 55552d4e86d4..049b7123e6a3 100644 --- a/app-dicts/myspell-da/Manifest +++ b/app-dicts/myspell-da/Manifest @@ -1 +1,2 @@ DIST dict-da-2-3.oxt 1861736 BLAKE2B 18c22f55012a9701cff1ecadc53dece7cdc2e59619c1704159343960951096c49ab970bb248d844eaf24379053ea7ac35bd89b4741aa54cfb4b711e99320b256 SHA512 28428096ba6d79801fdf47a61bedc06c9ee2d667ae32307bd57f9b7cdc1cb06e84ac2bd78fba11c87dd35dc88d78c5e0f81588e5145267577ca0992b35ea301a +DIST myspell-da-2.6.oxt 2013864 BLAKE2B 4dd9fcecd79258331f3149f940a4251127517a68b0827797cb9ea6b7261bcaae57c76099dbc349b1e52d107e3fb969ccd094c046411404c0adb771321e16b271 SHA512 d5f07da5526468aa93869218bf409314afe20dd2987a192354c9cc08a71314b11290392ebf08c12dfb246e805af12b9a4a1e1f56ec8971e9bb9511b4757086ed diff --git a/app-dicts/myspell-da/myspell-da-2.6.ebuild b/app-dicts/myspell-da/myspell-da-2.6.ebuild new file mode 100644 index 000000000000..ac3028ffa204 --- /dev/null +++ b/app-dicts/myspell-da/myspell-da-2.6.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=( + "da_DK.aff" + "da_DK.dic" +) + +MYSPELL_HYPH=( + "hyph_da_DK.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Danish dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/110/da_DK-2.6.001.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |