mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-emacs/consult: bump to 2.9
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST consult-2.7.gh.tar.gz 113229 BLAKE2B f4dba3e6bc0b6109f62275daba90644ea766de10c5c67e672d84628540cc80782e4690edad668164a8ae6d8ec92ff92896f2d0b52f81d1982cfb29f7f6f2102c SHA512 fe24599cf1ab83eb52db71827eae93b5f84b5b907072818a3e37632059f268a6809c903502ff0407ebfad0ec0417a137cda8716266671f4ef3a5a0367263a68d
|
||||
DIST consult-2.8.gh.tar.gz 113637 BLAKE2B 1b4720d3fe86aecb46d927fe50eeab7b7b1026eeae2dacedd678b45c3940a867642d171ebad764ceb298415fc7b58dc911838757e53eeef11c4ca80758d7c8c5 SHA512 45efbea86d8c312b36fddd826c5396e9125f6ceb6e345e27e6cdcb3cf4fd4791e293b65d5ed3077f36566071854bdb2105674c31e72eac4485b407bf3463b08b
|
||||
DIST consult-2.9.gh.tar.gz 113809 BLAKE2B d69694b0d8ca02a39143da542cbe03aa6755ce8c63d3d268a511aa4a7e31fec22a38e95acb81fa6c41878fb7e1dc6b0722b8179258d0b56b78df4aa40adf5b4f SHA512 984bc21996d98cdcd42cbbd980a13e9f6130d9489de3a6fbef29a723f43adac854906e18c0a7fcced36b266aabf274bbedae69e63b24917820f2568e23475bff
|
||||
|
||||
39
app-emacs/consult/consult-2.9.ebuild
Normal file
39
app-emacs/consult/consult-2.9.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS="28.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-30.0.2.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_compile() {
|
||||
elisp_src_compile
|
||||
elisp-make-autoload-file
|
||||
}
|
||||
Reference in New Issue
Block a user