repo/gentoo:master commit in: app-emacs/with-editor/
Maciej BarÄ <[email protected]> Mon, 03 Aug 2026 11:33:53 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785756825.8aa402e2d54e0ce1bbc42b4b12bd0374ecaf55aa.xgqt@gentoo> |
commit: 8aa402e2d54e0ce1bbc42b4b12bd0374ecaf55aa
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 11:05:29 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 11:33:45 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa402e2
app-emacs/with-editor: bump to 3.5.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/with-editor/Manifest | 1 +
app-emacs/with-editor/with-editor-3.5.3.ebuild | 40 ++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index 000a111e8ba7..d9ce970052c9 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,3 +1,4 @@
DIST with-editor-3.5.0.gh.tar.gz 33999 BLAKE2B 728da994838b1ef26e3564f8ea195948ce72ad67b7c1c321701b044d7582262cb79410812fc57250ec75c72f6dd8b6b09f6bde66f05c1ee3e9ffb25c0b8fdeeb SHA512 e5af8be708f4ca010e352befc5c0e3bc735ddc81db0da790ee1f5eafe141892ba206245c5bfac6b0eae74266950880231a5c02be0f0ee8ecfa0d057d4ecea4e1
DIST with-editor-3.5.1.gh.tar.gz 34146 BLAKE2B 44f3477a4f8ccc0ae703cb51b51388880477524cbf0c3d1132a6a6de78a393087d88d9ad9c6fa3f4e18829c7e799c17133958e5f55ce90f08491310fb27e93a8 SHA512 093b52360e3631300e29c03f356f5f3ccbabd343573dac263d8def242e07456c269a45f2be788e8136d65f95042d179d15e5635c405c9fd73b6fbb28b36ad17f
DIST with-editor-3.5.2.gh.tar.gz 34294 BLAKE2B 11e93ea60f1536b1f5ee5e84678505489cc9c0ab96f06d01354bda2e0190ea9a48944747734c7add5ca138510f9d6eb080772987c0b96c15ec0a47a818fdc9ef SHA512 6b56c45e742e773a405a4f80ad274ecc9172c7b6d388758384debd89c9c55432b1f45ade6e857b3d1c2fa3f7380bb510af7b96a1112d1dad79f25d38c86a68ba
+DIST with-editor-3.5.3.gh.tar.gz 35768 BLAKE2B d05d77257ebad6d62638564408f3fe92c80df09e82d77bd6b919fdbd25c63375332198242b7002bada3cd15da7fc50471f4730060043d24f714bc89ead7f667e SHA512 177c51ba0ea256927b08118372299462f16241fd6da351e8f97448639c0405efdd720e06a3eab87188acc1cc1eef37486c58f951267ba844f16d017830b11d91
diff --git a/app-emacs/with-editor/with-editor-3.5.3.ebuild b/app-emacs/with-editor/with-editor-3.5.3.ebuild
new file mode 100644
index 000000000000..b4c5862d67f4
--- /dev/null
+++ b/app-emacs/with-editor/with-editor-3.5.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+NEED_EMACS="28.1"
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/with-editor/
+ https://github.com/magit/with-editor/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-31.0
+ >=app-emacs/cond-let-1.1
+ >=app-emacs/llama-1.0
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../CHANGELOG ../README.org "../docs/${PN}.org" )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"