diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-02-21 00:57:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-02-21 01:09:27 +0100 |
commit | 2d2ba9aa53e10402073d0650b1b6a58ea0d5291b (patch) | |
tree | bbcc43c1a9eace025cccd0000426d5ba7e62b66f /app-dicts | |
parent | games-server/bedrock-server: add 1.19.62.01 (diff) | |
download | gentoo-2d2ba9aa53e10402073d0650b1b6a58ea0d5291b.tar.gz gentoo-2d2ba9aa53e10402073d0650b1b6a58ea0d5291b.tar.bz2 gentoo-2d2ba9aa53e10402073d0650b1b6a58ea0d5291b.zip |
app-dicts/aspell-lv: add 0.9.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-lv/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-dicts/aspell-lv/Manifest b/app-dicts/aspell-lv/Manifest index 6bca0500f259..846eef6aab02 100644 --- a/app-dicts/aspell-lv/Manifest +++ b/app-dicts/aspell-lv/Manifest @@ -1 +1,2 @@ DIST aspell6-lv-0.5.5-1.tar.bz2 72416 BLAKE2B 6894fcd11f0ba802b410be8fca5f34562f1a4d18c128953214f97b12a3d4e745c1f90f358ae2cd57740ba5a56e04b437daf3c2b27f978df8ac1202bb9e347fb7 SHA512 94a9c6da3fd29f17fbe5d02cd4764bf24379abef526725bb34c0726f7ff385fcb876df24b741bc66518295c3bb75c800aa6010130454c6dc1d6372d12d2eb98e +DIST aspell6-lv-0.9.3.tar.bz2 375712 BLAKE2B c3be65d78595978cf54102f6cab1f7b3f8f3511cd6ef1d7a0efa5638c2e8019afefd9ac41bd37560ff33a0a8bf15ae586134ce60067d2322d0af34be29108a37 SHA512 7148c704297dd0383059968898a4330c66929fd6ec4bbfcbb9120794bcd58d5d78e6c2b9d11b57f477563189356d54aec2c2c3b4871598efec3831b8e4ba5e66 diff --git a/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild b/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild new file mode 100644 index 000000000000..98c0cde18505 --- /dev/null +++ b/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Latvian" +ASPELL_VERSION=6 +MY_PN="${PN/aspell/aspell${ASPELL_VERSION}}" +MY_P="${MY_PN}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE="http://dict.dv.lv/download.php?prj=lv" +SRC_URI="http://dict.dv.lv/download/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |