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/myspell-cy | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-cy')
-rw-r--r-- | app-dicts/myspell-cy/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-cy/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-cy/myspell-cy-20130708.ebuild | 26 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/myspell-cy/Manifest b/app-dicts/myspell-cy/Manifest new file mode 100644 index 000000000000..e389873e96f5 --- /dev/null +++ b/app-dicts/myspell-cy/Manifest @@ -0,0 +1,3 @@ +DIST myspell-cy-20130708.oxt 691468 BLAKE2B 09476ee1d5c945563957e9115613b4fd8e04018127ec4b1dadb776b23674a87ecaededb2ea3d420ff3ff10639d381bb97fe287ab3fd0474c9c5b505a1eb599d5 SHA512 3faa794d0fb62a3f9545afb9740d217b24357be1769082beb8d3fec54fcf5eee9e7ec5b54a316b10e48135db48406d814bdfa3f0448e3c527772fb4e69f17edd +EBUILD myspell-cy-20130708.ebuild 679 BLAKE2B 7a67fcef920bfc7cf9ee0550e396521ee613357c2bd3fee75cbaf9193dab7db86e5c36eb5b52fa067ad589d19a85ff4ca6741c5860f415edd2e83834366ac032 SHA512 0131ab47e64a9927eed2e401e10d16af1a3c83e6b22210dc8ec36dafa8634c72f7c17821ef81f296da22a51afd7f45cb77c2de30fa8dd6bd5ff1cc25f5cf87ca +MISC metadata.xml 251 BLAKE2B 928eca9aec48183d696373da08b57694ab299774b0be0d2f98fdff84edb3485e9d50ea98695fcdff577b9b72a87e4c47f0d169cafe64f7a84d2962ad0b68b266 SHA512 b89fc6e0fc9b26b3f92f879713d50a150a05549e97ca8125e54e19b00910b5c54269fb59cb822db6a48ec3bbe028f837b34b3fa29e53b11cdd0fdb7a336f8ba6 diff --git a/app-dicts/myspell-cy/metadata.xml b/app-dicts/myspell-cy/metadata.xml new file mode 100644 index 000000000000..f45efbecf865 --- /dev/null +++ b/app-dicts/myspell-cy/metadata.xml @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">aoo-extensions</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-dicts/myspell-cy/myspell-cy-20130708.ebuild b/app-dicts/myspell-cy/myspell-cy-20130708.ebuild new file mode 100644 index 000000000000..396e9dfc4bed --- /dev/null +++ b/app-dicts/myspell-cy/myspell-cy-20130708.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "cy_GB.aff" + "cy_GB.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Welsh dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.openoffice.org/en/project/gwirydd-sillafu-cymraeg-welsh-language-spell-checker" +SRC_URI="mirror://sourceforge/aoo-extensions/geiriadur-cy.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" |