Install this version:
emerge -a =app-emacs/enh-ruby-mode-20240925
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/enh-ruby-mode-20240925
Or alternatively:
emerge --autounmask-write -a =app-emacs/enh-ruby-mode-20240925
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240925 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33 ruby34"
COMMIT=b9cea578ef6738ce675243296c3abf91b9323e11
inherit elisp ruby-single
DESCRIPTION="Major mode for editing Ruby files"
HOMEPAGE="https://github.com/zenspider/enhanced-ruby-mode"
SRC_URI="https://github.com/zenspider/enhanced-ruby-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/enhanced-ruby-mode-${COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.rdoc"
DEPEND="test? ( dev-ruby/rake )"
IUSE="test"
RESTRICT="!test? ( test )"
src_test() {
rake || die
}
src_install() {
elisp_src_install
elisp-install ${PN}/ruby ruby/*
}
Manage flags for this package:
euse -i <flag> -p app-emacs/enh-ruby-mode |
euse -E <flag> -p app-emacs/enh-ruby-mode |
euse -D <flag> -p app-emacs/enh-ruby-mode
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | enh-ruby-mode-20240925.tar.gz | 34145 bytes | https://github.com/zenspider/enhanced-ruby-mode/archive/b9cea578ef6738ce675243296c3abf91b9323e11.tar.gz |