public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/
Date: Tue, 25 Feb 2025 23:12:46 +0000 (UTC)	[thread overview]
Message-ID: <1740525163.771355e4175fbe815fba4aca7bb9fd258318a969.xgqt@gentoo> (raw)

commit:     771355e4175fbe815fba4aca7bb9fd258318a969
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 22:35:45 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 23:12:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771355e4

app-emacs/helm: bump to 4.0.2

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

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

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index fa0d55a5d1f1..3db47d6c6a7a 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
 DIST helm-4.0.1.tar.gz 1933447 BLAKE2B efbc4640cc3167e734e54474d8da9684fbaa1947d9db7e387e8df4e249d7e26c5b65120391c8fc3bee26c46a546d949833e0f0f64db9cca9b7456914c70b0fdc SHA512 5dae4fbe8cdc7b1cdf5ae4f26e99ca1e63fff0e25c2c4c516dd10d4a97268bcfa918302b6bd25fc46364df60eee80f33341d9fc03327e5c4d817b91d662f171d
+DIST helm-4.0.2.tar.gz 1935290 BLAKE2B 18b41920db2f5cfad1e679ebe4d653adff21b66a10564d112f7fcbeced6bb7cd46604a861b9c47ea88c986e837255f35f25a36d40175b4b50816c304d15c68ce SHA512 1167c82be3ebec9b699d24d58f98726a45d79709361064cba1d86b02503954181df1d4d3a3b28f05579fa98dfb553a87eee94f6f6a22409b0e93e51828477e5b
 DIST helm-4.0.tar.gz 2391038 BLAKE2B b3bd0c3736bb20218ed88afda39cebed4853a43915dd9e857d57f459f5531f565435aba19e71a196b808db58d56f54dda1ae9916697f7025055c4b9471df19a1 SHA512 70563293cdd9212ed46bcb13a2dcdb2c669a66314676a34d99102ca517c5e27c6937926c2c063fa1826d7eca4c0c9f61146067d684ca34ac1dacd3d977a0bd77

diff --git a/app-emacs/helm/helm-4.0.2.ebuild b/app-emacs/helm/helm-4.0.2.ebuild
new file mode 100644
index 000000000000..84989e6ddc10
--- /dev/null
+++ b/app-emacs/helm/helm-4.0.2.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	other threads:[~2025-02-25 23:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-25 23:12 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-05 17:08 [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/ Arthur Zamarin
2025-03-24 12:03 Sam James
2025-03-24 11:46 Sam James
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=1740525163.771355e4175fbe815fba4aca7bb9fd258318a969.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