commit: 92ffb58ba308498da7eb7c32f12d7813fd24e54c Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 00:34:02 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:28:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ffb58b
app-dicts/aspell-uz: new package Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/aspell-uz/Manifest | 1 + app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 12 ++++++++++++ app-dicts/aspell-uz/metadata.xml | 9 +++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/aspell-uz/Manifest b/app-dicts/aspell-uz/Manifest new file mode 100644 index 00000000000..8f2c29ba243 --- /dev/null +++ b/app-dicts/aspell-uz/Manifest @@ -0,0 +1 @@ +DIST aspell6-uz-0.6-0.tar.bz2 92354 BLAKE2B da62c6b1485cdb0199f17e3520add0842093ec76c7287314c638c0b4863807ab2bb59983b7bc3a6dedae08a4eadc292706fbde2713546bb8ac06ffdf95c9bb93 SHA512 0542a83c149ad761d8bb964be556bfb2387404fce21e0e38d3c0fa8efef2d1587db0fa80140cf7de72da7f08bbb807ff931a95bb63c2a84771a197f5841e545b diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild new file mode 100644 index 00000000000..14e750cc578 --- /dev/null +++ b/app-dicts/aspell-uz/aspell-uz-0.6.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="Uzbek" +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-uz/metadata.xml b/app-dicts/aspell-uz/metadata.xml new file mode 100644 index 00000000000..debde3ef6ae --- /dev/null +++ b/app-dicts/aspell-uz/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>
