diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:53:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:12 +0100 |
commit | 6c73e063cf0770aa6c3a1af5ee5e5c85f2b72cb9 (patch) | |
tree | fbf25bbc457cfd5fabc481cccfbe661fe70ac842 /app-dicts/aspell-nds | |
parent | app-dicts/aspell-mt: drop 0.50.0 (diff) | |
download | gentoo-6c73e063cf0770aa6c3a1af5ee5e5c85f2b72cb9.tar.gz gentoo-6c73e063cf0770aa6c3a1af5ee5e5c85f2b72cb9.tar.bz2 gentoo-6c73e063cf0770aa6c3a1af5ee5e5c85f2b72cb9.zip |
app-dicts/aspell-nds: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-nds')
-rw-r--r-- | app-dicts/aspell-nds/aspell-nds-0.01.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-nds/aspell-nds-0.01.0-r1.ebuild b/app-dicts/aspell-nds/aspell-nds-0.01.0-r1.ebuild new file mode 100644 index 000000000000..612c541e6970 --- /dev/null +++ b/app-dicts/aspell-nds/aspell-nds-0.01.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Lower Saxony Plattdüütsch" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +src_prepare() { + default + + # Must be renamed, as it triggers otherwise a file collision with app-dicts/aspell-hi. + sed -e 's/iso-8859-15/iso-8859-15-nds/g' -i Makefile.pre || die + mv iso-8859-15.cmap iso-8859-15-nds.cmap || die + mv iso-8859-15.cset iso-8859-15-nds.cset || die +} |