diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index 01d499e1e54c..b8fb84833c56 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1 +1,2 @@ DIST aspell-da-4.5.1.tar.gz 4306053 BLAKE2B 67c0c19debb2365201ef509ecd51dcd15c7c4d692444d19acd42025992caac1de677dfb49ba8a7b018a813cb70169412540d6e54192bf94fb1089b9573cffc1e SHA512 739c51010835672c0f68a2f77bbb2f60c51c82d10fb963ecfea1ddcb9b7f75ec86ebaa8370090796d2e1b88c1917052901089573b7239922511fa1700978c412 +DIST aspell-da-4.6.0.tar.gz 4308557 BLAKE2B ad297ecfb1d2ac5b3120d1665322fb8ad4b851f51a51f8beaa1ea9b2d94aa4f1e16381bfd0680b7136705a23b711c3b28c00c561b7e202e9269d1a039494eb2f SHA512 7f37c133e628fd9574ee24760709f9fc06745e706c9033f603e14dfc9586eaed95a936ed1b98356910710fd1d06074a2980c9afd01408c45afc33da7ff983021 diff --git a/app-dicts/aspell-da/aspell-da-4.6.0.ebuild b/app-dicts/aspell-da/aspell-da-4.6.0.ebuild new file mode 100644 index 000000000000..d23da6d35946 --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-4.6.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 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"