diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:23:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:18:19 +0200 |
commit | 4870cde3badc400ae63e73083bbdba454045210b (patch) | |
tree | a3ee04129a7b98d6638e5c43e39a65840011b3eb /app-dicts | |
parent | app-crypt/pesign: Drop old (diff) | |
download | gentoo-4870cde3badc400ae63e73083bbdba454045210b.tar.gz gentoo-4870cde3badc400ae63e73083bbdba454045210b.tar.bz2 gentoo-4870cde3badc400ae63e73083bbdba454045210b.zip |
app-dicts/myspell-nl: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-2.10g.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild deleted file mode 100644 index 56b4625bc85c..000000000000 --- a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYSPELL_DICT=( - "nl_NL.aff" - "nl_NL.dic" -) - -MYSPELL_HYPH=( - "hyph_nl_NL.dic" -) - -MYSPELL_THES=( - "th_nl_NL_v2.dat" - "th_nl_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 - # thesarus has ugly name - mv th_nl_v2.dat th_nl_NL_v2.dat || die - mv th_nl_v2.idx th_nl_NL_v2.idx || die - - # remove dutch translated license so it aint installed - rm -rf licentie* || die -} |