Install this version:
emerge -a =app-emacs/ebuild-run-mode-20221116
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/ebuild-run-mode-20221116
Or alternatively:
emerge --autounmask-write -a =app-emacs/ebuild-run-mode-20221116
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20221116 | 8 | ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
MY_PN="emacs-${PN}"
DESCRIPTION="Major mode for Emacs buffers where ebuild commands run"
HOMEPAGE="https://gitlab.com/akater/emacs-ebuild-run-mode"
SRC_URI="https://gitlab.com/akater/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-v${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND=">=app-emacs/ebuild-mode-1.53"
SITEFILE="50${PN}-gentoo.el"
DOCS="ebuild-run-mode.org"
src_compile() {
default
}
>=app-emacs/ebuild-mode-1.53
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | emacs-ebuild-run-mode-v20221116.tar.gz | 17830 bytes | https://gitlab.com/akater/emacs-ebuild-run-mode/-/archive/v20221116/-v.tar.gz |