diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:22 +0100 |
commit | 6452404a3790762a79af645dbc903554b8ed1ce0 (patch) | |
tree | 3736e37eea108873d23393876373b14a17423e01 /app-dicts | |
parent | app-dicts/aspell-ta: new package (diff) | |
download | gentoo-6452404a3790762a79af645dbc903554b8ed1ce0.tar.gz gentoo-6452404a3790762a79af645dbc903554b8ed1ce0.tar.bz2 gentoo-6452404a3790762a79af645dbc903554b8ed1ce0.zip |
app-dicts/aspell-te: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-te/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-te/aspell-te-0.01.2.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-te/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-te/Manifest b/app-dicts/aspell-te/Manifest new file mode 100644 index 000000000000..0bad698d828e --- /dev/null +++ b/app-dicts/aspell-te/Manifest @@ -0,0 +1 @@ +DIST aspell6-te-0.01-2.tar.bz2 310738 BLAKE2B 9e568a4d966266d5a0168f68c9dca171cabf3ae611c583e2f5d6047b33b98319d22827931f46d993ce642d53c92a36d3c29fe6bde30ae1764eba7ff312dfb92e SHA512 09566d44de03e3e990f575d8e665bad9079f7bafec2474a6aa4a430a1ff71641dd4989d24bc5ecf3b19ca8c4f61b9365ea792b16f271c89bffaab159e8ed0129 diff --git a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild new file mode 100644 index 000000000000..e199059c099d --- /dev/null +++ b/app-dicts/aspell-te/aspell-te-0.01.2.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="Telugu" +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-te/metadata.xml b/app-dicts/aspell-te/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-te/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> |