diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:53:51 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:19 +0100 |
commit | cce39760eb9cbc26c8b6f1710dbc771d2135e4f9 (patch) | |
tree | f07aed055bda32d704f4825b68516eda0ab62807 /app-dicts/aspell-pl | |
parent | app-dicts/aspell-pa: drop 0.01.1 (diff) | |
download | gentoo-cce39760eb9cbc26c8b6f1710dbc771d2135e4f9.tar.gz gentoo-cce39760eb9cbc26c8b6f1710dbc771d2135e4f9.tar.bz2 gentoo-cce39760eb9cbc26c8b6f1710dbc771d2135e4f9.zip |
app-dicts/aspell-pl: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pl')
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20210731.0-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210731.0-r1.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20210731.0-r1.ebuild new file mode 100644 index 000000000000..7e4732e80416 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210731.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Polish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +HOMEPAGE="https://sjp.pl/slownik/en/" + +MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P/sjp-/}" + +LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 " +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |