From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/
Date: Mon, 7 Aug 2023 11:31:39 +0000 (UTC) [thread overview]
Message-ID: <1691407895.d84d541747d5005755c4e17313d8eb81655781f9.xgqt@gentoo> (raw)
commit: d84d541747d5005755c4e17313d8eb81655781f9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:11:00 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:31:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d5417
app-emacs/helm: bump to 3.9.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/helm/Manifest | 1 +
app-emacs/helm/helm-3.9.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 2647060c4101..15715550bf35 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1,3 @@
DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a SHA512 bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708
DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b SHA512 7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7
+DIST helm-3.9.3.tar.gz 2373295 BLAKE2B ff34d5a68a1e25571c734185a37843d958b859096c22ca0222b64fb684a6de607d11b08f7beaa618f0017126c744f7f12dfe9d3ea03757874e485f4bdb5c2fc8 SHA512 4c1cce5eb93f89f388fb5da6a813f819867db6bc965ca378a788eaa5bf17c577b20034be9df57691737662d34809da4d86532b8b98765d6f102f84ee2169e80b
diff --git a/app-emacs/helm/helm-3.9.3.ebuild b/app-emacs/helm/helm-3.9.3.ebuild
new file mode 100644
index 000000000000..76671b3b26bc
--- /dev/null
+++ b/app-emacs/helm/helm-3.9.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 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/"
+SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-emacs/async
+ app-emacs/popup
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp-compile *.el
+ elisp-make-autoload-file
+}
+
+src_install() {
+ elisp_src_install
+
+ exeinto /usr/bin/
+ doexe emacs-helm.sh
+}
next reply other threads:[~2023-08-07 11:31 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 11:31 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:36 [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/ 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-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=1691407895.d84d541747d5005755c4e17313d8eb81655781f9.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