app-dicts/dictd-vera - 1.24-r1 (gentoo)

Search

Package Information

Description:
V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict
Homepage:
http://home.snafu.de/ohei/vera/vueber-e.html
License:
FDL-1.3

Ebuild Details

Version EAPI Keywords Slot
1.24-r1 7 amd64 ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html"
SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
S="${WORKDIR}/vera-${PV}"
SLOT="0"
LICENSE="FDL-1.3"
KEYWORDS="amd64 ppc ppc64 ~riscv ~sparc x86"

DEPEND=">=app-text/dictd-1.5.5"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}-U+D7.patch" )

src_compile() {
	cat vera.[0-9a-z] | dictfmt -f -u http://home.snafu.de/ohei \
		-s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \
		vera || die
	dictzip -v vera.dict || die
}

src_install() {
	insinto /usr/share/dict
	doins vera.dict.dz
	doins vera.index

	dodoc changelog README
}

Applicable Mirrors

Mirror Name URLs
gnu

Dependencies

DEPEND

>=app-text/dictd-1.5.5

RDEPEND

>=app-text/dictd-1.5.5