diff options
author | 2022-06-25 15:55:35 +0200 | |
---|---|---|
committer | 2022-06-25 16:34:44 +0200 | |
commit | 4613c4bba0ff1ccf8bba49ed3e6ecea7b568dd58 (patch) | |
tree | e98daf1f152e665afbfa5ab64a68d4413aa41188 /app-dicts | |
parent | app-benchmarks/stress-ng: drop 0.14.01 (diff) | |
download | gentoo-4613c4bba0ff1ccf8bba49ed3e6ecea7b568dd58.tar.gz gentoo-4613c4bba0ff1ccf8bba49ed3e6ecea7b568dd58.tar.bz2 gentoo-4613c4bba0ff1ccf8bba49ed3e6ecea7b568dd58.zip |
app-dicts/aspell-da: add 4.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-da/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-4.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index 05339c409b15..3b022df7c539 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 new_aspell-da-1.7.42.tar.bz2 235483 BLAKE2B 0d5ac9c7457b460410734a36e376387d9aaa4444771dcafb85c80b0d2ca4441b906ef485d5016e9d51985147b9759c4677664c01dd9d68c340ba947efac0d932 SHA512 97d3bc95800d5115ce640a3939bf6c94998f1090f1484da3ffb1104318200ca3650d2b32120c36030b87b4b929b95b8f764f6f51dee66ee916700318f6b4e755 diff --git a/app-dicts/aspell-da/aspell-da-4.0.ebuild b/app-dicts/aspell-da/aspell-da-4.0.ebuild new file mode 100644 index 000000000000..26c8f5f9d04d --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-4.0.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" |