diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 23:02:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:35 +0300 |
commit | fdd34cc6ebdd4f5b6a5ebb38eb21ab8c32ab9bf2 (patch) | |
tree | e7b015bcdfcc9e00fbff050ea0e9dbf18cf3ae1c /app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | |
parent | app-dicts/myspell-et: bump to EAPI 7 (diff) | |
download | gentoo-fdd34cc6ebdd4f5b6a5ebb38eb21ab8c32ab9bf2.tar.gz gentoo-fdd34cc6ebdd4f5b6a5ebb38eb21ab8c32ab9bf2.tar.bz2 gentoo-fdd34cc6ebdd4f5b6a5ebb38eb21ab8c32ab9bf2.zip |
app-dicts/myspell-fo: bump to EAPI 7
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-fo/myspell-fo-0.4.2.ebuild')
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild index bbbbf306b08d..bdc2462902f7 100644 --- a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild +++ b/app-dicts/myspell-fo/myspell-fo-0.4.2.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=( "${P}/fo_FO.aff" @@ -12,19 +12,12 @@ MYSPELL_HYPH=( "hyph_fo_FO.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Faroese dictionaries for myspell/hunspell" HOMEPAGE="https://fo.speling.org/" -SRC_URI=" - https://fo.speling.org/filer/${P}.tar.bz2 - https://fo.speling.org/filer/hyph_fo_FO-20040420a.zip -" +SRC_URI="https://fo.speling.org/filer/${P}.tar.bz2 https://fo.speling.org/filer/hyph_fo_FO-20040420a.zip" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |