commit:     6c2f1305f23f6a4d0214aaf6f14482be1644cf23
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 12:46:59 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 13:07:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2f1305

app-emacs/with-editor: bump to 3.3.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/with-editor/Manifest                 |  1 +
 app-emacs/with-editor/with-editor-3.3.2.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index 27c75697f376..cf594579db30 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,2 +1,3 @@
 DIST with-editor-3.3.0.tar.gz 33250 BLAKE2B 
6dab10a489c2592a32091e708c7f4c7e4c80794569e0fdcef14407cc83e067ace4a2efb29c97ecf40e1d0f5f2557f7ecc78992e1a65e10ed1c39e812431ff0bc
 SHA512 
1e703f0793068f4080ab9af553a682ffb8897d95d0fc61668773c9ff380a0ba966e6f458f2428269c4c113c8ec296472b15a3459dad7f01549fc3387a080fda0
 DIST with-editor-3.3.1.tar.gz 33258 BLAKE2B 
9de704d2d8bf8dc2ab444d4205c21ef710cace84c670d4d84a29f0403f4424e5310049959df4f63a79e64480671a8605a497e71cfee2dc12f4f42c65656a234d
 SHA512 
861659f0dbd696ced43e6d6ff903096bc83fb6f3bb911db11985e47b215f5c00659a454250c618c65140a3c8058011746b3f7a1b8c25f6641368864aa196b77f
+DIST with-editor-3.3.2.tar.gz 33273 BLAKE2B 
865890ae4dcb350ca35722e5761ce8c7a4216f94ea92a7be3f26ffea52d3d60c9d9653a330d643ff7468e6e0339d0730d0a7890fbbdd911a57e891daf54ddf8e
 SHA512 
9ee8f36da6e1735aedf9fb0dcf6480de649e3e2daebedd5fc1edf8a9f528046c269cc0bbe182d4cf33180ab11c4af3a794c49cfd2aaff9ddbddcd51b9c1fec21

diff --git a/app-emacs/with-editor/with-editor-3.3.2.ebuild 
b/app-emacs/with-editor/with-editor-3.3.2.ebuild
new file mode 100644
index 000000000000..fd92a8464661
--- /dev/null
+++ b/app-emacs/with-editor/with-editor-3.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 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/";
+SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+S="${WORKDIR}"/${P}/lisp
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+       >=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+       ${RDEPEND}
+       sys-apps/texinfo
+"
+
+DOCS=( ../README.org ../docs/${PN}.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"

Reply via email to