Install this version:
emerge -a =app-emacs/tp-0.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/tp-0.9
Or alternatively:
emerge --autounmask-write -a =app-emacs/tp-0.9
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
NEED_EMACS="28.1"
inherit elisp
DESCRIPTION="Utilities to create transient menus for POSTing to an API for GNU Emacs"
HOMEPAGE="https://codeberg.org/martianh/tp.el/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/martianh/${PN}.el"
else
SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz
-> ${P}.codeberg.tar.gz"
S="${WORKDIR}/${PN}.el"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
>=app-editors/emacs-${NEED_EMACS}[json(+)]
app-emacs/transient
"
BDEPEND="
${RDEPEND}
"
DOCS=( readme.org )
SITEFILE="50${PN}-gentoo.el"
>=app-editors/emacs-28.1[json(+)] app-emacs/transient
>=app-editors/emacs-28.1[json(+)] app-emacs/transient
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tp-0.9.codeberg.tar.gz | 18877 bytes | https://codeberg.org/martianh/tp.el/archive/0.9.tar.gz |