diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 13:52:25 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:38 +0300 |
commit | 8ddc4deea09e44d168d48f2ab6618cb73bba1b58 (patch) | |
tree | a648d89c60c3f1f49582ba1383b978283f0d99c3 /app-dicts/myspell-pl/myspell-pl-20210428.ebuild | |
parent | app-dicts/myspell-nn: bump to EAPI 7 (diff) | |
download | gentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.tar.gz gentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.tar.bz2 gentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.zip |
app-dicts/myspell-pl: bump to EAPI 7 + verbump to 20210428
+ move personal github page
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-pl/myspell-pl-20210428.ebuild')
-rw-r--r-- | app-dicts/myspell-pl/myspell-pl-20210428.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/myspell-pl-20210428.ebuild b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild new file mode 100644 index 000000000000..08eed980c043 --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "pl_PL.aff" + "pl_PL.dic" +) + +MYSPELL_HYPH=( + "hyph_pl_PL.dic" +) + +MYSPELL_THES=( + "th_pl_PL_v2.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Polish dictionaries for myspell/hunspell" +HOMEPAGE="http://www.sjp.pl/slownik/en/" +SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/pl-${PV}/${P}.tar.gz" + +LICENSE="CC-SA-1.0 Apache-2.0 LGPL-2.1+ GPL-2+ MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |