diff options
author | 2025-01-27 22:55:09 +0100 | |
---|---|---|
committer | 2025-01-27 22:55:09 +0100 | |
commit | 60822b350346451f0d24f4c7d6508b5c614f2d16 (patch) | |
tree | cae8a92b76ac8fbf7785328164481d7cde5598d5 /app-dicts | |
parent | net-dns/ddclient: add 4.0.0 (diff) | |
download | gentoo-60822b350346451f0d24f4c7d6508b5c614f2d16.tar.gz gentoo-60822b350346451f0d24f4c7d6508b5c614f2d16.tar.bz2 gentoo-60822b350346451f0d24f4c7d6508b5c614f2d16.zip |
app-dicts/aspell-da: add 4.5
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.5.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index ceccff54f0ae..f93732df3ddc 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1 +1,2 @@ DIST aspell-da-4.3.tar.gz 4262160 BLAKE2B d7de57716c36b23e7de83152f46f3b13d9474007d05fb96171a9a2e70758afbe6ca96e0b2c6d2bacd5543e33698de5483f9dae3469017475a5e19a75975eaf86 SHA512 6cb391660f7c7dad85f0242feca284d07204dfbab348e4138e07932da8dd7446e8bccf8e3079bc40f69d73b3967da80ddd539e66eda037b8053056effd20b389 +DIST aspell-da-4.5.tar.gz 4300510 BLAKE2B 12a89567261fa6080ede01e56b9f00f68ca94b17dacdf7fc7367674b4d5729f5a2a057cd824c345ea808f8eb7bf073b7f1104d8641b12aeff5f7355dde849918 SHA512 3069f88fe2e6a27717cf725b63c99c2e30d7e7466ff7c725bc5354c63a187515c254975f9f5b95ad8ecc14a8a6c60dab5c8422a0736a32f608855b9be5f3905e diff --git a/app-dicts/aspell-da/aspell-da-4.5.ebuild b/app-dicts/aspell-da/aspell-da-4.5.ebuild new file mode 100644 index 000000000000..a4d9d2b779a5 --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2025 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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos" |