diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 11:50:05 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:36 +0300 |
commit | 23bd3a1f379f894e77d685985c93547e87042fb2 (patch) | |
tree | cb6601efbd8793c0b5b4c8b7507674682d72cd9f /app-dicts/myspell-id | |
parent | app-dicts/myspell-ia: bump to EAPI 7 (diff) | |
download | gentoo-23bd3a1f379f894e77d685985c93547e87042fb2.tar.gz gentoo-23bd3a1f379f894e77d685985c93547e87042fb2.tar.bz2 gentoo-23bd3a1f379f894e77d685985c93547e87042fb2.zip |
app-dicts/myspell-id: bump to EAPI 7 + new link
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-id')
-rw-r--r-- | app-dicts/myspell-id/myspell-id-2.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-dicts/myspell-id/myspell-id-2.0.ebuild b/app-dicts/myspell-id/myspell-id-2.0.ebuild index 84aca8f25747..ee8f8ba50c67 100644 --- a/app-dicts/myspell-id/myspell-id-2.0.ebuild +++ b/app-dicts/myspell-id/myspell-id-2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MYSPELL_DICT=( "id_ID.aff" @@ -12,16 +12,12 @@ MYSPELL_HYPH=( "hyph_id_ID.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Indonesian dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius" -SRC_URI="https://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius/releases/${PV}/id_id.oxt -> ${P}.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/id-id.oxt -> ${P}.oxt" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |