commit: ff27fad2ee8f640697ffd92968dc390c7cd8282c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 17:57:37 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 18:13:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff27fad2
app-emacs/with-editor: bump to 3.4.4 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/with-editor/Manifest | 1 + app-emacs/with-editor/with-editor-3.4.4.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest index 1ee881805baa..c73fd1aa4df1 100644 --- a/app-emacs/with-editor/Manifest +++ b/app-emacs/with-editor/Manifest @@ -1 +1,2 @@ DIST with-editor-3.4.3.tar.gz 34087 BLAKE2B 926a1e9e28e67bdbf2b1217ddee356af46399d8464a1f3f3bf4a328101f23dc23ae717a0923f5fc8da53437a1175193ce99ea2b807a3466a012cf0c9703fdad9 SHA512 f628617d2924ed05d901bea836c2174a88c88fa7bd5a2f4afc71e2f38d9853e5719cb74f2eeab46bab10d007ed9b74599824e16028735aa4f4be66745ae6f22a +DIST with-editor-3.4.4.gh.tar.gz 34309 BLAKE2B cd5b5f87b7388b0b139d479e9eaf50ff3c44305b9cee10d207c8d40c4754d4367de282cdc44038892e9abd534055e34bcd6deabb04abb8875167e4d2bc3d39f3 SHA512 ce93a5a2484cda5f98e0dbc38ea91e774fedc6f49ed30c77615d0f348120f23437010a8a5a7586b85c117d81464e6627d8275f2d91040febf1b668e9351fd0b3 diff --git a/app-emacs/with-editor/with-editor-3.4.4.ebuild b/app-emacs/with-editor/with-editor-3.4.4.ebuild new file mode 100644 index 000000000000..9f008b17729d --- /dev/null +++ b/app-emacs/with-editor/with-editor-3.4.4.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-30.1.0.0 +" +BDEPEND=" + ${RDEPEND} + sys-apps/texinfo +" + +DOCS=( ../README.org "../docs/${PN}.org" ) +ELISP_TEXINFO="../docs/*.texi" +SITEFILE="50${PN}-gentoo.el"
