diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:34:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:30 +0100 |
commit | 07bc119b8de074f20d58f00907f1087d61026c46 (patch) | |
tree | 132ab33f6d8b981648d1de0a5d9de3fe5cc8f354 /app-dicts | |
parent | app-dicts/aspell-wa: new package (diff) | |
download | gentoo-07bc119b8de074f20d58f00907f1087d61026c46.tar.gz gentoo-07bc119b8de074f20d58f00907f1087d61026c46.tar.bz2 gentoo-07bc119b8de074f20d58f00907f1087d61026c46.zip |
app-dicts/aspell-yi: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-yi/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-yi/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-yi/Manifest b/app-dicts/aspell-yi/Manifest new file mode 100644 index 000000000000..37c086896f6a --- /dev/null +++ b/app-dicts/aspell-yi/Manifest @@ -0,0 +1 @@ +DIST aspell6-yi-0.01.1-1.tar.bz2 74382 BLAKE2B 18dd228ae9885b3a0928bc340982a96de2079a7a543df1ea0abdc352867e635a532e17eeed4bc7da3f12712315bcf0197f7746b9b707cc7a76307744b8b4c685 SHA512 a8d96ba192e61193469596ce1bf6e808bbb03e3fa3a75e545bdee4b6cfa607b681d0a9631465d004ce6e0e25453af732391e76b134138acc7c28991a3664f346 diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild new file mode 100644 index 000000000000..5c8061a13ff0 --- /dev/null +++ b/app-dicts/aspell-yi/aspell-yi-0.01.1.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="Yiddish" +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-yi/metadata.xml b/app-dicts/aspell-yi/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-yi/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> |