diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 14:01:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 14:02:18 +0100 |
commit | 10a5c691ca31932102949088b5792cf1c2998e1b (patch) | |
tree | 39adefe8cee061257fad69dfe5f43a65aca0ecde /app-dicts | |
parent | app-dicts/aspell-pl: update HOMEPAGE (diff) | |
download | gentoo-10a5c691ca31932102949088b5792cf1c2998e1b.tar.gz gentoo-10a5c691ca31932102949088b5792cf1c2998e1b.tar.bz2 gentoo-10a5c691ca31932102949088b5792cf1c2998e1b.zip |
app-dicts/aspell-pl: bump to version 6.0_20210216-0
Bug: https://bugs.gentoo.org/708492
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest index ae67c841c881..738c17add184 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1 +1,2 @@ DIST sjp-aspell6-pl-6.0_20120418-0.tar.bz2 579320 BLAKE2B d338a7b6cc804604e80cab20cf3b6c6d219377a7c4de4d513626e6b787b8aa32e4ab2a7925ea9bc1d0b224fc6770755e3c6ef3440a34c8adb187352b7e106c06 SHA512 58f6734d035f0b4831a7de48f4f0dc2394206e287cdefec95849a8a46f3bf2303f81228f24b52ace0a4f444cad2f354b30bb3598f3ff1930c17a4d54d808fe9e +DIST sjp-aspell6-pl-6.0_20210216-0.tar.bz2 640441 BLAKE2B edce2332824cde13897002849d3c241b5aa1d46d1f6f6f67c419a995474999bd270aa32add7647ea521304b32ef6c2283e245b1189683b629ba54b2a6326d011 SHA512 22f2dbfe77a3fa69953215117a5951d4d6f029134295a7fd765339f6574ffbc0f19ff448411992c8876e56069471e2874becd6e57769d7fd40b0e804853e4614 diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild new file mode 100644 index 000000000000..118c025e32a5 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Polish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 eapi7-ver + +MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ $(ver_rs 3 -))" + +HOMEPAGE="https://sjp.pl/slownik/en/" +SRC_URI="https://www.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" |