commit: 5e62d1a6e2cc5774314ebee83e98f83ac4d8beeb Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 00:33:50 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:28:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e62d1a6
app-dicts/aspell-tk: new package Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/aspell-tk/Manifest | 1 + app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild | 12 ++++++++++++ app-dicts/aspell-tk/metadata.xml | 9 +++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/aspell-tk/Manifest b/app-dicts/aspell-tk/Manifest new file mode 100644 index 00000000000..9e7d318ea11 --- /dev/null +++ b/app-dicts/aspell-tk/Manifest @@ -0,0 +1 @@ +DIST aspell5-tk-0.01-0.tar.bz2 29930 BLAKE2B 0a16ee60fdccba7276d2c33b6a5179ffbfdd3e1f3d4f1a977dea59ef230458b7e90ca622523300800c6c32aac54b53d977fade399a0883ea41a32280c6889a0e SHA512 0a4a0c3be9b9322187677d47f56c091f6c3ae2662b8d6831e9fa2e18720277f76c79e9e0c65ee37474459a19dc5a99519af8492645b241cdc076775afc4a700f diff --git a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild new file mode 100644 index 00000000000..8c90af16481 --- /dev/null +++ b/app-dicts/aspell-tk/aspell-tk-0.01.0.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="Turkmen" +ASPELL_VERSION=5 + +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-tk/metadata.xml b/app-dicts/aspell-tk/metadata.xml new file mode 100644 index 00000000000..debde3ef6ae --- /dev/null +++ b/app-dicts/aspell-tk/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>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
