Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/files/, app-emacs/with-editor/
Date: Tue, 02 Feb 2016 06:25:39
Message-Id: 1454394321.38cb45886b064444352ec3b3b5b77d34b498de8e.graaff@gentoo
1 commit: 38cb45886b064444352ec3b3b5b77d34b498de8e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 06:24:53 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 06:25:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cb4588
7
8 app-emacs/with-editor: initial import of 2.5.0
9
10 New dependency for app-emacs/magit
11
12 This was distributed within magit up to version 2.4.1.
13
14 Package-Manager: portage-2.2.26
15
16 app-emacs/with-editor/Manifest | 1 +
17 app-emacs/with-editor/files/50with-editor-gentoo.el | 1 +
18 app-emacs/with-editor/metadata.xml | 18 ++++++++++++++++++
19 app-emacs/with-editor/with-editor-2.5.0.ebuild | 20 ++++++++++++++++++++
20 4 files changed, 40 insertions(+)
21
22 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
23 new file mode 100644
24 index 0000000..ab254a9
25 --- /dev/null
26 +++ b/app-emacs/with-editor/Manifest
27 @@ -0,0 +1 @@
28 +DIST v2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
29
30 diff --git a/app-emacs/with-editor/files/50with-editor-gentoo.el b/app-emacs/with-editor/files/50with-editor-gentoo.el
31 new file mode 100644
32 index 0000000..431f7e9
33 --- /dev/null
34 +++ b/app-emacs/with-editor/files/50with-editor-gentoo.el
35 @@ -0,0 +1 @@
36 +(add-to-list 'load-path "@SITELISP@")
37
38 diff --git a/app-emacs/with-editor/metadata.xml b/app-emacs/with-editor/metadata.xml
39 new file mode 100644
40 index 0000000..dabf564
41 --- /dev/null
42 +++ b/app-emacs/with-editor/metadata.xml
43 @@ -0,0 +1,18 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 +<maintainer type="project">
48 + <email>gnu-emacs@g.o</email>
49 + <name>Gentoo GNU Emacs project</name>
50 +</maintainer>
51 +<longdescription>
52 + This library makes it possible to reliably use the Emacsclient as
53 + the $EDITOR of child processes. It makes sure that they know how to
54 + call home. For remote processes a substitute is provided, which
55 + communicates with Emacs on standard output/input instead of using a
56 + socket as the Emacsclient does.
57 +</longdescription>
58 +<upstream>
59 + <remote-id type="github">magit/with-editor</remote-id>
60 +</upstream>
61 +</pkgmetadata>
62
63 diff --git a/app-emacs/with-editor/with-editor-2.5.0.ebuild b/app-emacs/with-editor/with-editor-2.5.0.ebuild
64 new file mode 100644
65 index 0000000..8995923
66 --- /dev/null
67 +++ b/app-emacs/with-editor/with-editor-2.5.0.ebuild
68 @@ -0,0 +1,20 @@
69 +# Copyright 1999-2016 Gentoo Foundation
70 +# Distributed under the terms of the GNU General Public License v2
71 +# $Id$
72 +
73 +EAPI=5
74 +NEED_EMACS=24
75 +
76 +inherit elisp
77 +
78 +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
79 +HOMEPAGE="http://magit.vc/manual/with-editor"
80 +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz"
81 +
82 +LICENSE="GPL-3+"
83 +SLOT="0"
84 +KEYWORDS="~amd64 ~x86"
85 +
86 +SITEFILE="50${PN}-gentoo.el"
87 +ELISP_TEXINFO="*.texi"
88 +DOCS="README.md with-editor.org"