commit: 4d99cd286f3789fe343788e86cf808cc453c1c53 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 00:34:11 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:28:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d99cd28
app-dicts/aspell-zu: new package Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/aspell-zu/Manifest | 1 + app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 11 +++++++++++ app-dicts/aspell-zu/metadata.xml | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/app-dicts/aspell-zu/Manifest b/app-dicts/aspell-zu/Manifest new file mode 100644 index 00000000000..15883567888 --- /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 00000000000..bd61b3c8a12 --- /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 00000000000..debde3ef6ae --- /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>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
