app-emacs/vertico: drop old 2.7

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-04-15 17:14:19 +02:00
parent 31497a3794
commit 518a1a3ef4
2 changed files with 0 additions and 47 deletions

View File

@@ -1,2 +1 @@
DIST vertico-2.7.gh.tar.gz 51278 BLAKE2B 4f9316e0bb6247949a198fd13c31290e37b4cb12e1628861576adeb8e94943c46d98a3d068b6077e47d432ccdb01b1ca1e06d2b5b58a6400c3cc910ccb691d4c SHA512 fa97329b44da8cdd5965cb2dd9cd5892c7f044f3727d0ee8a8e132a8a0a3d516cb3e50017e8506d7c36df39a2611efc0d36392ed3b2e01a024a2d0f81bec6fcf
DIST vertico-2.8.gh.tar.gz 51302 BLAKE2B 22a3beec28e7c05577ae822d7c7553d83e3f1a9f5866acf6010512ef1bc6de38aa49cb098a9db9554e2f43daaf3318a76dd06b46bd9ae37101e231562bc8a115 SHA512 eb4917532d2cfd68362b1494a70e3d8024474f706378afdcffae07b036ad98de0bea9551148ba92bf6f073e5c36a8531a36f8dd2f0e2bb905da8190f279be3c5

View File

@@ -1,46 +0,0 @@
# 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
}