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: Sun, 03 Jun 2018 05:36:01
Message-Id: 1528003285.5eef009b9c629f7eda795ccd3cb974c122cbe684.graaff@gentoo
1 commit: 5eef009b9c629f7eda795ccd3cb974c122cbe684
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 05:21:25 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 05:21:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eef009b
7
8 app-emacs/with-editor: add 2.7.3
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emacs/with-editor/Manifest | 1 +
13 app-emacs/with-editor/with-editor-2.7.3.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 8e0343249c8..3dcdd707f5c 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.6.0.tar.gz 28124 BLAKE2B b727fc645cba8c85e0ff688ffbb7fd165feeb3e2fe5033475d9f9b333435cdbb4bc6e0c05f862021c1cd32dcdf1c813a0d3a8fb6221a757c7cf4ee4853d40272 SHA512 454af6222f54b6695aedb085b6f9a4e60d4ebd9dd6047d67cba13087d3966670aa63358dff45633f3492152f6a15c4c1e92efbaaa787867fef9edcf8b14f690c
22 DIST with-editor-2.7.2.tar.gz 30121 BLAKE2B a610348a3a2b26059bf58b4b26fdb4e2edddcf70604db7c9d69d2050f4ed1ac745cf94638656339a915ac11a2abe0e8eee5fcb73c768747a8d14078931106332 SHA512 9d412928ce5234d3541d717b5b800312c82495f937088cb8308ff64ab92d2639ce078cdc8eb86d34b775a0e6567409249d58d94eb61183b82b5c19e2465905a7
23 +DIST with-editor-2.7.3.tar.gz 30133 BLAKE2B af4455f06f5aa867fa7b57222b62a060dd325bea8ef4b408177666914cb97a4f614f13daaf281fe9ca65b90e94dbda33fcb845e822e025ed8b415c4d0d01d3a9 SHA512 1c613e49bfe4a9812e69ec62d6518b29e59bfde84c83097323dfa3274da7fe4ff6431c0ebcbbc889c2237bc535d7cdb2ab7ab1dd171b26e553f03dcf71efd09c
24
25 diff --git a/app-emacs/with-editor/with-editor-2.7.3.ebuild b/app-emacs/with-editor/with-editor-2.7.3.ebuild
26 new file mode 100644
27 index 00000000000..e967a12c4df
28 --- /dev/null
29 +++ b/app-emacs/with-editor/with-editor-2.7.3.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +NEED_EMACS=24
36 +
37 +inherit elisp
38 +
39 +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
40 +HOMEPAGE="https://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=""
52 +# Versions of magit before 2.5.0 bundled with-editor
53 +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
54 +DEPEND="${DEPEND} sys-apps/texinfo"