Install this version:
emerge -a =app-emacs/writeroom-mode-20250205
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/writeroom-mode-20250205
Or alternatively:
emerge --autounmask-write -a =app-emacs/writeroom-mode-20250205
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250205 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Writeroom-mode: distraction-free writing for Emacs."
HOMEPAGE="https://github.com/joostkremers/writeroom-mode"
COMMIT="cca2b4b3cfcfea1919e1870519d79ed1a69aa5e2"
SRC_URI="
https://github.com/joostkremers/writeroom-mode/archive/${COMMIT}.tar.gz
-> ${PN}-${COMMIT}.tar.gz
"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-emacs/visual-fill-column"
SITEFILE="50${PN}-gentoo.el"
elisp-enable-tests ert-runner "${S}/test"
app-emacs/visual-fill-column
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | writeroom-mode-cca2b4b3cfcfea1919e1870519d79ed1a69aa5e2.tar.gz | 190925 bytes | https://github.com/joostkremers/writeroom-mode/archive/cca2b4b3cfcfea1919e1870519d79ed1a69aa5e2.tar.gz |