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: Wed, 15 Feb 2017 06:19:41
Message-Id: 1487139481.e1f030cef608369e0ffe11dc4161490058d5c28c.graaff@gentoo
1 commit: e1f030cef608369e0ffe11dc4161490058d5c28c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 06:18:01 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 06:18:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f030ce
7
8 app-emacs/with-editor: add 2.5.10
9
10 Package-Manager: portage-2.3.3
11
12 app-emacs/with-editor/Manifest | 1 +
13 app-emacs/with-editor/with-editor-2.5.10.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 5559e1b2ad..9d2ee2aa57 100644
18 --- a/app-emacs/with-editor/Manifest
19 +++ b/app-emacs/with-editor/Manifest
20 @@ -1,2 +1,3 @@
21 +DIST with-editor-2.5.10.tar.gz 28081 SHA256 c7a849ed827e830f0092695d6b99dce9fad5e1a87e6f0cf1fe7379f860505d53 SHA512 797c7d905eeb4d7398dfba10e4a9b7e7729098a87e48dd75c14fd80f1dd9c5a9693033367a0a9788c4b6c6cc3aa8d2a6ef66ac8bddd24457a61c830887e66a59 WHIRLPOOL bc57ec45d64f4c587fbba2bd847b27ad41ec79dca5745ddd1034005d5c4d48546692bc9dabe723e453ab807a7bc070598701761d7d65fde6d4f2357364376fe5
22 DIST with-editor-2.5.8.tar.gz 27978 SHA256 56b2216fb316af5c7673589405a0a7e545a2414a9991374ad95ef15f2a68f0b5 SHA512 abd42a096e3318cc25576b240df1ed670de327afabe675d3df12780c392779f33b88e7a76d125f31cf37e3b22eda88391329c73d21ccc834e611893e759ea3e0 WHIRLPOOL 3b6c47ab250a892d31a7108d668ab14729ab8b37662f20c89450193613d3f5824df54720d3a23cd4b3c1afdf9b02ab462feb29528335d602b999daec161554d5
23 DIST with-editor-2.5.9.tar.gz 28072 SHA256 f0772410e280cf7926d145bcc8c43643141afefa3aa97fa2cfc08c8cbdfdce7e SHA512 2a4c06aea89a52f706c80d3a6cb2ddc628daec13ef8a491ab6bc983d6eed66cde4ef7406d4374959a74c66940bffb28d476ad18e914f958ce0f3fcae828b1f90 WHIRLPOOL 2a596ecae7b1a259547fb8037b216bb9033f4b42defc00793b996b2951c3e74e3dc2b8e2198f71bb1ffd9082d802f6b691b8921c1c564e047319d0a099926f45
24
25 diff --git a/app-emacs/with-editor/with-editor-2.5.10.ebuild b/app-emacs/with-editor/with-editor-2.5.10.ebuild
26 new file mode 100644
27 index 0000000000..deb073303e
28 --- /dev/null
29 +++ b/app-emacs/with-editor/with-editor-2.5.10.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +NEED_EMACS=24
37 +
38 +inherit elisp
39 +
40 +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
41 +HOMEPAGE="https://magit.vc/manual/with-editor"
42 +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 +
48 +SITEFILE="50${PN}-gentoo.el"
49 +ELISP_TEXINFO="*.texi"
50 +DOCS="README.md with-editor.org"
51 +
52 +DEPEND=">=app-emacs/dash-2.13.0"
53 +# Versions of magit before 2.5.0 bundled with-editor
54 +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"