diff options
-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> |