diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-dicts/myspell-af | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'app-dicts/myspell-af')
| -rw-r--r-- | app-dicts/myspell-af/Manifest | 1 | ||||
| -rw-r--r-- | app-dicts/myspell-af/metadata.xml | 9 | ||||
| -rw-r--r-- | app-dicts/myspell-af/myspell-af-20080701.ebuild | 27 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/myspell-af/Manifest b/app-dicts/myspell-af/Manifest new file mode 100644 index 000000000000..f11bf2d34ecd --- /dev/null +++ b/app-dicts/myspell-af/Manifest @@ -0,0 +1 @@ +DIST dict-af.oxt 1668991 BLAKE2B e0d45644c466041a8758164bb80f9b9e333e7a62c401d32f456e60aebd75de0fe98f919e02a856a17ed9ccdb011bd0f564946e5c32cdf764e7f7c47eda425fe8 SHA512 40a479af0371b9ea0342ea9faf5c74c4ff33eaf1207187a00bcefcee42e71f4ece59701d91e86172f1d941a7074da6ff2931d4085dec354b93e1c4be20a9f725 diff --git a/app-dicts/myspell-af/metadata.xml b/app-dicts/myspell-af/metadata.xml new file mode 100644 index 000000000000..f01f4568bf1a --- /dev/null +++ b/app-dicts/myspell-af/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-needed --> + <upstream> + <remote-id type="sourceforge">aoo-extensions</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</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..21a7d5d3ab8f --- /dev/null +++ b/app-dicts/myspell-af/myspell-af-20080701.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# 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 sparc x86" +IUSE="" |
