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, 16 Sep 2020 06:32:47
Message-Id: 1600237954.f76c30cdee4f8cd7df215ff6c0cc7198403e7a70.graaff@gentoo
1 commit: f76c30cdee4f8cd7df215ff6c0cc7198403e7a70
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 06:32:34 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 06:32:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76c30cd
7
8 app-emacs/with-editor: add 2.9.4
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 app-emacs/with-editor/Manifest | 1 +
14 app-emacs/with-editor/with-editor-2.9.4.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
18 index f7ee33f93c8..17cc001ba68 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.8.3.tar.gz 30648 BLAKE2B 8989f8506fb58c1f54efa4fcb72fa8ddd477c0c73d82672028bdb027f74093b62c44ab5a545cd9db2e0e3222bf461e605aebc805112c5ae8486c224b22806c26 SHA512 389aa084f7dfb7f7b59a37802441718e20ee70d88b9af9631b1fc547e4c3238d053bb2b3ef50a4e6332fc3befae183a49d55b3c7bd7719a149cf83001d23810c
23 DIST with-editor-2.9.2.tar.gz 31201 BLAKE2B 9aa1edbf217b7b1f0d1755f74526d4623d71eb3b66654b774d84a0faac9e3b39e2b8c511db23b15a151e263f0944e08aad07a1c3cba92aa309cf9e63b97b61ed SHA512 040028dd47cc5aaef5f0324fa8e4f53e55578b69efd55d0904e357f6cce2b69243b51d22bed8d56fc19649621446edca72fc11a3c7f4342056ce76d02f3a0502
24 +DIST with-editor-2.9.4.tar.gz 31639 BLAKE2B 9a9dddc7f4470d06fc3d94c7a41d034483f6143cb38c1cbded3ec4c760799da6f7a85b474e113a976a57db4ed609200f6395b48dedea2d805e3d7b1a9ec9ecb0 SHA512 017d9d815bb1ead3331e0f8d8c89cdc5646fb5e37ecbf7c1f4c8e7003e23acce21187d0a22e483a293096796b76f0bd1403d1e58bc02d212ecdf01bbc4329802
25
26 diff --git a/app-emacs/with-editor/with-editor-2.9.4.ebuild b/app-emacs/with-editor/with-editor-2.9.4.ebuild
27 new file mode 100644
28 index 00000000000..246c2876e63
29 --- /dev/null
30 +++ b/app-emacs/with-editor/with-editor-2.9.4.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
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 ~arm64 ~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 +RDEPEND="${DEPEND}"
54 +DEPEND="${DEPEND} sys-apps/texinfo"