Install this version:
emerge -a =app-text/lue-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/lue-0.5.0
Or alternatively:
emerge --autounmask-write -a =app-text/lue-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )
inherit distutils-r1
DESCRIPTION="Terminal ebook reader with TTS feature"
HOMEPAGE="https://github.com/paulilaaso/lue"
SRC_URI="https://github.com/paulilaaso/lue/archive/refs/tags/v${PV}.tar.gz -> ${PN}.gh.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kokoro"
DEPEND="
>=dev-python/python-docx-1.2.0[${PYTHON_USEDEP}]
>=dev-python/striprtf-0.0.29[${PYTHON_USEDEP}]
>=dev-python/rich-14.1.0[${PYTHON_USEDEP}]
>=dev-python/PyMuPDF-1.26.3[${PYTHON_USEDEP}]
>=dev-python/markdown-3.8.2[${PYTHON_USEDEP}]
>=dev-python/platformdirs-4.3.8[${PYTHON_USEDEP}]
>=dev-python/edge-tts-7.2.7[${PYTHON_USEDEP}]
media-video/ffmpeg
kokoro? ( app-accessibility/espeak-ng )
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-python/setuptools-61.0
"
DOCS=( DEVELOPER.md LICENSE README.md VOICES.md images/ )
src_install() {
distutils-r1_src_install
dodoc -r ${DOCS}
}
Manage flags for this package:
euse -i <flag> -p app-text/lue |
euse -E <flag> -p app-text/lue |
euse -D <flag> -p app-text/lue
>=dev-python/python-docx-1.2.0[] >=dev-python/striprtf-0.0.29[] >=dev-python/rich-14.1.0[] >=dev-python/PyMuPDF-1.26.3[] >=dev-python/markdown-3.8.2[] >=dev-python/platformdirs-4.3.8[] >=dev-python/edge-tts-7.2.7[] media-video/ffmpeg kokoro? ( app-accessibility/espeak-ng )
>=dev-python/python-docx-1.2.0[] >=dev-python/striprtf-0.0.29[] >=dev-python/rich-14.1.0[] >=dev-python/PyMuPDF-1.26.3[] >=dev-python/markdown-3.8.2[] >=dev-python/platformdirs-4.3.8[] >=dev-python/edge-tts-7.2.7[] media-video/ffmpeg kokoro? ( app-accessibility/espeak-ng )
>=dev-python/setuptools-61.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lue.gh.tar.gz | 1116741 bytes | https://github.com/paulilaaso/lue/archive/refs/tags/v0.5.0.tar.gz |