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