summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-09-03 14:44:46 +0200
committerMartin Väth <martin@mvath.de>2016-09-03 14:44:46 +0200
commit982db69e8b02d31d242cd00f2a0bc39ebceb39be (patch)
treebd9109ac1e8d4e5426afe0e9de55d5f08e9c35a8 /app-dicts
parentx11-misc/redshift: Copy old from gentoo repo to aovid gtk+3/introspection dep (diff)
downloadmv-982db69e8b02d31d242cd00f2a0bc39ebceb39be.tar.gz
mv-982db69e8b02d31d242cd00f2a0bc39ebceb39be.tar.bz2
mv-982db69e8b02d31d242cd00f2a0bc39ebceb39be.zip
Copy/bump ispell and some libs from gentoo repository to save from removal
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-de-alt/Manifest2
-rw-r--r--app-dicts/ispell-de-alt/ispell-de-alt-2-r1.ebuild30
-rw-r--r--app-dicts/ispell-de-alt/metadata.xml4
-rw-r--r--app-dicts/ispell-de/Manifest1
-rw-r--r--app-dicts/ispell-de/ispell-de-20160407.ebuild35
-rw-r--r--app-dicts/ispell-de/metadata.xml4
6 files changed, 76 insertions, 0 deletions
diff --git a/app-dicts/ispell-de-alt/Manifest b/app-dicts/ispell-de-alt/Manifest
new file mode 100644
index 00000000..c013e555
--- /dev/null
+++ b/app-dicts/ispell-de-alt/Manifest
@@ -0,0 +1,2 @@
+DIST hk2-deutsch.tar.gz 375750 SHA256 6cc8d69ed02bf7a3ee58fa285e3692d22671aeeac2240a31812537b6e0bae655
+DIST hkgerman_2-patch-bj1.diff.gz 15187 SHA256 1dd73fd11b762c44bc9b4f4ee2a622322b8bccc27d4d40708ba3c128ad774414
diff --git a/app-dicts/ispell-de-alt/ispell-de-alt-2-r1.ebuild b/app-dicts/ispell-de-alt/ispell-de-alt-2-r1.ebuild
new file mode 100644
index 00000000..29d2effd
--- /dev/null
+++ b/app-dicts/ispell-de-alt/ispell-de-alt-2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="mirror"
+DESCRIPTION="German dictionary (traditional orthography) for ispell"
+HOMEPAGE="http://www.lasr.cs.ucla.edu/geoff/ispell-dictionaries.html"
+SRC_URI="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk${PV}-deutsch.tar.gz
+ http://www.j3e.de/ispell/hk2/hkgerman_2-patch-bj1.diff.gz"
+
+# GPL according to <http://bugs.debian.org/131124#25>
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
+IUSE=""
+
+DEPEND="app-text/ispell:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+PATCHES=(hkgerman_2-patch-bj1.diff)
+
+src_install() {
+ insinto /usr/$(get_libdir)/ispell
+ doins deutsch.aff deutsch.hash
+ dosym deutsch.aff /usr/$(get_libdir)/ispell/de_DE_1901.aff
+ dosym deutsch.hash /usr/$(get_libdir)/ispell/de_DE_1901.hash
+ dodoc ANNOUNCE Changes Contributors README*
+}
diff --git a/app-dicts/ispell-de-alt/metadata.xml b/app-dicts/ispell-de-alt/metadata.xml
new file mode 100644
index 00000000..097975e3
--- /dev/null
+++ b/app-dicts/ispell-de-alt/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>
diff --git a/app-dicts/ispell-de/Manifest b/app-dicts/ispell-de/Manifest
new file mode 100644
index 00000000..2814e71c
--- /dev/null
+++ b/app-dicts/ispell-de/Manifest
@@ -0,0 +1 @@
+DIST igerman98-20160407.tar.bz2 460772 SHA256 776058da1081d63883eaa47fa5de36cb4308b92e2a28988e7a7ab0de841576a3
diff --git a/app-dicts/ispell-de/ispell-de-20160407.ebuild b/app-dicts/ispell-de/ispell-de-20160407.ebuild
new file mode 100644
index 00000000..b5b8ddf6
--- /dev/null
+++ b/app-dicts/ispell-de/ispell-de-20160407.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="mirror"
+MY_P=igerman98-${PV}
+
+DESCRIPTION="German and Swiss dictionaries for ispell"
+HOMEPAGE="http://j3e.de/ispell/igerman98/"
+SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+KEYWORDS="alpha amd64 hppa mips ppc sparc x86"
+
+DEPEND="app-text/ispell:="
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ for lang in de_DE de_AT de_CH; do
+ emake ispell/${lang}{.aff,.hash}
+ done
+}
+
+src_install () {
+ insinto /usr/$(get_libdir)/ispell
+ for lang in de_DE de_AT de_CH; do
+ doins ispell/${lang}{.aff,.hash}
+ done
+
+ dodoc Documentation/*
+ rm -f -- "${ED}/usr/share/doc/${PF}/GPL"*
+}
diff --git a/app-dicts/ispell-de/metadata.xml b/app-dicts/ispell-de/metadata.xml
new file mode 100644
index 00000000..097975e3
--- /dev/null
+++ b/app-dicts/ispell-de/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>