summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-nb
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-nb
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-nb')
-rw-r--r--app-dicts/myspell-nb/Manifest3
-rw-r--r--app-dicts/myspell-nb/metadata.xml5
-rw-r--r--app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild38
3 files changed, 46 insertions, 0 deletions
diff --git a/app-dicts/myspell-nb/Manifest b/app-dicts/myspell-nb/Manifest
new file mode 100644
index 000000000000..bfe77740ed06
--- /dev/null
+++ b/app-dicts/myspell-nb/Manifest
@@ -0,0 +1,3 @@
+DIST no_NO-pack2-2.0.10.zip 3221701 BLAKE2B b064fa40f9ee6429d5309040270f9c5dea655a0f6810d2ed876345a031a12b7d6318ff4e7b9ff32b7ea4f3b4aea7d6679bd7d971bdbf5557dd9edfee28327211 SHA512 af7ee5c465035aa419c60ef8621d6697e86e5fbed39737e86565bb3fe4851ee35d57f832e56ef0d27ce9b26682d5b32ef2213dd6c3323074cde2784fb236298c
+EBUILD myspell-nb-2.0.10.ebuild 690 BLAKE2B 3b508320246f47cb0ceef6434cdc73382459ea033654d79bbbfb7644f1f5660e9763cc39d27a4809d90d1348e4234cbc9f9891544bba74d0d90e6ab1ab239f69 SHA512 6ad4d0eb247f2007e833e960cd577b6ff01c8e7a0c1756291f796c1ed1ea542cc57c04bf1293db46e08e25d894842b0ca35e0549aa54b64747b8d5e6a26894b4
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/myspell-nb/metadata.xml b/app-dicts/myspell-nb/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/myspell-nb/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-nb/myspell-nb-2.0.10.ebuild b/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild
new file mode 100644
index 000000000000..0171ccad56b4
--- /dev/null
+++ b/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=(
+ "nb_NO.aff"
+ "nb_NO.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_nb_NO.dic"
+)
+
+MYSPELL_THES=(
+ "th_nb_NO_v2.dat"
+ "th_nb_NO_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Norwegian dictionaries for myspell/hunspell"
+HOMEPAGE="http://spell-norwegian.alioth.debian.org/"
+SRC_URI="https://alioth.debian.org/frs/download.php/2357/no_NO-pack2-${PV}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+src_unpack() {
+ default
+ myspell-r2_src_unpack
+
+ for i in *.zip; do
+ unzip ${i} || die
+ done
+}