Install this version:
emerge -a =app-dicts/dictd-moby-thesaurus-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-dicts/dictd-moby-thesaurus-1.0
Or alternatively:
emerge --autounmask-write -a =app-dicts/dictd-moby-thesaurus-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN/dictd/dict}"
DEB="${MY_PN}_${PV}-6.4_all.deb"
DESCRIPTION="Grady Ward's Moby Thesaurus; 35000 root words and 2.5 million synonyms"
HOMEPAGE="https://tracker.debian.org/pkg/dict-moby-thesaurus"
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${DEB}"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=app-text/dictd-1.13.0-r3"
src_unpack () {
unpack "${DEB}"
unpack "${WORKDIR}/data.tar.xz"
pushd "${WORKDIR}/usr/share/doc/${MY_PN}" || die
for f in *.gz; do
gunzip "${f}" || die
done
rm -r copyright || die
}
src_install () {
dodoc usr/share/doc/dict-moby-thesaurus/*
insinto /usr/share/dict
doins usr/share/dictd/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dict-moby-thesaurus_1.0-6.4_all.deb | 10983282 bytes | mirror://debian/pool/main/d/dict-moby-thesaurus/dict-moby-thesaurus_1.0-6.4_all.deb |