summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-05-06 02:05:50 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-06 03:25:07 +0200
commitb8bae86fc7f7fc704e82fc8ed2fcd42c6e7e6705 (patch)
tree71bcfd7481afb9e03f317e754a3c91cf92ac1d08 /app-dicts/myspell-de_1901
parentnet-im/centerim: Unbundle Expat (bug #255909) (diff)
downloadgentoo-b8bae86fc7f7fc704e82fc8ed2fcd42c6e7e6705.tar.gz
gentoo-b8bae86fc7f7fc704e82fc8ed2fcd42c6e7e6705.tar.bz2
gentoo-b8bae86fc7f7fc704e82fc8ed2fcd42c6e7e6705.zip
app-dicts/myspell-de_1901: Renamed from app-dicts/myspell-de-alt.
This is closer to the upstream name of the package.
Diffstat (limited to 'app-dicts/myspell-de_1901')
-rw-r--r--app-dicts/myspell-de_1901/Manifest1
-rw-r--r--app-dicts/myspell-de_1901/metadata.xml7
-rw-r--r--app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild37
3 files changed, 45 insertions, 0 deletions
diff --git a/app-dicts/myspell-de_1901/Manifest b/app-dicts/myspell-de_1901/Manifest
new file mode 100644
index 000000000000..f0b7b583f730
--- /dev/null
+++ b/app-dicts/myspell-de_1901/Manifest
@@ -0,0 +1 @@
+DIST dict-de_de-1901_oldspell_2012-09-29.oxt 4807281 SHA256 252d8a411446dc8a1bc971fbbef0610a88203cdc910a949a6292c60188c02eb0 SHA512 15afe6157c6a1fbd723610440f98e823217d91fd0accf54975797ca20b3f47d6beb14c2ce118a44d17815c05e6dab923ea1ec3759237c6c4758344d805776cde WHIRLPOOL 39703e5c2b0ca8bf619d512efc40eb6151d9f2902be89497597f82fa1330e088fe0098b0fcda5b895c22e9917f3c1847d9ed5f86d4e4c1c511f102764170ce20
diff --git a/app-dicts/myspell-de_1901/metadata.xml b/app-dicts/myspell-de_1901/metadata.xml
new file mode 100644
index 000000000000..c665e48637be
--- /dev/null
+++ b/app-dicts/myspell-de_1901/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ulm@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild b/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
new file mode 100644
index 000000000000..0d57a4f2d3e4
--- /dev/null
+++ b/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}