diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:05 +0100 |
commit | dcd6006d57ce6af266c390b1c552c0a4c26dc9db (patch) | |
tree | 1d5d203649923fa8ae19e67e4198b15908ee4110 /app-dicts/aspell-mi | |
parent | app-dicts/aspell-mg: new package (diff) | |
download | gentoo-dcd6006d57ce6af266c390b1c552c0a4c26dc9db.tar.gz gentoo-dcd6006d57ce6af266c390b1c552c0a4c26dc9db.tar.bz2 gentoo-dcd6006d57ce6af266c390b1c552c0a4c26dc9db.zip |
app-dicts/aspell-mi: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-mi')
-rw-r--r-- | app-dicts/aspell-mi/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-mi/aspell-mi-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-mi/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-mi/Manifest b/app-dicts/aspell-mi/Manifest new file mode 100644 index 000000000000..e6e3fc851b3a --- /dev/null +++ b/app-dicts/aspell-mi/Manifest @@ -0,0 +1 @@ +DIST aspell-mi-0.50-0.tar.bz2 57818 BLAKE2B ddabc814d8fa6e5c6d623151256f427a5c8c6b98b04120c583db585da6e7dd8f63a680afe309d363928983465a0fa55c574c9e12129c295bbb54c0fe3c8ae3de SHA512 cba0a646612f6cd24d1e1d91326dcf1c7a6ec01c04ad0661a95fcd745b4d1a3bb50aef84c382d3a6c9108d4e9589ee7661f4988930c7198950396eeb029062a0 diff --git a/app-dicts/aspell-mi/aspell-mi-0.50.0.ebuild b/app-dicts/aspell-mi/aspell-mi-0.50.0.ebuild new file mode 100644 index 000000000000..0cb2bfe197f3 --- /dev/null +++ b/app-dicts/aspell-mi/aspell-mi-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="Maori" + +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-mi/metadata.xml b/app-dicts/aspell-mi/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-mi/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> |