diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:17 +0100 |
commit | 87165fc2ddd4719934c16480fba9ce8d08cc3aa9 (patch) | |
tree | 5c48c64636997c395ddd9f5ab8c700ac1ccdf8f2 /app-dicts/aspell-qu | |
parent | app-dicts/aspell-pa: new package (diff) | |
download | gentoo-87165fc2ddd4719934c16480fba9ce8d08cc3aa9.tar.gz gentoo-87165fc2ddd4719934c16480fba9ce8d08cc3aa9.tar.bz2 gentoo-87165fc2ddd4719934c16480fba9ce8d08cc3aa9.zip |
app-dicts/aspell-qu: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-qu')
-rw-r--r-- | app-dicts/aspell-qu/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-qu/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-qu/Manifest b/app-dicts/aspell-qu/Manifest new file mode 100644 index 000000000000..72188cfa148f --- /dev/null +++ b/app-dicts/aspell-qu/Manifest @@ -0,0 +1 @@ +DIST aspell6-qu-0.02-0.tar.bz2 85541 BLAKE2B 140bcb997e377707497a33bcfc28d6a726355793d424d68afd4fa62fff0260d5b240ba0bfab5cab3609234d54698b8e0e0336915c96a8463787ca6d4faa1280f SHA512 aac1caea88e9bd896ec5a9a2e7fa4a569626fa5e6f6bf1188614db10ca2b34196b589c496027b3bc562ef9435245e215b428a49e91a8d0eb215801ae8c9bb512 diff --git a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild new file mode 100644 index 000000000000..9f93a20f2a74 --- /dev/null +++ b/app-dicts/aspell-qu/aspell-qu-0.02.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="Quechua Runasimi" +ASPELL_VERSION=6 + +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-qu/metadata.xml b/app-dicts/aspell-qu/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-qu/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> |