app-emacs/rg - 2.4.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/rg-2.4.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/rg-2.4.1

Or alternatively:

emerge --autounmask-write -a =app-emacs/rg-2.4.1

Package Information

Description:
GNU Emacs search tool based on ripgrep
Homepage:
https://rgel.readthedocs.io/ https://github.com/dajva/rg.el/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.4.1 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="28.1"

inherit elisp

DESCRIPTION="GNU Emacs search tool based on ripgrep"
HOMEPAGE="https://rgel.readthedocs.io/
	https://github.com/dajva/rg.el/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/dajva/rg.el"
else
	SRC_URI="https://github.com/dajva/rg.el/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz"
	S="${WORKDIR}/rg.el-${PV}"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

COMMON_DEPEND="
	>=app-emacs/transient-0.9.2
	>=app-emacs/wgrep-2.1.10
"
RDEPEND="
	${COMMON_DEPEND}
	sys-apps/ripgrep
"
BDEPEND="
	${COMMON_DEPEND}
	test? (
		app-emacs/s
		app-emacs/undercover
	)
"

ELISP_REMOVE="
	test/rg.el-test.el
	test/rg-isearch.el-test.el
"

DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"

elisp-enable-tests ert-runner test

src_compile() {
	elisp_src_compile
	elisp-make-autoload-file
}

src_install() {
	elisp_src_install
	doinfo rgel.info
}

Inherited Eclasses

Dependencies

RDEPEND

	
	>=app-emacs/transient-0.9.2
	>=app-emacs/wgrep-2.1.10

	sys-apps/ripgrep

BDEPEND

	
	>=app-emacs/transient-0.9.2
	>=app-emacs/wgrep-2.1.10

	test? (
		app-emacs/s
		app-emacs/undercover
	)

Manifest for 2.4.1

Type File Size Source URLs
DIST rg-2.4.1.gh.tar.gz 210184 bytes https://github.com/dajva/rg.el/archive/2.4.1.tar.gz