summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-nb
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-dicts/myspell-nb
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-dicts/myspell-nb')
-rw-r--r--app-dicts/myspell-nb/Manifest2
-rw-r--r--app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/app-dicts/myspell-nb/Manifest b/app-dicts/myspell-nb/Manifest
index de92547d20e9..3da2813332ac 100644
--- a/app-dicts/myspell-nb/Manifest
+++ b/app-dicts/myspell-nb/Manifest
@@ -1,5 +1,3 @@
DIST dictionary-no-no-1-0.oxt 3212600 BLAKE2B 38c1771ad680079ae63a3466c51a4dbe99365be65180ee18f6c54aad1b92aa3530c2630703ae83ad5ba9774198bff20a05563cacea82557ee858cd7868996189 SHA512 23339e6a660039d045413f24828ab0df5eb0c4ac76fd323f4bb0e7ca72e91fb8f74f7dc99c12854eb0f7a8baf50fbd0692c50aae31b7fc1847499d76e208d961
-DIST no_NO-pack2-2.0.10.zip 3221701 BLAKE2B b064fa40f9ee6429d5309040270f9c5dea655a0f6810d2ed876345a031a12b7d6318ff4e7b9ff32b7ea4f3b4aea7d6679bd7d971bdbf5557dd9edfee28327211 SHA512 af7ee5c465035aa419c60ef8621d6697e86e5fbed39737e86565bb3fe4851ee35d57f832e56ef0d27ce9b26682d5b32ef2213dd6c3323074cde2784fb236298c
EBUILD myspell-nb-2.0.10-r1.ebuild 624 BLAKE2B 08786e5146c6712ca6d4054c0ce321cb7c82ee227683c4e0c190d4fdbac386745357fa3b5230096324e1ec2bdd8dc10509679265f16600186433295ff47d8dbc SHA512 98d939b7ba28cba4029a9d107cf071a69d02c6522433dff6f021cf5b6f445aa73d11ef8a1c0f4195fe09b1c41bbe50ae4738ee57067588be47f22da09c908d3e
-EBUILD myspell-nb-2.0.10.ebuild 670 BLAKE2B 232a55b8da9bcdee8674b14acb06c26d59ec7ed56a9bb770acf4a4b852046966bbde46da686501357257b59b413f2a522e4f7cdca77b2428d8fc0dcad45c1b8b SHA512 441cd6d6309fbed40788542ec6270e76c9511aef366dd884da9ea6d71e9000fa307d0374d0bc02b5e4445bb943108044f506c8d79da5aed4c7bbcbe5b9df35b4
MISC metadata.xml 192 BLAKE2B fef49cb9e1dda8063c379e650d4897670410d2c0641f469b8a200d5e7ec8d3f505e692277d03b583790cb1340ece9c2e8f7e7c9ff5080d42a2e0ef3fc7138a44 SHA512 bece454b8da734c7a28ce25f8080b3fca56332e57cde854c50f0b884ba3836f1af7782a1ee9f63e6aeff4830e2bca71c5c466471fc82eee75339565aab6495d5
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 0ba969f2dc45..000000000000
--- a/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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 ~riscv sparc x86"
-IUSE=""
-
-src_unpack() {
- default
- myspell-r2_src_unpack
-
- for i in *.zip; do
- unzip ${i} || die
- done
-}