commit:     d2360bd11c653984aa2d393d616a6bf5ed051024
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 20:15:44 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 22:06:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2360bd1

app-emacs/vertico: bump to 2.7

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/vertico/Manifest           |  1 +
 app-emacs/vertico/vertico-2.7.ebuild | 46 ++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/vertico/Manifest b/app-emacs/vertico/Manifest
index 0401de40d4f4..b43386bf9d5d 100644
--- a/app-emacs/vertico/Manifest
+++ b/app-emacs/vertico/Manifest
@@ -1 +1,2 @@
 DIST vertico-2.6.gh.tar.gz 51445 BLAKE2B 
1d61bc741ea35accf3545b24b941c5ec3a6c5fcc04d85c4f9f343665e76d535c750fb333bd0fec806848f6707bd661940eae592421f47e0d4c8d38bcf816cd5d
 SHA512 
ebe83ee5ad39e43828b6cb7ff23d0329e9c3d5fb6c8d3f635fdd951c3ab5d9df6d87d9b5919b53d606368babb5a5656a7101362f1e1a8e405df9053b11c24134
+DIST vertico-2.7.gh.tar.gz 51278 BLAKE2B 
4f9316e0bb6247949a198fd13c31290e37b4cb12e1628861576adeb8e94943c46d98a3d068b6077e47d432ccdb01b1ca1e06d2b5b58a6400c3cc910ccb691d4c
 SHA512 
fa97329b44da8cdd5965cb2dd9cd5892c7f044f3727d0ee8a8e132a8a0a3d516cb3e50017e8506d7c36df39a2611efc0d36392ed3b2e01a024a2d0f81bec6fcf

diff --git a/app-emacs/vertico/vertico-2.7.ebuild 
b/app-emacs/vertico/vertico-2.7.ebuild
new file mode 100644
index 000000000000..82096a6de777
--- /dev/null
+++ b/app-emacs/vertico/vertico-2.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Vertical interactive completion"
+HOMEPAGE="https://github.com/minad/vertico/";
+
+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
+"
+BDEPEND="
+       ${RDEPEND}
+"
+
+DOCS=( CHANGELOG.org README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+       default
+
+       mv ./extensions/*.el ./ || die
+}
+
+src_compile() {
+       elisp_src_compile
+       elisp-make-autoload-file
+}

Reply via email to