diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 00:10:27 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 00:29:28 +0100 |
commit | 374f330a60b2335592ef4d5bb4bfa050741a9c94 (patch) | |
tree | 406bcdc66cc9eac646eb8f3ec574d5f7a2164d22 /app-dicts | |
parent | app-dicts/aspell-ca: bump to version 2.5.0 (diff) | |
download | gentoo-374f330a60b2335592ef4d5bb4bfa050741a9c94.tar.gz gentoo-374f330a60b2335592ef4d5bb4bfa050741a9c94.tar.bz2 gentoo-374f330a60b2335592ef4d5bb4bfa050741a9c94.zip |
app-dicts/aspell-lt: bump to version 1.3.2
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-lt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-lt/aspell-lt-1.3.2.ebuild | 17 | ||||
-rw-r--r-- | app-dicts/aspell-lt/metadata.xml | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-lt/Manifest b/app-dicts/aspell-lt/Manifest index 404e3ea0a948..2b8ba2b7645a 100644 --- a/app-dicts/aspell-lt/Manifest +++ b/app-dicts/aspell-lt/Manifest @@ -1,2 +1,3 @@ DIST aspell6-lt-1.0-1.tar.bz2 155409 BLAKE2B 5beb2cad8c018dcb5b06701ec467464ea2b472c9cebaba966c0c495899de11c0b1fac29cf3d359cc1b8bf85fc890172dcd476206ac7b5b6eec99a619055ad34f SHA512 478acf95f4a7f7a705ddf481650a35f565b200886eb6b42bfcaa4669021b43a99e1f06ca3459d60afbf4cc0b3d111e9394308bc1fc6ec2ac920c9e7aa7f42b31 DIST aspell6-lt-1.2.1-0.tar.bz2 187182 BLAKE2B 29a6e6f99ccffb779e1cd86c8174c7647c1d0ebfcf84b6a32658276c6d0f1af700f66246e6c079b97e4695cdaf2414c4924bf56fde3d48b056ee33437651f683 SHA512 d0dcea087a926f7defbab0180d9c04c93a53da8843fe374f7f59284362453ee6b198568066053ad591df4c194d7c3b0ac59331611698b78e2ded558aa5e7775b +DIST aspell6-lt-1.3.2.tar.bz2 176371 BLAKE2B 6d2d225b04beb3e07a7ec337371f4d7fcafe5a690bf7908f3931bcadb35fd4c9193e50fadca8a748ed93f290c42820cb60a62b57df3538e6fe7f1811f0e33c80 SHA512 df64eb6f5ae9bb564d14f0cd84106da3f32908e79682ebece6e3ed1613216eeca94f48c9c3f689df724cfca4d80f9749e39772766a9ea20167a97ee39074e5a3 diff --git a/app-dicts/aspell-lt/aspell-lt-1.3.2.ebuild b/app-dicts/aspell-lt/aspell-lt-1.3.2.ebuild new file mode 100644 index 000000000000..a225a8965625 --- /dev/null +++ b/app-dicts/aspell-lt/aspell-lt-1.3.2.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="Lithuanian" +ASPELL_VERSION=6 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE="https://github.com/ispell-lt/ispell-lt" +SRC_URI="https://github.com/ispell-lt/ispell-lt/releases/download/rel-${PV}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-lt/metadata.xml b/app-dicts/aspell-lt/metadata.xml index debde3ef6ae3..693d3cc95961 100644 --- a/app-dicts/aspell-lt/metadata.xml +++ b/app-dicts/aspell-lt/metadata.xml @@ -6,4 +6,7 @@ <name>Conrad Kostecki</name> </maintainer> <stabilize-allarches/> + <upstream> + <remote-id type="github">ispell-lt/ispell-lt</remote-id> + </upstream> </pkgmetadata> |