app-dicts/ispell-de - 20161207 (mv)

Search

Install

Install this version:

emerge -a =app-dicts/ispell-de-20161207

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-dicts/ispell-de-20161207

Or alternatively:

emerge --autounmask-write -a =app-dicts/ispell-de-20161207

Package Information

Description:
German and Swiss dictionaries for ispell
Homepage:
http://j3e.de/ispell/igerman98/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20161207 8 ~alpha amd64 hppa mips ppc sparc x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors and Martin V\"ath
# Distributed under the terms of the GNU General Public License v2

EAPI=8
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"

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"*
}

Dependencies

RDEPEND

app-text/ispell:=

BDEPEND

app-text/ispell:=

Manifest for 20161207

Type File Size Source URLs
DIST igerman98-20161207.tar.bz2 470207 bytes http://j3e.de/ispell/igerman98/dict/igerman98-20161207.tar.bz2