diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 00:28:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 00:29:30 +0100 |
commit | 75db2fe04af7bcdb39dc7158891dd25ab851e5f1 (patch) | |
tree | 5c6729f37f38e878223e68d646118e77c746d3ae /app-dicts/aspell-sk | |
parent | app-dicts/aspell-ro: bump to version 3.3.10 (diff) | |
download | gentoo-75db2fe04af7bcdb39dc7158891dd25ab851e5f1.tar.gz gentoo-75db2fe04af7bcdb39dc7158891dd25ab851e5f1.tar.bz2 gentoo-75db2fe04af7bcdb39dc7158891dd25ab851e5f1.zip |
app-dicts/aspell-sk: bump to version 2.02.0
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-sk')
-rw-r--r-- | app-dicts/aspell-sk/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-dicts/aspell-sk/Manifest b/app-dicts/aspell-sk/Manifest index 0d94ab6bb569..466ae32c73f8 100644 --- a/app-dicts/aspell-sk/Manifest +++ b/app-dicts/aspell-sk/Manifest @@ -1 +1,2 @@ DIST aspell6-sk-2.01-2.tar.bz2 338933 BLAKE2B b306850bb72e8bb60dec32853afe6e7cd0796f92730e54ba25c6051c65ba5e53e1d5dcb091866adc3dd90d8013863b419d1c98f4e474f6b29754da326eb5a72f SHA512 020de459d4ff9c6e0c88428d43c9feea346bf8fadb9fa1233e9e54471ee23f970524a9a47cc6a45d04d6857387c9d9d1ecc1af2062325298354ee6c2d9c314b4 +DIST aspell6-sk-2.02-0.tar.bz2 448396 BLAKE2B 6f6a47e8a1dad0550ac0105868f256229ca37e5686422c138643e16d91d6f62f13dc766db4c69001c88c7fb96e5348da61d95f84c27ff7fcc6b5d17e6b9307e7 SHA512 fcdf5c043168c887f93dfad5b9c6e07d9edd0c6194139e61bee2ba3928798792d8e8b446754bc55a67acc6d333034ebed9655cc3c15ad638f834b5a9efcc63cd diff --git a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild new file mode 100644 index 000000000000..c9ba850b8ab6 --- /dev/null +++ b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Slovak" +ASPELL_VERSION=6 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV%.*}-${PV##*.}" + +inherit aspell-dict-r1 + +HOMEPAGE="https://www.sk-spell.sk.cx/aspell-sk" +SRC_URI="https://spell.linux.sk/file_download/103/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |