commit: 6c8edfd5ed92bb1692e99578ac9d209d222813d4 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu May 22 22:20:56 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu May 22 23:01:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8edfd5
app-emacs/helm: drop old 4.0.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/helm/Manifest | 1 - app-emacs/helm/helm-4.0.1.ebuild | 49 ---------------------------------------- 2 files changed, 50 deletions(-) diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest index 4968d4da9914..2c372fbe3088 100644 --- a/app-emacs/helm/Manifest +++ b/app-emacs/helm/Manifest @@ -1,2 +1 @@ -DIST helm-4.0.1.tar.gz 1933447 BLAKE2B efbc4640cc3167e734e54474d8da9684fbaa1947d9db7e387e8df4e249d7e26c5b65120391c8fc3bee26c46a546d949833e0f0f64db9cca9b7456914c70b0fdc SHA512 5dae4fbe8cdc7b1cdf5ae4f26e99ca1e63fff0e25c2c4c516dd10d4a97268bcfa918302b6bd25fc46364df60eee80f33341d9fc03327e5c4d817b91d662f171d DIST helm-4.0.2.tar.gz 1935290 BLAKE2B 18b41920db2f5cfad1e679ebe4d653adff21b66a10564d112f7fcbeced6bb7cd46604a861b9c47ea88c986e837255f35f25a36d40175b4b50816c304d15c68ce SHA512 1167c82be3ebec9b699d24d58f98726a45d79709361064cba1d86b02503954181df1d4d3a3b28f05579fa98dfb553a87eee94f6f6a22409b0e93e51828477e5b diff --git a/app-emacs/helm/helm-4.0.1.ebuild b/app-emacs/helm/helm-4.0.1.ebuild deleted file mode 100644 index 6acc54b2350b..000000000000 --- a/app-emacs/helm/helm-4.0.1.ebuild +++ /dev/null @@ -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 -}
