commit:     988408d1fcfd20f95bf3214ce9a464178e64aa05
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 16:03:54 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 22:08:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988408d1

app-emacs/helm: drop old 4.0.3

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

 app-emacs/helm/Manifest          |  1 -
 app-emacs/helm/helm-4.0.3.ebuild | 49 ----------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index a37d55179ae8..851a900feca8 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1 @@
-DIST helm-4.0.3.tar.gz 1940595 BLAKE2B 
e3320b0384f2769cae62c909a799b7467701908eee55f818995a971815185138f92561e66787094dc48ab7172d2487f25dc950a0bafbd0e5e185a68d64dd9ced
 SHA512 
df0fd6a20410dce2be5e1564083af0624cdcd1665d636eea2d82bc857bfd84694952bacfed44f9689c5c0c59cca94a4c4e6d3a4fafd8bfcb40a9f244dbcda8eb
 DIST helm-4.0.4.tar.gz 1941252 BLAKE2B 
ee9fd027fcb4ba5d78e1d78e2e5f82daaf56b7a08af8e6bcdcd13d20479a4cc5393e70508f076dbcce5819cdad6a14a5fab688f9c30537c270cae960fb1aa28b
 SHA512 
15b5f819a54fb6027a4c037034362273a36273cc49138545242da94d15356b164c1e7029295c9ce6b4e02db993c2dc0895f385a45529d7d60060aa97dfe8c813

diff --git a/app-emacs/helm/helm-4.0.3.ebuild b/app-emacs/helm/helm-4.0.3.ebuild
deleted file mode 100644
index 6acc54b2350b..000000000000
--- a/app-emacs/helm/helm-4.0.3.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
-}

Reply via email to