app-emacs/enh-ruby-mode - 20240925 (graaff)

Search

Install

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

Package Information

Description:
Major mode for editing Ruby files
Homepage:
https://github.com/zenspider/enhanced-ruby-mode
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
20240925 8 ~amd64 0
View Raw Ebuild
# 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/*
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

test? ( dev-ruby/rake )

Manifest for 20240925

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