diff options
Diffstat (limited to 'app-dicts/myspell-af')
-rw-r--r-- | app-dicts/myspell-af/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-af/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-af/myspell-af-20080701.ebuild | 27 |
3 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/myspell-af/Manifest b/app-dicts/myspell-af/Manifest new file mode 100644 index 000000000000..4b1d3c1a8b74 --- /dev/null +++ b/app-dicts/myspell-af/Manifest @@ -0,0 +1,3 @@ +DIST dict-af.oxt 1668991 BLAKE2B e0d45644c466041a8758164bb80f9b9e333e7a62c401d32f456e60aebd75de0fe98f919e02a856a17ed9ccdb011bd0f564946e5c32cdf764e7f7c47eda425fe8 SHA512 40a479af0371b9ea0342ea9faf5c74c4ff33eaf1207187a00bcefcee42e71f4ece59701d91e86172f1d941a7074da6ff2931d4085dec354b93e1c4be20a9f725 +EBUILD myspell-af-20080701.ebuild 558 BLAKE2B 6f6c004da4ae36f9c273a3bacb105ba745bad1356e93881f31c42622010cd636867b4e6a406ef38900ac09ac9b5385d23314b193e8508f2f2e21af8f36bdc92c SHA512 d127a44b93f3eb7a2ce08a8753391f91edfdd4e35e9575f193787b459315cbbb6cd04be06e82f2bd710e92a68b2539fa057c50041d9b567aa2aef6d80fc167c8 +MISC metadata.xml 251 BLAKE2B c3fd5444bf91aeb5fca487fd3f35d92e951cba5581257ac67bad06e898b67385cde86db9395f03734daf6fa65f76a3217d86e8745c62d0ceef001aa2a62749b5 SHA512 8efa4d577315623dc1527c04418d7e142f1583cec26341ce4b49f21e4cec496f5db3ecb782db80910c9a2df0a7df94af5d22361e458c01cd8dd79bd593292220 diff --git a/app-dicts/myspell-af/metadata.xml b/app-dicts/myspell-af/metadata.xml new file mode 100644 index 000000000000..259f3e2c2134 --- /dev/null +++ b/app-dicts/myspell-af/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-af/myspell-af-20080701.ebuild b/app-dicts/myspell-af/myspell-af-20080701.ebuild new file mode 100644 index 000000000000..76f59d3f03e5 --- /dev/null +++ b/app-dicts/myspell-af/myspell-af-20080701.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "af_ZA.aff" + "af_ZA.dic" +) + +MYSPELL_HYPH=( + "hyph_af_ZA.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Afrikaans dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.services.openoffice.org/project/dict_af" +SRC_URI="mirror://sourceforge/aoo-extensions/1109/0/dict-af.oxt" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |