diff options
-rw-r--r-- | app-dicts/aspell-sw/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-sw/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-sw/Manifest b/app-dicts/aspell-sw/Manifest new file mode 100644 index 000000000000..3d2f4f9ee847 --- /dev/null +++ b/app-dicts/aspell-sw/Manifest @@ -0,0 +1 @@ +DIST aspell-sw-0.50-0.tar.bz2 102172 BLAKE2B 5a91b6e3d1342a2541c8e4ba19d37738195bb0a1424c3b42e4915b84b38c6ec58e2d0e56c0e4d8b3458e443368034c932224aca7d7e4c522eceb24f4afe27839 SHA512 5d89a68c292b45a188f611a14bc355c955810f79c32c7784b2e3ba5a4307b48d572e5a7ca882a344b7635eabe6aa6c2f5d789e9506f3a3f4e69c93fd3675e423 diff --git a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild new file mode 100644 index 000000000000..b06b3aad9349 --- /dev/null +++ b/app-dicts/aspell-sw/aspell-sw-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="Swahili Kiswahili" + +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-sw/metadata.xml b/app-dicts/aspell-sw/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-sw/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> |