From 3ad534419b773150d7b483914d241bbf554fbbc5 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Mar 2020 23:37:16 +0200 Subject: Live ebuilds: Add `Ispell` ebuild and support to `tdelibs`. Also: Fix typos and sync with stable. Signed-off-by: Chris --- app-dicts/ispell-de/ispell-de-20161207.ebuild | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-dicts/ispell-de/ispell-de-20161207.ebuild (limited to 'app-dicts/ispell-de/ispell-de-20161207.ebuild') diff --git a/app-dicts/ispell-de/ispell-de-20161207.ebuild b/app-dicts/ispell-de/ispell-de-20161207.ebuild new file mode 100644 index 00000000..bc3b0ec2 --- /dev/null +++ b/app-dicts/ispell-de/ispell-de-20161207.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Authors and Martin V\"ath +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" + +BDEPEND="app-text/ispell:=" +RDEPEND="${BDEPEND}" + +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"* +} -- cgit v1.2.1