diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:11 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:53 +0100 |
commit | d701b1a9d18ebb1783f94d412346a4b5f19874ee (patch) | |
tree | 90e1fc9826f821fafc95f5c9310bf298a1c6fa0e /app-dicts/aspell-gu | |
parent | app-dicts/aspell-grc: new package (diff) | |
download | gentoo-d701b1a9d18ebb1783f94d412346a4b5f19874ee.tar.gz gentoo-d701b1a9d18ebb1783f94d412346a4b5f19874ee.tar.bz2 gentoo-d701b1a9d18ebb1783f94d412346a4b5f19874ee.zip |
app-dicts/aspell-gu: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-gu')
-rw-r--r-- | app-dicts/aspell-gu/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-gu/aspell-gu-0.03.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-gu/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-gu/Manifest b/app-dicts/aspell-gu/Manifest new file mode 100644 index 000000000000..61980aab83ea --- /dev/null +++ b/app-dicts/aspell-gu/Manifest @@ -0,0 +1 @@ +DIST aspell6-gu-0.03-0.tar.bz2 160283 BLAKE2B ec62472fd04c3ea952a777c95e13ec577ec7c51d1bb28a19b3c53ad1f1a3bbe15527324a83619bcc81a52615fd3d703f6ca5282dcca23007dfeb989e90058e9c SHA512 0cc252bd1112b8f06cb4ea9000b00d036dc405d8fbb9c380beff949ea138903b5807afa8f1419f4d8f57329a7bb1a4b7f4bd733170e5f09ac7786ac39beb87c6 diff --git a/app-dicts/aspell-gu/aspell-gu-0.03.0.ebuild b/app-dicts/aspell-gu/aspell-gu-0.03.0.ebuild new file mode 100644 index 000000000000..847771941465 --- /dev/null +++ b/app-dicts/aspell-gu/aspell-gu-0.03.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="Gujarati" +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-gu/metadata.xml b/app-dicts/aspell-gu/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-gu/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> |