diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:20 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:15 +0100 |
commit | 4f180f83e43fcf91b9faf8b8cfad6a1490cb782e (patch) | |
tree | 96b29139350b6c6d9d8d80bf03f2ea3bf02e8590 /app-dicts | |
parent | app-dicts/aspell-nn: new package (diff) | |
download | gentoo-4f180f83e43fcf91b9faf8b8cfad6a1490cb782e.tar.gz gentoo-4f180f83e43fcf91b9faf8b8cfad6a1490cb782e.tar.bz2 gentoo-4f180f83e43fcf91b9faf8b8cfad6a1490cb782e.zip |
app-dicts/aspell-ny: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-ny/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-ny/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-ny/Manifest b/app-dicts/aspell-ny/Manifest new file mode 100644 index 000000000000..cd9747abfc3c --- /dev/null +++ b/app-dicts/aspell-ny/Manifest @@ -0,0 +1 @@ +DIST aspell5-ny-0.01-0.tar.bz2 22952 BLAKE2B 70f0d14e29fed1f3b981113967a9d030ac3539679f64d8ec59d22330956454ff7eadf7d604aac4055de227d0a4f62c49c3bc16195c846c50b3be0cc69bf006f3 SHA512 52f4526d605a2f0577217af1dc8e44da20484fe7f725ceee1f8fdf9ba0fc1457910d55567ea9287465cbf37955af9a11b2caba084cece59aec29755cb147cb05 diff --git a/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild new file mode 100644 index 000000000000..6a996f3d4de0 --- /dev/null +++ b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Chichewa" +ASPELL_VERSION=5 + +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-ny/metadata.xml b/app-dicts/aspell-ny/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-ny/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> |