diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-08-30 00:12:41 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-08-30 00:21:03 +0200 |
commit | fb7a749630ed440b07f249ddf6c0f3e225bce5b1 (patch) | |
tree | 48a35fe4f07a772ce6a59608fc690653fe0cfc56 /app-dicts/aspell-da | |
parent | games-server/minecraft-server: drop 1.19, 1.19.1 (diff) | |
download | gentoo-fb7a749630ed440b07f249ddf6c0f3e225bce5b1.tar.gz gentoo-fb7a749630ed440b07f249ddf6c0f3e225bce5b1.tar.bz2 gentoo-fb7a749630ed440b07f249ddf6c0f3e225bce5b1.zip |
app-dicts/aspell-da: add 4.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-da')
-rw-r--r-- | app-dicts/aspell-da/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-4.1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index 04ebf6d7ddf7..493869f03a9c 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1 +1,2 @@ DIST aspell-da-4.0.tar.gz 4208911 BLAKE2B 828176450a1d6e5e2e9b07d16c785239a012fc8382d92fcddf6dec812abbf49048b2f1c15de6655e09d74d2f65cd1a43939b3bee8f036ccfdd441f66b5ea259e SHA512 bbc0c4cc0202f989770d84ac9b5ff688b4c8bf0fef7128c36e54c7e4d09e8233eeee986def9a5d75c05d2599eaf96db4be212f6dc758bd23f723f611bf545ba5 +DIST aspell-da-4.1.tar.gz 4239148 BLAKE2B 21c30ec4576b73964d434217eb0212bc2e15774b42d7b4cbc9be37ae97eef42eb66821e22690b2b1d72c91d0240f2152acd1383038426ab65c030bc7f74379f1 SHA512 88a3a60db9be45f3235d75db0f946a5d7da0c2cfcf847ad2672c7b0e243454dce56f5f37d0652c6f2b9aeb08edbbefb80c4f45c909e5ba33aec2714f83fac7c3 diff --git a/app-dicts/aspell-da/aspell-da-4.1.ebuild b/app-dicts/aspell-da/aspell-da-4.1.ebuild new file mode 100644 index 000000000000..26c8f5f9d04d --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-4.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Danish" + +inherit aspell-dict-r1 + +HOMEPAGE="https://github.com/mortenivar/aspell-da" +SRC_URI="https://github.com/mortenivar/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos" |