summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
commitc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch)
tree9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
parent2891d29af8907ce881662f4a02844926d7a293c7 (diff)
gentoo resync : 12.01.2019
Diffstat (limited to 'app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild')
-rw-r--r--app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild b/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
deleted file mode 100644
index 680905fdf432..000000000000
--- a/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MYSPELL_DICT=(
- "de_DE_1901.aff"
- "de_DE_1901.dic"
-)
-
-MYSPELL_HYPH=(
- "hyph_de_DE_1901.dic"
-)
-
-MYSPELL_THES=(
-)
-
-inherit myspell-r2
-
-DESCRIPTION="German (traditional orthography) dictionaries for myspell/hunspell"
-HOMEPAGE="http://www.j3e.de/myspell/
- http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries"
-SRC_URI="http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries/pscreleasefolder.2011-11-04.1209635399/${PV:0:4}.${PV:4:2}.${PV:6:2}/dict-de_de-1901_oldspell_${PV:0:4}-${PV:4:2}-${PV:6:2}.oxt"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-
-src_prepare() {
- # Nicely rename; http://www.iana.org/assignments/language-subtag-registry
- mv de_DE_OLDSPELL.aff de_DE_1901.aff || die
- mv de_DE_OLDSPELL.dic de_DE_1901.dic || die
- mv hyph_de_DE_OLDSPELL.dic hyph_de_DE_1901.dic || die
- # Remove thesaurus for new spelling to avoid installing its readme file
- rm th_de_DE_v2* || die
-}