commit:     b6058e7b25f9e95a3ea155d9255e76e1a33e501a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 22:58:32 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 27 00:52:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6058e7b

app-emacs/helm: bump to 4.0.4

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

 app-emacs/helm/Manifest          |  1 +
 app-emacs/helm/helm-4.0.4.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index ad3992e6c333..347d762d9278 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/app-emacs/helm/helm-4.0.4.ebuild b/app-emacs/helm/helm-4.0.4.ebuild
new file mode 100644
index 000000000000..84989e6ddc10
--- /dev/null
+++ b/app-emacs/helm/helm-4.0.4.ebuild
@@ -0,0 +1,49 @@
+# 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