app-emacs/helm: drop old 4.0.2

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-08-16 18:03:32 +02:00
parent 6c69d6609d
commit 6652c85d66
2 changed files with 0 additions and 50 deletions

View File

@@ -1,3 +1,2 @@
DIST helm-4.0.2.tar.gz 1935290 BLAKE2B 18b41920db2f5cfad1e679ebe4d653adff21b66a10564d112f7fcbeced6bb7cd46604a861b9c47ea88c986e837255f35f25a36d40175b4b50816c304d15c68ce SHA512 1167c82be3ebec9b699d24d58f98726a45d79709361064cba1d86b02503954181df1d4d3a3b28f05579fa98dfb553a87eee94f6f6a22409b0e93e51828477e5b
DIST helm-4.0.3.tar.gz 1940595 BLAKE2B e3320b0384f2769cae62c909a799b7467701908eee55f818995a971815185138f92561e66787094dc48ab7172d2487f25dc950a0bafbd0e5e185a68d64dd9ced SHA512 df0fd6a20410dce2be5e1564083af0624cdcd1665d636eea2d82bc857bfd84694952bacfed44f9689c5c0c59cca94a4c4e6d3a4fafd8bfcb40a9f244dbcda8eb
DIST helm-4.0.4.tar.gz 1941252 BLAKE2B ee9fd027fcb4ba5d78e1d78e2e5f82daaf56b7a08af8e6bcdcd13d20479a4cc5393e70508f076dbcce5819cdad6a14a5fab688f9c30537c270cae960fb1aa28b SHA512 15b5f819a54fb6027a4c037034362273a36273cc49138545242da94d15356b164c1e7029295c9ce6b4e02db993c2dc0895f385a45529d7d60060aa97dfe8c813

View File

@@ -1,49 +0,0 @@
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Emacs incremental completion and selection narrowing framework"
HOMEPAGE="https://emacs-helm.github.io/helm/
https://github.com/emacs-helm/helm/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/emacs-helm/${PN}.git"
else
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/async
app-emacs/wfnames
"
BDEPEND="
${RDEPEND}
"
PATCHES=( "${FILESDIR}/${PN}-3.8.8-no-autoload-check.patch" )
DOCS=( NEWS.org README.md )
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}
src_install() {
elisp_src_install
exeinto /usr/bin
doexe ./emacs-helm.sh
}