Install this version:
emerge -a =app-emacs/rbs-mode-0.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/rbs-mode-0.3.1
Or alternatively:
emerge --autounmask-write -a =app-emacs/rbs-mode-0.3.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
IUSE=""
DESCRIPTION="Emacs major mode for Ruby type signature (RBS) files"
HOMEPAGE="https://github.com/ybiquitous/rbs-mode/"
SRC_URI="https://github.com/ybiquitous/rbs-mode/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DOCS="CHANGELOG.md README.md"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rbs-mode-0.3.1.tar.gz | 222555 bytes | https://github.com/ybiquitous/rbs-mode/archive/refs/tags/v0.3.1.tar.gz |