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: Thu, 01 Nov 2018 06:01:18
Message-Id: 1541051590.eb36c06d7d588d21fddf3506fde40245ed858b74.graaff@gentoo
1 commit: eb36c06d7d588d21fddf3506fde40245ed858b74
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 05:53:10 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 05:53:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb36c06d
7
8 app-emacs/with-editor: add 2.8.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-emacs/with-editor/Manifest | 1 +
14 app-emacs/with-editor/with-editor-2.8.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
18 index edd78ddb367..34c53458276 100644
19 --- a/app-emacs/with-editor/Manifest
20 +++ b/app-emacs/with-editor/Manifest
21 @@ -1,2 +1,3 @@
22 DIST with-editor-2.7.2.tar.gz 30121 BLAKE2B a610348a3a2b26059bf58b4b26fdb4e2edddcf70604db7c9d69d2050f4ed1ac745cf94638656339a915ac11a2abe0e8eee5fcb73c768747a8d14078931106332 SHA512 9d412928ce5234d3541d717b5b800312c82495f937088cb8308ff64ab92d2639ce078cdc8eb86d34b775a0e6567409249d58d94eb61183b82b5c19e2465905a7
23 DIST with-editor-2.7.4.tar.gz 30159 BLAKE2B 2e1e84dd1e4bd0c4f5c0e0bb8730e8c4327e58ae38ee445c4f7f365279f7b8293639be675e735e82fea15c0fa93ff7b02c18d0fdb81889d6b44459d40f7322ae SHA512 d35409bc761e5ee797ca758878365a11695e0e8558275e8dd8eb2b22c92b7ea92024a56c1adbab47d4b5e0cc49a2e6adf5e8d1f7fd3e784774dab39bdbf1d93c
24 +DIST with-editor-2.8.0.tar.gz 30519 BLAKE2B 80502d3839818e5d0277b0189b7c7b814eddae72007c4018500cf64136beaea3eccf23c147f02eaf734558c2f24e0dd7cb2a2a80c09e700df3e5ba1e911ba798 SHA512 15df8706754d61ab8d57f866cde54833ea3126915352ed7ebd5020224141a069a62a3872694f95fcff66be165310f8111e4d4c9a1717189686460e8264636b4c
25
26 diff --git a/app-emacs/with-editor/with-editor-2.8.0.ebuild b/app-emacs/with-editor/with-editor-2.8.0.ebuild
27 new file mode 100644
28 index 00000000000..ee9c6f1d011
29 --- /dev/null
30 +++ b/app-emacs/with-editor/with-editor-2.8.0.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
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 ~arm ~ppc64 ~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=""
53 +# Versions of magit before 2.5.0 bundled with-editor
54 +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
55 +DEPEND="${DEPEND} sys-apps/texinfo"