app-emacs/with-editor: x86 stable (bug #677078)
[gentoo.git] / app-emacs / with-editor / with-editor-2.7.4.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 NEED_EMACS=24
6
7 inherit elisp
8
9 DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
10 HOMEPAGE="https://magit.vc/manual/with-editor"
11 SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-3+"
14 SLOT="0"
15 KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
16
17 SITEFILE="50${PN}-gentoo.el"
18 ELISP_TEXINFO="*.texi"
19 DOCS="README.md with-editor.org"
20
21 DEPEND=""
22 # Versions of magit before 2.5.0 bundled with-editor
23 RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
24 DEPEND="${DEPEND} sys-apps/texinfo"