From d76b6613e545057331e9273ddd21e68d28d9e402 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 26 Aug 2023 21:58:12 +0100 Subject: gentoo auto-resync : 26:08:2023 - 21:58:11 --- app-emacs/with-editor/with-editor-3.3.1.ebuild | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-emacs/with-editor/with-editor-3.3.1.ebuild (limited to 'app-emacs/with-editor/with-editor-3.3.1.ebuild') diff --git a/app-emacs/with-editor/with-editor-3.3.1.ebuild b/app-emacs/with-editor/with-editor-3.3.1.ebuild new file mode 100644 index 000000000000..fd92a8464661 --- /dev/null +++ b/app-emacs/with-editor/with-editor-3.3.1.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" -- cgit v1.2.3