Install this version:
emerge -a =app-text/rednotebook-2.42
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/rednotebook-2.42
Or alternatively:
emerge --autounmask-write -a =app-text/rednotebook-2.42
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.42 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A cross-platform journal"
HOMEPAGE="https://rednotebook.app/"
SRC_URI="https://github.com/jendrikseipp/rednotebook/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+spellcheck"
RDEPEND="
x11-libs/gtk+:3
x11-libs/gtksourceview
app-misc/tmux
dev-python/pyyaml
net-libs/webkit-gtk
spellcheck? ( dev-python/pyenchant )
"
BDEPEND="
${RDEPEND}
sys-devel/gettext
dev-python/setuptools
"
Manage flags for this package:
euse -i <flag> -p app-text/rednotebook |
euse -E <flag> -p app-text/rednotebook |
euse -D <flag> -p app-text/rednotebook
x11-libs/gtk+:3 x11-libs/gtksourceview app-misc/tmux dev-python/pyyaml net-libs/webkit-gtk spellcheck? ( dev-python/pyenchant )
x11-libs/gtk+:3 x11-libs/gtksourceview app-misc/tmux dev-python/pyyaml net-libs/webkit-gtk spellcheck? ( dev-python/pyenchant ) sys-devel/gettext dev-python/setuptools
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rednotebook-2.42.tar.gz | 2286219 bytes | https://github.com/jendrikseipp/rednotebook/archive/refs/tags/v2.42.tar.gz |