diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:34:11 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:31 +0100 |
commit | 4d99cd286f3789fe343788e86cf808cc453c1c53 (patch) | |
tree | 77aa4e4ef16f0c703a83d93d8add52a0776afd5f /app-dicts | |
parent | app-dicts/aspell-yi: new package (diff) | |
download | gentoo-4d99cd286f3789fe343788e86cf808cc453c1c53.tar.gz gentoo-4d99cd286f3789fe343788e86cf808cc453c1c53.tar.bz2 gentoo-4d99cd286f3789fe343788e86cf808cc453c1c53.zip |
app-dicts/aspell-zu: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-zu/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-zu/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-zu/Manifest b/app-dicts/aspell-zu/Manifest new file mode 100644 index 000000000000..15883567888b --- /dev/null +++ b/app-dicts/aspell-zu/Manifest @@ -0,0 +1 @@ +DIST aspell-zu-0.50-0.tar.bz2 168226 BLAKE2B 9f230588bba4f23c6fd6dfd115f23c8b5d93763103d20c821004fa49dd850b80c8caf678b4361fbd6c50ba77ad619436283334ae53d4e8e96e58088a693b40cf SHA512 c79679a41e8aa1b80532c9eea0cf49c3a4bcdaa00f3d0d9e9f6eb7f4037992e40eaad0af711e5d5c29935afe6d0a2fb1c7b49dfdb2add07526a64cb2efac6ea9 diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild new file mode 100644 index 000000000000..bd61b3c8a12c --- /dev/null +++ b/app-dicts/aspell-zu/aspell-zu-0.50.0.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="Zulu" + +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-zu/metadata.xml b/app-dicts/aspell-zu/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-zu/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> |