diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:14 +0100 |
commit | b021e2f83b1859ad0f63921705b17481b66d0257 (patch) | |
tree | 45eb3769efda863484bf292077592c28bd7f4d6c /app-dicts | |
parent | app-dicts/aspell-nds: new package (diff) | |
download | gentoo-b021e2f83b1859ad0f63921705b17481b66d0257.tar.gz gentoo-b021e2f83b1859ad0f63921705b17481b66d0257.tar.bz2 gentoo-b021e2f83b1859ad0f63921705b17481b66d0257.zip |
app-dicts/aspell-nn: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-nn/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-nn/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-nn/Manifest b/app-dicts/aspell-nn/Manifest new file mode 100644 index 000000000000..534f93482626 --- /dev/null +++ b/app-dicts/aspell-nn/Manifest @@ -0,0 +1 @@ +DIST aspell-nn-0.50.1-1.tar.bz2 335156 BLAKE2B eb5cbb0280dd686ea6990e3b3c78360ac2d3a071d397d002eb15d48e705c9dcc80d951d31cc824361a6158a840ef7f3f8ed1c71e13168d17f97119256b319aa0 SHA512 a4db6fe937a62758f51d713e246f70ea6e0b2726c8ddb23af084925394a2d8168442fccbd74378f4773db121f0d506d848c01573138e974efc79f295f3ebe551 diff --git a/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild new file mode 100644 index 000000000000..c1cce0ceb4b0 --- /dev/null +++ b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Norwegian Nynorsk" + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-nn/metadata.xml b/app-dicts/aspell-nn/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-nn/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> |