diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:05 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:51 +0100 |
commit | 2d1a656852acd4742be0cf6cbd8972e696bd4710 (patch) | |
tree | ea020f31996e0ce6af87e8d37e65e101c15d5e7b /app-dicts/aspell-gd | |
parent | app-dicts/aspell-fy: new package (diff) | |
download | gentoo-2d1a656852acd4742be0cf6cbd8972e696bd4710.tar.gz gentoo-2d1a656852acd4742be0cf6cbd8972e696bd4710.tar.bz2 gentoo-2d1a656852acd4742be0cf6cbd8972e696bd4710.zip |
app-dicts/aspell-gd: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-gd')
-rw-r--r-- | app-dicts/aspell-gd/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-gd/aspell-gd-0.1.1.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-gd/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-gd/Manifest b/app-dicts/aspell-gd/Manifest new file mode 100644 index 000000000000..5a143e590030 --- /dev/null +++ b/app-dicts/aspell-gd/Manifest @@ -0,0 +1 @@ +DIST aspell5-gd-0.1.1-1.tar.bz2 51167 BLAKE2B d2ab952153e684a215f12cfc7c7360114993aab7fa5f6181af8887940c144238e7d643277d2a6836f1cbf7f3fa17a63a8e9daf4b4ad5f77e235435b02c67fea4 SHA512 d388bf3476f440c7773a69a0758b8e9cdddf01b64579f6d92fde38e7363c5c3b321a76c7a4e4587b0810159a35eec8d33d1cd2de49068d73f9e0e4dfa60fbc5c diff --git a/app-dicts/aspell-gd/aspell-gd-0.1.1.1.ebuild b/app-dicts/aspell-gd/aspell-gd-0.1.1.1.ebuild new file mode 100644 index 000000000000..9e3734d71611 --- /dev/null +++ b/app-dicts/aspell-gd/aspell-gd-0.1.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="Scottish Gaelic" +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-gd/metadata.xml b/app-dicts/aspell-gd/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-gd/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> |