summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-nb
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/myspell-nb
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (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, 0 insertions, 46 deletions
diff --git a/app-dicts/myspell-nb/Manifest b/app-dicts/myspell-nb/Manifest
deleted file mode 100644
index bfe77740ed06..000000000000
--- a/app-dicts/myspell-nb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-dicts/myspell-nb/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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
deleted file mode 100644
index 0171ccad56b4..000000000000
--- a/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}