summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-12-16 23:12:40 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-12-16 23:26:50 +0100
commit5640f5acef29e09f4c4538c94d877a395dbf12c9 (patch)
tree1d38d7d6c06dc3ab4055b1b632f1f189c2d9b35a /app-dicts
parentapp-dicts/aspell-is: drop 0.51.1.0-r1 (diff)
downloadgentoo-5640f5acef29e09f4c4538c94d877a395dbf12c9.tar.gz
gentoo-5640f5acef29e09f4c4538c94d877a395dbf12c9.tar.bz2
gentoo-5640f5acef29e09f4c4538c94d877a395dbf12c9.zip
app-dicts/aspell-nb: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
new file mode 100644
index 000000000000..59ed8250eb99
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Norwegian Bokmal"
+MY_P="${PN}-${PV%.*}-${PV##*.}"
+
+inherit aspell-dict-r1
+
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-no"