summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-29 10:54:14 +0100
committerSam James <sam@gentoo.org>2022-04-29 11:20:28 +0100
commita7ef65dc44babc7f03488964fa6e8117b5916a26 (patch)
tree84bbe584712be3706150151b7724ec76ccd0b033
parentapp-dicts/myspell-nb: drop 2.0.10 (diff)
downloadgentoo-a7ef65dc44babc7f03488964fa6e8117b5916a26.tar.gz
gentoo-a7ef65dc44babc7f03488964fa6e8117b5916a26.tar.bz2
gentoo-a7ef65dc44babc7f03488964fa6e8117b5916a26.zip
app-dicts/myspell-nl: drop 2.10g-r1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild
deleted file mode 100644
index 612d29945826..000000000000
--- a/app-dicts/myspell-nl/myspell-nl-2.10g-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 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 sparc x86"
-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
-}