summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-da
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/myspell-da
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-da')
-rw-r--r--app-dicts/myspell-da/Manifest5
-rw-r--r--app-dicts/myspell-da/metadata.xml5
-rw-r--r--app-dicts/myspell-da/myspell-da-2.1.ebuild27
-rw-r--r--app-dicts/myspell-da/myspell-da-2.3.ebuild28
4 files changed, 65 insertions, 0 deletions
diff --git a/app-dicts/myspell-da/Manifest b/app-dicts/myspell-da/Manifest
new file mode 100644
index 000000000000..ae7604a5bb69
--- /dev/null
+++ b/app-dicts/myspell-da/Manifest
@@ -0,0 +1,5 @@
+DIST dict-da-2-3.oxt 1861736 BLAKE2B 18c22f55012a9701cff1ecadc53dece7cdc2e59619c1704159343960951096c49ab970bb248d844eaf24379053ea7ac35bd89b4741aa54cfb4b711e99320b256 SHA512 28428096ba6d79801fdf47a61bedc06c9ee2d667ae32307bd57f9b7cdc1cb06e84ac2bd78fba11c87dd35dc88d78c5e0f81588e5145267577ca0992b35ea301a
+DIST dict-da-2.1.oxt 1695432 BLAKE2B 284129ac82ef9b2847b533caf80e8f26cf5a3e8a8e0b65b6c56f1c5fcde0b14f2b1fa717c5e1ddd1c2acfaf4e866f91fa8fa6820b5ea493ef7c67e73bc79a369 SHA512 4dab6e4dcb2cf782ddff11126e4eebda9281c45aaf480f6c8afb655f59c23bfb29f17d9698bcfaf04b0c95d20b897c1401e363337726947aedc2411927cf233b
+EBUILD myspell-da-2.1.ebuild 683 BLAKE2B bd850fa5cdcda80f8d25e1f24e5179a176798d724b645f06095360058ba6c3d87146982a71dc752f98290fc8338051c2475fa99721fe73647deb933cdaa3ee35 SHA512 581f58fbd7c5b4a7c21c4d0ff84a8642227ad80745db791bcc9d109a79c961da14ca3d974a79fa83ee7717ab02fb948398f3c06aa7cbf87c804157c28829dfc9
+EBUILD myspell-da-2.3.ebuild 827 BLAKE2B 341b8be8e9a1b03a06f5285622d205bd9212ce12be64916ddde8149d9c115c2f6138c1055a5490328199ce5d77a3660cd571c4755b0ad24cba29b52c85946a65 SHA512 dd96e171b193feddca7c607ff3dc1912038adda0c9be53a688336e524571495e4541938e23f369f4af43ba3d4fa0bbf25bbade15155f21cc16c73c002235ffa1
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/myspell-da/metadata.xml b/app-dicts/myspell-da/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/myspell-da/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>
diff --git a/app-dicts/myspell-da/myspell-da-2.1.ebuild b/app-dicts/myspell-da/myspell-da-2.1.ebuild
new file mode 100644
index 000000000000..f64b905c5f43
--- /dev/null
+++ b/app-dicts/myspell-da/myspell-da-2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+MYSPELL_DICT=(
+ "da_DK.aff"
+ "da_DK.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_da_DK.dic"
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Danish dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extension-center/stavekontrolden-danish-dictionary"
+SRC_URI="https://extensions.libreoffice.org/extension-center/stavekontrolden-danish-dictionary/pscreleasefolder.2011-09-30.0280139318/2.1/dict-da-${PV}.oxt"
+
+LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
diff --git a/app-dicts/myspell-da/myspell-da-2.3.ebuild b/app-dicts/myspell-da/myspell-da-2.3.ebuild
new file mode 100644
index 000000000000..4cf84f6b5f7d
--- /dev/null
+++ b/app-dicts/myspell-da/myspell-da-2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=(
+ "da_DK.aff"
+ "da_DK.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_da_DK.dic"
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Danish dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary"
+SRC_URI="https://extensions.libreoffice.org/extension-center/stavekontrolden-danish-dictionary/pscreleasefolder.2011-09-30.0280139318/2.1/dict-da-${PV}.oxt"
+SRC_URI="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/${PV}/@@download/file/dict-da-${PV/./-}.oxt"
+
+LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""