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/
Date: Mon, 22 Aug 2016 05:59:03
Message-Id: 1471845224.a59a7239245f929f3e85d13d58daf63ad8856850.graaff@gentoo
1 commit: a59a7239245f929f3e85d13d58daf63ad8856850
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 05:53:44 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 05:53:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59a7239
7
8 app-emacs/with-editor: add 2.5.2
9
10 Package-Manager: portage-2.2.28
11
12 app-emacs/with-editor/Manifest | 1 +
13 app-emacs/with-editor/with-editor-2.5.2.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
17 index 1e71429..4d26f74 100644
18 --- a/app-emacs/with-editor/Manifest
19 +++ b/app-emacs/with-editor/Manifest
20 @@ -1 +1,2 @@
21 DIST with-editor-2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
22 +DIST with-editor-2.5.2.tar.gz 27207 SHA256 6a06af51d1a43a6b02a2f0e63fe8102ad27bd57af27dff2d08e53c8bb970a74c SHA512 11599853eb184254fe5f55d6613d47d22d582bc5b571fcbcf877dee4bbe6b97cf2c4c1fa790b5233e6e3402f8f6961906e0a5146953522d6df31cfbf0b7b1eb0 WHIRLPOOL e5c722a65a755c703a018e108b16e68cc62d482a40e85e9c754e1454ae65aa18d99c6507cfafb9374e07512007a30fd1f60f1ca4b70ceff649cf43149b8f281a
23
24 diff --git a/app-emacs/with-editor/with-editor-2.5.2.ebuild b/app-emacs/with-editor/with-editor-2.5.2.ebuild
25 new file mode 100644
26 index 0000000..baafa23
27 --- /dev/null
28 +++ b/app-emacs/with-editor/with-editor-2.5.2.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +NEED_EMACS=24
36 +
37 +inherit elisp
38 +
39 +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
40 +HOMEPAGE="http://magit.vc/manual/with-editor"
41 +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 +
47 +SITEFILE="50${PN}-gentoo.el"
48 +ELISP_TEXINFO="*.texi"
49 +DOCS="README.md with-editor.org"
50 +
51 +DEPEND=">=app-emacs/dash-2.13.0"
52 +# Versions of magit before 2.5.0 bundled with-editor
53 +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"