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: Fri, 31 May 2019 05:06:36
Message-Id: 1559279126.001b4b88ab009b04fcf78580234740c7484ce065.graaff@gentoo
1 commit: 001b4b88ab009b04fcf78580234740c7484ce065
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 05:01:25 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 05:05:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001b4b88
7
8 app-emacs/with-editor: add 2.8.3
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 app-emacs/with-editor/Manifest | 1 +
14 app-emacs/with-editor/with-editor-2.8.3.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 34c53458276..a0b98fa44e2 100644
19 --- a/app-emacs/with-editor/Manifest
20 +++ b/app-emacs/with-editor/Manifest
21 @@ -1,3 +1,4 @@
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 +DIST with-editor-2.8.3.tar.gz 30648 BLAKE2B 8989f8506fb58c1f54efa4fcb72fa8ddd477c0c73d82672028bdb027f74093b62c44ab5a545cd9db2e0e3222bf461e605aebc805112c5ae8486c224b22806c26 SHA512 389aa084f7dfb7f7b59a37802441718e20ee70d88b9af9631b1fc547e4c3238d053bb2b3ef50a4e6332fc3befae183a49d55b3c7bd7719a149cf83001d23810c
26
27 diff --git a/app-emacs/with-editor/with-editor-2.8.3.ebuild b/app-emacs/with-editor/with-editor-2.8.3.ebuild
28 new file mode 100644
29 index 00000000000..f7155f29d71
30 --- /dev/null
31 +++ b/app-emacs/with-editor/with-editor-2.8.3.ebuild
32 @@ -0,0 +1,24 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +NEED_EMACS=24
38 +
39 +inherit elisp
40 +
41 +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
42 +HOMEPAGE="https://magit.vc/manual/with-editor"
43 +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
48 +
49 +SITEFILE="50${PN}-gentoo.el"
50 +ELISP_TEXINFO="*.texi"
51 +DOCS="README.md with-editor.org"
52 +
53 +DEPEND=""
54 +# Versions of magit before 2.5.0 bundled with-editor
55 +RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
56 +DEPEND="${DEPEND} sys-apps/texinfo"