diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-02-02 07:24:53 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-02-02 07:25:21 +0100 |
commit | 38cb45886b064444352ec3b3b5b77d34b498de8e (patch) | |
tree | 85ebb8c92d68588041f357a50a7de0afb08ba086 /app-emacs | |
parent | app-emacs/magit: add 2.4.1 (diff) | |
download | gentoo-38cb45886b064444352ec3b3b5b77d34b498de8e.tar.gz gentoo-38cb45886b064444352ec3b3b5b77d34b498de8e.tar.bz2 gentoo-38cb45886b064444352ec3b3b5b77d34b498de8e.zip |
app-emacs/with-editor: initial import of 2.5.0
New dependency for app-emacs/magit
This was distributed within magit up to version 2.4.1.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/with-editor/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/with-editor/files/50with-editor-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/with-editor/metadata.xml | 18 | ||||
-rw-r--r-- | app-emacs/with-editor/with-editor-2.5.0.ebuild | 20 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest new file mode 100644 index 000000000000..ab254a99c03e --- /dev/null +++ b/app-emacs/with-editor/Manifest @@ -0,0 +1 @@ +DIST v2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2 diff --git a/app-emacs/with-editor/files/50with-editor-gentoo.el b/app-emacs/with-editor/files/50with-editor-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/with-editor/files/50with-editor-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/with-editor/metadata.xml b/app-emacs/with-editor/metadata.xml new file mode 100644 index 000000000000..dabf564478f9 --- /dev/null +++ b/app-emacs/with-editor/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> + This library makes it possible to reliably use the Emacsclient as + the $EDITOR of child processes. It makes sure that they know how to + call home. For remote processes a substitute is provided, which + communicates with Emacs on standard output/input instead of using a + socket as the Emacsclient does. +</longdescription> +<upstream> + <remote-id type="github">magit/with-editor</remote-id> +</upstream> +</pkgmetadata> diff --git a/app-emacs/with-editor/with-editor-2.5.0.ebuild b/app-emacs/with-editor/with-editor-2.5.0.ebuild new file mode 100644 index 000000000000..89959239ce91 --- /dev/null +++ b/app-emacs/with-editor/with-editor-2.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +HOMEPAGE="http://magit.vc/manual/with-editor" +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="*.texi" +DOCS="README.md with-editor.org" |