summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-de/myspell-de-2015.12.28.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/myspell-de/myspell-de-2015.12.28.ebuild')
-rw-r--r--app-dicts/myspell-de/myspell-de-2015.12.28.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/app-dicts/myspell-de/myspell-de-2015.12.28.ebuild b/app-dicts/myspell-de/myspell-de-2015.12.28.ebuild
deleted file mode 100644
index e59de7b24f20..000000000000
--- a/app-dicts/myspell-de/myspell-de-2015.12.28.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MYSPELL_DICT=(
- "de_AT.aff"
- "de_AT.dic"
- "de_DE.aff"
- "de_DE.dic"
- "de_CH.aff"
- "de_CH.dic"
-)
-
-MYSPELL_HYPH=(
- "hyph_de_AT.dic"
- "hyph_de_DE.dic"
- "hyph_de_CH.dic"
-)
-
-MYSPELL_THES=(
- "th_de_AT_v2.dat"
- "th_de_AT_v2.idx"
- "th_de_DE_v2.dat"
- "th_de_DE_v2.idx"
- "th_de_CH_v2.dat"
- "th_de_CH_v2.idx"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="German dictionaries for myspell/hunspell"
-HOMEPAGE="
- https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries
- https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries
- https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries
-"
-SRC_URI="
- https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries/${PV}/@@download/file/dict-de_at-frami_${PV//./-}.oxt
- https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries/${PV}/@@download/file/dict-de_de-frami_${PV//./-}.oxt
- https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries/${PV}/@@download/file/dict-de_ch-frami_${PV//./-}.oxt
-"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
- # rename the tarballs
- for i in *_frami.*; do
- mv "${i}" "${i/_frami}" || die
- done
-}