diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:52 +0100 |
commit | 6b88f13a48b3e19881a66073211166392cb804eb (patch) | |
tree | fbdde477f8c9f69e0abe8fd3652ca0920c0a83f0 /app-dicts/aspell-grc | |
parent | app-dicts/aspell-gd: new package (diff) | |
download | gentoo-6b88f13a48b3e19881a66073211166392cb804eb.tar.gz gentoo-6b88f13a48b3e19881a66073211166392cb804eb.tar.bz2 gentoo-6b88f13a48b3e19881a66073211166392cb804eb.zip |
app-dicts/aspell-grc: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-grc')
-rw-r--r-- | app-dicts/aspell-grc/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-grc/aspell-grc-0.02.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-grc/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-grc/Manifest b/app-dicts/aspell-grc/Manifest new file mode 100644 index 000000000000..a34eb985a80c --- /dev/null +++ b/app-dicts/aspell-grc/Manifest @@ -0,0 +1 @@ +DIST aspell6-grc-0.02-0.tar.bz2 1435636 BLAKE2B da033276f70f5493de39985e507b91eda1bee81012ada97c849e57403f0db574baef216f5fd7b35685dadb91863a3fe89c6709fca41c84376e5f305019193d78 SHA512 17999e20621efc67ab42d83b0e149d19b18bcfd20966da35d217a3e5682c0728287bec4bce28af34f4e343943a1dac49f85077693ca30bd1ff7cbaaeda453ddd diff --git a/app-dicts/aspell-grc/aspell-grc-0.02.0.ebuild b/app-dicts/aspell-grc/aspell-grc-0.02.0.ebuild new file mode 100644 index 000000000000..6ece672e8f37 --- /dev/null +++ b/app-dicts/aspell-grc/aspell-grc-0.02.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="Ancient Greek" +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-grc/metadata.xml b/app-dicts/aspell-grc/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-grc/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> |