diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/aspell-gl | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/aspell-gl')
-rw-r--r-- | app-dicts/aspell-gl/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild | 20 | ||||
-rw-r--r-- | app-dicts/aspell-gl/metadata.xml | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/aspell-gl/Manifest b/app-dicts/aspell-gl/Manifest new file mode 100644 index 000000000000..3473edd7f3f8 --- /dev/null +++ b/app-dicts/aspell-gl/Manifest @@ -0,0 +1,3 @@ +DIST aspell6-gl-0.5a-2.tar.bz2 80043 BLAKE2B 9c2c4601695e5fa5b64d0047e942f797bd37e2c2245421cb3a236a52fd64ba3524e1131c6e0e1deca777cb793d03e786ad4ad8804eadafe3bc17adf779f4b074 SHA512 9c8aae22d23e1cce9c5c94844c35ec3eaa5b76e5049712b714993e7c628a0b8ee250de2ad1b646a6ecffe32ebc0e4f0009a4db041b6f8bde5d021cf71c5cd714 +EBUILD aspell-gl-0.5.2.ebuild 474 BLAKE2B f4de1ae2557922afb1695e17d75189fa9079b775505de16a92ed65dbb530c914ab5529e44d64d35c3244ff014cbf12bafe2f280485e8cfdc11a4b5531cc2e819 SHA512 a1ac16270f69b8710e13b16d8bfd0ecd10cc801e123e77cb4c59ace87f13feadb1436af2f587646f95bce0fd77c562482a9e18bb66988d7fd9e4ef442fb9eb11 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild b/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild new file mode 100644 index 000000000000..b7e89a02bb88 --- /dev/null +++ b/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Galician" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P=${P%.*}a-${PV##*.} +MY_P=aspell${ASPELL_VERSION}-${MY_P/aspell-/} + +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +S=${WORKDIR}/${MY_P} diff --git a/app-dicts/aspell-gl/metadata.xml b/app-dicts/aspell-gl/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/aspell-gl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> |