From 732082ca79a8f1c4992a1c3cc31c14b1a26f4c22 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 21 Dec 2016 01:56:59 +0100 Subject: app-dicts/ispell-de: Version bump --- app-dicts/ispell-de/Manifest | 1 + app-dicts/ispell-de/ispell-de-20160407.ebuild | 35 --------------------------- app-dicts/ispell-de/ispell-de-20161207.ebuild | 35 +++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 app-dicts/ispell-de/ispell-de-20160407.ebuild create mode 100644 app-dicts/ispell-de/ispell-de-20161207.ebuild (limited to 'app-dicts/ispell-de') diff --git a/app-dicts/ispell-de/Manifest b/app-dicts/ispell-de/Manifest index 2814e71c..082ba72f 100644 --- a/app-dicts/ispell-de/Manifest +++ b/app-dicts/ispell-de/Manifest @@ -1 +1,2 @@ DIST igerman98-20160407.tar.bz2 460772 SHA256 776058da1081d63883eaa47fa5de36cb4308b92e2a28988e7a7ab0de841576a3 +DIST igerman98-20161207.tar.bz2 470207 SHA256 17296f03c5fea62d76ecc530ebe80f6adc430278f58d472dc1842d71612960a8 diff --git a/app-dicts/ispell-de/ispell-de-20160407.ebuild b/app-dicts/ispell-de/ispell-de-20160407.ebuild deleted file mode 100644 index b5b8ddf6..00000000 --- a/app-dicts/ispell-de/ispell-de-20160407.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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/ispell-de-20161207.ebuild b/app-dicts/ispell-de/ispell-de-20161207.ebuild new file mode 100644 index 00000000..b5b8ddf6 --- /dev/null +++ b/app-dicts/ispell-de/ispell-de-20161207.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"* +} -- cgit v1.2.3-65-gdbad