diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:31:41 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:44 +0100 |
commit | a2adee08c71e9cb5555a881c88a3f72c5443a4ec (patch) | |
tree | ba7bc677cc622b707e656f0c76a397a390dface5 /app-dicts/aspell-am | |
parent | app-dicts/aspell-vi: taking ownership (diff) | |
download | gentoo-a2adee08c71e9cb5555a881c88a3f72c5443a4ec.tar.gz gentoo-a2adee08c71e9cb5555a881c88a3f72c5443a4ec.tar.bz2 gentoo-a2adee08c71e9cb5555a881c88a3f72c5443a4ec.zip |
app-dicts/aspell-am: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-am')
-rw-r--r-- | app-dicts/aspell-am/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-am/aspell-am-0.03.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-am/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-am/Manifest b/app-dicts/aspell-am/Manifest new file mode 100644 index 000000000000..cd7b56e44e40 --- /dev/null +++ b/app-dicts/aspell-am/Manifest @@ -0,0 +1 @@ +DIST aspell6-am-0.03-1.tar.bz2 40493 BLAKE2B 3beffb58eb22243d67f7ffcf2a0f5a8b98b698bb22e192fbee18eb8e9c6bd692db1591d4d64bc8909df658731d3e0c56c2356ef41a7846ca2db0732b1da608c2 SHA512 a9b323266a8d3f72a5684a2d24465d99539069bf330d4c417f6b56f7fb5b5c3479cd18265c4bafa901c86c411eaec3de7798c08c54c565418b5ecccd2a91a6f0 diff --git a/app-dicts/aspell-am/aspell-am-0.03.1.ebuild b/app-dicts/aspell-am/aspell-am-0.03.1.ebuild new file mode 100644 index 000000000000..d9b910b5da7a --- /dev/null +++ b/app-dicts/aspell-am/aspell-am-0.03.1.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="Amharic" +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-am/metadata.xml b/app-dicts/aspell-am/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-am/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> |