Install this version:
emerge -a =app-emacs/perspective-2.22
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/perspective-2.22
Or alternatively:
emerge --autounmask-write -a =app-emacs/perspective-2.22
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.22 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Switch between named 'perspectives' of the editor"
HOMEPAGE="https://github.com/nex3/perspective-el"
SRC_URI="
https://github.com/nex3/perspective-el/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
S="${WORKDIR}/perspective-el-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
elisp-enable-tests ert "${S}" \
--load=test/test-perspective.el \
--funcall=ert-run-tests-batch-and-exit
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | perspective-2.22.gh.tar.gz | 53692 bytes | https://github.com/nex3/perspective-el/archive/refs/tags/2.22.tar.gz |