diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:27 +0100 |
commit | 8426e0c2d341bacea7e4975071d11c9a1649f668 (patch) | |
tree | be2554a233562f5c0c6654cc0323a4d139be580b /app-dicts | |
parent | app-dicts/aspell-tn: new package (diff) | |
download | gentoo-8426e0c2d341bacea7e4975071d11c9a1649f668.tar.gz gentoo-8426e0c2d341bacea7e4975071d11c9a1649f668.tar.bz2 gentoo-8426e0c2d341bacea7e4975071d11c9a1649f668.zip |
app-dicts/aspell-tr: new package
Closes: https://bugs.gentoo.org/476056
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-tr/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-tr/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-tr/Manifest b/app-dicts/aspell-tr/Manifest new file mode 100644 index 000000000000..0ae0ff82e097 --- /dev/null +++ b/app-dicts/aspell-tr/Manifest @@ -0,0 +1 @@ +DIST aspell-tr-0.50-0.tar.bz2 84846 BLAKE2B 2329cfa5f74a1e64c832a53ad3d705971b2642e591fe46882bc0bcfec141a39a9b226f71de523d1720806f27f3dbdc8e039b66e02673f01af7bd9cc1ec2801cd SHA512 0054eef2089a916695b7501676d9cedb1d14defdea76deb01656a6a644b4e646db46470040227814f750e0d69dcc72b1023967eb7924b42ddcefd3d604709059 diff --git a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild new file mode 100644 index 000000000000..be6fccb46da5 --- /dev/null +++ b/app-dicts/aspell-tr/aspell-tr-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="Turkish" + +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-tr/metadata.xml b/app-dicts/aspell-tr/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-tr/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> |