Install this version:
emerge -a =app-emacs/keymap-popup-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/keymap-popup-0.3.0
Or alternatively:
emerge --autounmask-write -a =app-emacs/keymap-popup-0.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
NEED_EMACS="29.1"
inherit elisp
DESCRIPTION="Described keymaps with popup help"
HOMEPAGE="https://codeberg.org/thanosapollo/emacs-keymap-popup"
SRC_URI="https://codeberg.org/thanosapollo/emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/emacs-${PN}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.org docs/keymap-popup.org"
elisp-enable-tests ert tests -l ${PN}-tests.el
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | keymap-popup-0.3.0.tar.gz | 40223 bytes | https://codeberg.org/thanosapollo/emacs-keymap-popup/archive/0.3.0.tar.gz |