From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/
Date: Sat, 16 Aug 2025 22:08:46 +0000 (UTC) [thread overview]
Message-ID: <1755382123.c19fe6954813a73cfa22a26d4a75ebc650e45e04.xgqt@gentoo> (raw)
commit: c19fe6954813a73cfa22a26d4a75ebc650e45e04
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 16:07:14 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=c19fe695
app-emacs/helm: bump to 4.0.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/helm/Manifest | 1 +
app-emacs/helm/helm-4.0.5.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 851a900feca8..7ea2e5767744 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1 +1,2 @@
DIST helm-4.0.4.tar.gz 1941252 BLAKE2B ee9fd027fcb4ba5d78e1d78e2e5f82daaf56b7a08af8e6bcdcd13d20479a4cc5393e70508f076dbcce5819cdad6a14a5fab688f9c30537c270cae960fb1aa28b SHA512 15b5f819a54fb6027a4c037034362273a36273cc49138545242da94d15356b164c1e7029295c9ce6b4e02db993c2dc0895f385a45529d7d60060aa97dfe8c813
+DIST helm-4.0.5.tar.gz 1947087 BLAKE2B df5515661d3e81a634518c41bd6166e044343597272233d7a6516f4ff03b7609e64f8e47d8c3c057a85266e28081a3d44a1e22d4ec2e0bb3c62cf677abd78595 SHA512 2d73a3e41eefeb3ba5b1f24be77609cf9c1fe51fb8dc65214cc08baeddc911854f9eb3067e4425dda8731d35620fb27291de59774e02326b6d245c317d7545d4
diff --git a/app-emacs/helm/helm-4.0.5.ebuild b/app-emacs/helm/helm-4.0.5.ebuild
new file mode 100644
index 000000000000..35caef13447c
--- /dev/null
+++ b/app-emacs/helm/helm-4.0.5.ebuild
@@ -0,0 +1,47 @@
+# 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}"
+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
+ dobin ./emacs-helm.sh
+}
next reply other threads:[~2025-08-16 22:08 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 22:08 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-20 20:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/ Maciej Barć
2025-10-19 14:53 Arthur Zamarin
2025-10-03 20:35 Maciej Barć
2025-10-03 17:05 Sam James
2025-09-09 21:26 Maciej Barć
2025-08-16 22:08 Maciej Barć
2025-08-16 22:08 Maciej Barć
2025-08-07 22:22 Sam James
2025-07-04 5:18 Arthur Zamarin
2025-06-27 0:52 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-04-05 17:08 Arthur Zamarin
2025-03-24 12:03 Sam James
2025-03-24 11:46 Sam James
2025-02-25 23:12 Maciej Barć
2025-02-20 18:33 Maciej Barć
2024-10-07 17:36 Sam James
2024-07-09 2:56 Sam James
2024-06-04 15:17 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-05-18 3:19 Sam James
2024-05-18 3:19 Sam James
2024-04-14 21:57 Maciej Barć
2024-02-06 8:17 Sam James
2024-01-06 18:42 Maciej Barć
2024-01-06 9:02 Sam James
2023-11-23 15:12 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-10-19 22:35 Sam James
2023-10-01 18:07 Arthur Zamarin
2023-09-13 18:31 Maciej Barć
2023-09-13 18:31 Maciej Barć
2023-09-10 14:35 Sam James
2023-08-20 11:29 Maciej Barć
2023-08-11 3:26 Sam James
2023-08-07 11:31 Maciej Barć
2023-08-07 11:31 Maciej Barć
2023-07-10 18:56 Maciej Barć
2023-07-10 18:56 Maciej Barć
2023-07-10 18:56 Maciej Barć
2023-07-10 18:56 Maciej Barć
2022-12-22 13:06 Sam James
2022-12-11 2:37 Sam James
2022-11-13 14:08 Maciej Barć
2022-09-07 13:15 Agostino Sarubbo
2022-08-03 23:24 Maciej Barć
2022-08-03 23:24 Maciej Barć
2022-07-06 9:45 Maciej Barć
2022-06-16 10:16 Jakov Smolić
2022-06-16 9:48 Ulrich Müller
2022-03-27 9:25 Matthew Smith
2022-03-19 7:53 Agostino Sarubbo
2022-02-14 17:21 Matthew Smith
2021-10-10 15:33 Agostino Sarubbo
2021-07-04 12:46 Ulrich Müller
2019-12-16 20:16 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1755382123.c19fe6954813a73cfa22a26d4a75ebc650e45e04.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox