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-nn | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-nn')
-rw-r--r-- | app-dicts/myspell-nn/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-nn/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild | 37 |
3 files changed, 45 insertions, 0 deletions
diff --git a/app-dicts/myspell-nn/Manifest b/app-dicts/myspell-nn/Manifest new file mode 100644 index 000000000000..e0ef46d55a62 --- /dev/null +++ b/app-dicts/myspell-nn/Manifest @@ -0,0 +1,3 @@ +DIST no_NO-pack2-2.0.10.zip 3221701 BLAKE2B b064fa40f9ee6429d5309040270f9c5dea655a0f6810d2ed876345a031a12b7d6318ff4e7b9ff32b7ea4f3b4aea7d6679bd7d971bdbf5557dd9edfee28327211 SHA512 af7ee5c465035aa419c60ef8621d6697e86e5fbed39737e86565bb3fe4851ee35d57f832e56ef0d27ce9b26682d5b32ef2213dd6c3323074cde2784fb236298c +EBUILD myspell-nn-2.0.10.ebuild 681 BLAKE2B 907c75d823e180157585a3d80547fde8d1db4256bd26c34714caba7cce3c7f3a28d2280be672e393b9d9f7991c55f44ddefe8b1023ed7f90d63ca09c463c4575 SHA512 5e219e679c893d8f4e98254049ef46d4df397d4b9eedd4a5151e1b8cc3694222d1d0c6f1ef6a8f962f4c28755e3d78bc533b7b169e144660f918acfdd53f1fd2 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/myspell-nn/metadata.xml b/app-dicts/myspell-nn/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/myspell-nn/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-nn/myspell-nn-2.0.10.ebuild b/app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild new file mode 100644 index 000000000000..68b6af91cdd7 --- /dev/null +++ b/app-dicts/myspell-nn/myspell-nn-2.0.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "nn_NO.aff" + "nn_NO.dic" +) + +MYSPELL_HYPH=( + "hyph_nn_NO.dic" +) + +MYSPELL_THES=( + "th_nn_NO_v2.dat" + "th_nn_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() { + myspell-r2_src_unpack + + for i in *.zip; do + unzip ${i} || die + done +} |