diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-31 07:01:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-31 07:05:26 +0200 |
commit | 001b4b88ab009b04fcf78580234740c7484ce065 (patch) | |
tree | 1c47428c04dea4d60f9a006c566a8ad590e40c87 /app-emacs/with-editor/with-editor-2.8.3.ebuild | |
parent | app-emacs/puppet-mode: add new snapshot with puppet bolt support (diff) | |
download | gentoo-001b4b88ab009b04fcf78580234740c7484ce065.tar.gz gentoo-001b4b88ab009b04fcf78580234740c7484ce065.tar.bz2 gentoo-001b4b88ab009b04fcf78580234740c7484ce065.zip |
app-emacs/with-editor: add 2.8.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'app-emacs/with-editor/with-editor-2.8.3.ebuild')
-rw-r--r-- | app-emacs/with-editor/with-editor-2.8.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/with-editor/with-editor-2.8.3.ebuild b/app-emacs/with-editor/with-editor-2.8.3.ebuild new file mode 100644 index 000000000000..f7155f29d718 --- /dev/null +++ b/app-emacs/with-editor/with-editor-2.8.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +HOMEPAGE="https://magit.vc/manual/with-editor" +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="*.texi" +DOCS="README.md with-editor.org" + +DEPEND="" +# Versions of magit before 2.5.0 bundled with-editor +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}" +DEPEND="${DEPEND} sys-apps/texinfo" |