Install this version:
emerge -a =app-eselect/eselect-emacs-9999-r2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-eselect/eselect-emacs-9999-r2
Or alternatively:
emerge --autounmask-write -a =app-eselect/eselect-emacs-9999-r2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999-r2 | 8 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Manage multiple Emacs versions on one system"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
RDEPEND=">=app-admin/eselect-1.2.6
~app-eselect/eselect-ctags-${PV}"
src_compile() { :; }
src_install() {
insinto /usr/share/eselect/modules
doins {emacs,gnuclient}.eselect
doman {emacs,gnuclient}.eselect.5
dodoc ChangeLog
}
>=app-admin/eselect-1.2.6 ~app-eselect/eselect-ctags-9999-r2