commit: 53a3b01bcffaa9d3282fd232fb96fd6e76f5e293 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 8 20:00:08 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 8 21:19:39 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a3b01b
app-emacs/with-editor: bump to 3.4.8 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/with-editor/Manifest | 1 + app-emacs/with-editor/with-editor-3.4.8.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest index cc029f95dc34..8341ded44b66 100644 --- a/app-emacs/with-editor/Manifest +++ b/app-emacs/with-editor/Manifest @@ -1,2 +1,3 @@ DIST with-editor-3.4.6.gh.tar.gz 34061 BLAKE2B 5f34df82bcbcaa9a1965556fc32d1ce9450c193599a111eb43ac120382160e07a43bd4c2c46dcd64191c3f2adc1f4e402cafda6b144d70ebb17423293e96fc56 SHA512 b3dd069ff0157487932c97b51f9092fa41a0f90edf7504d403c451eb97aaf6c359d6cd9f3534bee4e5ce756cfd30d9b3a5a29ac92be342f7d56fe67632542e4e DIST with-editor-3.4.7.gh.tar.gz 33985 BLAKE2B 0e7007a24bd2ff19ae107ebab950ef5cf98048509d21fc7408f923dca7d4e8b3546e2119a8ef9bde531b96333d868d00f9b3973bd862a4eddd0fb28811cf0393 SHA512 a8727c1dc6b6460d8961dcbad42e53d27ca05c9d32f10fb0bd62bd3d5f95ab783e47dc5cb09fa1500a3cec8fb72dd4c4deffcb43a22036a1c7673b3604381c34 +DIST with-editor-3.4.8.gh.tar.gz 33836 BLAKE2B 6fd2074470f43c3f68a1d08a6a41fb1bf308fc7614dda52ae7bb2c580256430f8f366a65c700e3510ae0fe27c256cca0ca69b8651787dc3849abce32a52193b0 SHA512 ada13d99554beaaa95954579db42c26f5eca601f0c5d631d6edddebe7435d91748b27c8a3d1b016cbed609a606e7a0fb3aca8e346c4e30220a3aae1c94921f47 diff --git a/app-emacs/with-editor/with-editor-3.4.8.ebuild b/app-emacs/with-editor/with-editor-3.4.8.ebuild new file mode 100644 index 000000000000..c732d8e606eb --- /dev/null +++ b/app-emacs/with-editor/with-editor-3.4.8.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~ppc64 ~riscv ~x86" +fi + +S="${WORKDIR}/${P}/lisp" + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + app-emacs/compat +" +BDEPEND=" + ${RDEPEND} + sys-apps/texinfo +" + +DOCS=( ../README.org "../docs/${PN}.org" ) +ELISP_TEXINFO="../docs/*.texi" +SITEFILE="50${PN}-gentoo.el"
