Install this version:
emerge -a =app-dicts/lojban-dicts-2005
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-dicts/lojban-dicts-2005
Or alternatively:
emerge --autounmask-write -a =app-dicts/lojban-dicts-2005
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2005 | 8 | amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Lojban Text Dictionaries"
HOMEPAGE="https://mw-live.lojban.org/papri/lojban_Wordlists"
SRC_URI="
https://www.lojban.org/publications/wordlists/cmavo.txt
https://www.lojban.org/publications/wordlists/gismu.txt
https://www.lojban.org/publications/wordlists/lujvo.txt
https://www.lojban.org/publications/wordlists/rafsi.txt
"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${DISTDIR}"
src_install() {
insinto /usr/share/dict
doins cmavo.txt gismu.txt lujvo.txt rafsi.txt
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cmavo.txt | 145139 bytes | https://www.lojban.org/publications/wordlists/cmavo.txt |
| DIST | gismu.txt | 368403 bytes | https://www.lojban.org/publications/wordlists/gismu.txt |
| DIST | lujvo.txt | 292281 bytes | https://www.lojban.org/publications/wordlists/lujvo.txt |
| DIST | rafsi.txt | 30883 bytes | https://www.lojban.org/publications/wordlists/rafsi.txt |