commit: 5cd3aa1ddbee079f70cf40c1bc4a6d03b46c71b5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Sep 9 20:29:02 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Sep 9 21:26:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd3aa1d
app-emacs/with-editor: bump to 3.4.6 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/with-editor/Manifest | 1 + app-emacs/with-editor/with-editor-3.4.6.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest index f9670a047477..a714f9aca261 100644 --- a/app-emacs/with-editor/Manifest +++ b/app-emacs/with-editor/Manifest @@ -1,2 +1,3 @@ DIST with-editor-3.4.4.gh.tar.gz 34309 BLAKE2B cd5b5f87b7388b0b139d479e9eaf50ff3c44305b9cee10d207c8d40c4754d4367de282cdc44038892e9abd534055e34bcd6deabb04abb8875167e4d2bc3d39f3 SHA512 ce93a5a2484cda5f98e0dbc38ea91e774fedc6f49ed30c77615d0f348120f23437010a8a5a7586b85c117d81464e6627d8275f2d91040febf1b668e9351fd0b3 DIST with-editor-3.4.5.gh.tar.gz 34357 BLAKE2B 9f45c8e63f06a4bed4809149c51e3989e8f1a12e0dd5467f1e7dd7151c9ba4f01e38fbfe4e2bc497a9ac138d37a684735c052b8dfb593b82224d83d7396d259b SHA512 3d27f031d7a12cf9f8c378104c2af2886b8423c950156329c1c1ca020e5c1872ff66d95ab3ad79912afa2dfa0f8d73b13d32850a88804b643db5a082e84b1d89 +DIST with-editor-3.4.6.gh.tar.gz 34061 BLAKE2B 5f34df82bcbcaa9a1965556fc32d1ce9450c193599a111eb43ac120382160e07a43bd4c2c46dcd64191c3f2adc1f4e402cafda6b144d70ebb17423293e96fc56 SHA512 b3dd069ff0157487932c97b51f9092fa41a0f90edf7504d403c451eb97aaf6c359d6cd9f3534bee4e5ce756cfd30d9b3a5a29ac92be342f7d56fe67632542e4e diff --git a/app-emacs/with-editor/with-editor-3.4.6.ebuild b/app-emacs/with-editor/with-editor-3.4.6.ebuild new file mode 100644 index 000000000000..a41415cea096 --- /dev/null +++ b/app-emacs/with-editor/with-editor-3.4.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2025 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 ~amd64-linux ~x86-linux" +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"
