diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:11 +0100 |
commit | d5ce8f4bf97a9f295c9dff6824c765532a05fe56 (patch) | |
tree | 9576f418e49f0d9b162f0b447bac95d4f5b7dfd1 /app-dicts | |
parent | app-dicts/aspell-ms: new package (diff) | |
download | gentoo-d5ce8f4bf97a9f295c9dff6824c765532a05fe56.tar.gz gentoo-d5ce8f4bf97a9f295c9dff6824c765532a05fe56.tar.bz2 gentoo-d5ce8f4bf97a9f295c9dff6824c765532a05fe56.zip |
app-dicts/aspell-mt: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-mt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-mt/aspell-mt-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-mt/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-mt/Manifest b/app-dicts/aspell-mt/Manifest new file mode 100644 index 000000000000..1ca5fe9bdd03 --- /dev/null +++ b/app-dicts/aspell-mt/Manifest @@ -0,0 +1 @@ +DIST aspell-mt-0.50-0.tar.bz2 124114 BLAKE2B 45aa92997ce9a54a7d0357903997265eb50ac85d24b0e85198cbca34ffbb4e764f9da300abeb8ab035b74b17514697ef2207f02c3b673ea7ffbb7aaf57d26ffa SHA512 aadcc59b0dbbfdf4d715bfe6735bfa2a91e6fae382634a25c0cdf8367710050b2daeac1db18df3a71184720ff9339a852983c8a266f8c97e0ffba1e8be50eaa1 diff --git a/app-dicts/aspell-mt/aspell-mt-0.50.0.ebuild b/app-dicts/aspell-mt/aspell-mt-0.50.0.ebuild new file mode 100644 index 000000000000..4e3a36186d7f --- /dev/null +++ b/app-dicts/aspell-mt/aspell-mt-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="Maltese" + +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-mt/metadata.xml b/app-dicts/aspell-mt/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-mt/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> |