app-emacs/consult - 3.7 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/consult-3.7

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

autounmask =app-emacs/consult-3.7

Or alternatively:

emerge --autounmask-write -a =app-emacs/consult-3.7

Package Information

Description:
Consulting complete-read for GNU Emacs
Homepage:
https://github.com/minad/consult/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
3.7 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="29.1"

inherit elisp

DESCRIPTION="Consulting complete-read for GNU Emacs"
HOMEPAGE="https://github.com/minad/consult/"

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

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

RDEPEND="
	>=app-emacs/compat-31.0
"
BDEPEND="
	${RDEPEND}
"

SITEFILE="50${PN}-gentoo.el"

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

Inherited Eclasses

Dependencies

RDEPEND

	>=app-emacs/compat-31.0

BDEPEND

	
	>=app-emacs/compat-31.0

Manifest for 3.7

Type File Size Source URLs
DIST consult-3.7.gh.tar.gz 115502 bytes https://github.com/minad/consult/archive/3.7.tar.gz