From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- app-dicts/myspell-nl/Manifest | 1 + app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild | 45 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild (limited to 'app-dicts/myspell-nl') diff --git a/app-dicts/myspell-nl/Manifest b/app-dicts/myspell-nl/Manifest index 61ca00a27b55..058edef70be5 100644 --- a/app-dicts/myspell-nl/Manifest +++ b/app-dicts/myspell-nl/Manifest @@ -1,4 +1,5 @@ DIST myspell-nl-2.10g.oxt 868845 BLAKE2B cace4a9750e9e7680c48a414065be3897afd29c3f6908c95021e92ebe050784bc7c7379f0a3ff74fc34c6ee6bb1b3499636c77dc60c757520c6d725735a2547a SHA512 070ef6a5d63a2fb9806f7bbbb1459e40097bbcb5c8ab9babb9195844e387847e2295890b149c0a90aba19e4fced7f3d90d338ba976614fc73c5c367bbc9cf4d4 DIST myspell-nl-2.10g_thes.oxt 1956026 BLAKE2B cc8a79e746def1f6f1026a77890472005f6ad81a1addf1e86936848b07aa1aa31692151e1f7427f792d0c04d1854ff9a6b56abb755cbbc78e0c4dd1e03e378df SHA512 2a13b97ffee1fb98ba29f74595ff9e29a89f294d82efd2da2e89983ff5a21852a1222bee9a4684dd5df621e1dc5621853e1d87cbf0fca311c8eb9e267598eee0 +EBUILD myspell-nl-2.10g-r1.ebuild 1100 BLAKE2B 0f75b0f3683ac5e4309f8fe2e1d319b554684eab7c2ffa265f18d04349bbdf1476bf69f3ad116e451dd2e025f771d91cbc40b185cf5e24640333281adefe21a9 SHA512 124c2bcbb7bf88f2a216649371f64a296d7dfffb4aca9167283d1b495812f96e2d82ae30aaf1607b54ad837bfd74d67de14aae632fd7430840ec750c9719c715 EBUILD myspell-nl-2.10g.ebuild 1093 BLAKE2B d37ef2480a0b9ca3ce3d64132f5ff46b43f13a216449093ab1fe793e3f79b44723e3342be7a9ce49e9e06a125569a9c83021fed395e0532f73750ba49cf175b3 SHA512 5de3e7c0283484b48cee4f775d1ed19774eb0177c32096c42a98e4b55618316c556a9154eaf66806a5a8a3a12a94ce9a62ea312e1417a8c6ad88c3f23bfdeaec MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild new file mode 100644 index 000000000000..896c93bf5d55 --- /dev/null +++ b/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "nl.aff" + "nl.dic" +) + +MYSPELL_HYPH=( + "hyph_nl.dic" +) + +MYSPELL_THES=( + "th_nl_v2.dat" + "th_nl_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Dutch dictionaries for myspell/hunspell" +HOMEPAGE="https://www.opentaal.org" +# Thesarus is not versioned at all, I suppose we could bump it with each dict +# release, or when people say that the download uri checksum changed. +SRC_URI=" + https://www.opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt + https://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt +" + +LICENSE="BSD-2 CC-BY-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_prepare() { + default + # Fix regions, bug #607080 + mv nl_NL.aff nl.aff || die + mv nl_NL.dic nl.dic || die + mv hyph_nl_NL.dic hyph_nl.dic || die + + # remove dutch translated license so it aint installed + rm -rf licentie* || die +} -- cgit v1.2.3