commit:     012eed3888ae1fc387c34611e3ad3b17e92a2704
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 22:22:19 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=012eed38

app-emacs/helm: bump to 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 insertions(+)

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

diff --git a/app-emacs/helm/helm-4.0.3.ebuild b/app-emacs/helm/helm-4.0.3.ebuild
new file mode 100644
index 000000000000..84989e6ddc10
--- /dev/null
+++ b/app-emacs/helm/helm-4.0.3.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