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, 08 Oct 2021 05:49:09
Message-Id: 1633671968.746a7257f7618ade684c051d9023becf1039fc84.graaff@gentoo
1 commit: 746a7257f7618ade684c051d9023becf1039fc84
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 05:46:08 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 05:46:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746a7257
7
8 app-emacs/with-editor: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 app-emacs/with-editor/Manifest | 2 --
14 app-emacs/with-editor/with-editor-2.9.2.ebuild | 23 -----------------------
15 app-emacs/with-editor/with-editor-2.9.4.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
19 index 69008e570ba..c4fad9e7bc7 100644
20 --- a/app-emacs/with-editor/Manifest
21 +++ b/app-emacs/with-editor/Manifest
22 @@ -1,6 +1,4 @@
23 DIST with-editor-2.8.3.tar.gz 30648 BLAKE2B 8989f8506fb58c1f54efa4fcb72fa8ddd477c0c73d82672028bdb027f74093b62c44ab5a545cd9db2e0e3222bf461e605aebc805112c5ae8486c224b22806c26 SHA512 389aa084f7dfb7f7b59a37802441718e20ee70d88b9af9631b1fc547e4c3238d053bb2b3ef50a4e6332fc3befae183a49d55b3c7bd7719a149cf83001d23810c
24 -DIST with-editor-2.9.2.tar.gz 31201 BLAKE2B 9aa1edbf217b7b1f0d1755f74526d4623d71eb3b66654b774d84a0faac9e3b39e2b8c511db23b15a151e263f0944e08aad07a1c3cba92aa309cf9e63b97b61ed SHA512 040028dd47cc5aaef5f0324fa8e4f53e55578b69efd55d0904e357f6cce2b69243b51d22bed8d56fc19649621446edca72fc11a3c7f4342056ce76d02f3a0502
25 -DIST with-editor-2.9.4.tar.gz 31639 BLAKE2B 9a9dddc7f4470d06fc3d94c7a41d034483f6143cb38c1cbded3ec4c760799da6f7a85b474e113a976a57db4ed609200f6395b48dedea2d805e3d7b1a9ec9ecb0 SHA512 017d9d815bb1ead3331e0f8d8c89cdc5646fb5e37ecbf7c1f4c8e7003e23acce21187d0a22e483a293096796b76f0bd1403d1e58bc02d212ecdf01bbc4329802
26 DIST with-editor-3.0.2.tar.gz 31992 BLAKE2B ca7d63d07f44243a0d6218b02d5a96b01e92e07ad5c515fc74f3aaa08b78f2114410cfc634b17ac8d342381d679787c2608a526b5147ed29f2a45a5e1c513685 SHA512 3040358f5cb78c89a110fabed62c9693c2c69b742cd42d603fa3de6d3b1fcee693a1e7bf052b9e5a3da1e3f935911d4a054f14430367012a713caf1541ec9f6c
27 DIST with-editor-3.0.4.tar.gz 31998 BLAKE2B 9ad3311d24e791a4fd4d4a8ce190386a714393465569bc65d0b8bd4222bb98b33cc1d85c05acd3be0c8d273b6faf3e9c482f94be3af476cf847c4bfe777165be SHA512 bc51bee024dda578794a263798d07e1c216b8d4e2cc3f039226186bab1ed48e95d0ec57be0e4c0d5f0e8a4b1c2033647722f4f4c47bc404c9ab17c63aa5dbbe2
28 DIST with-editor-3.0.5.tar.gz 31985 BLAKE2B 9d4bda1f4e7ae3ec5c9014b0e7a74bf703e9b80990b138ef6108275c9a117611d542e1dad03bb8537c7e8e3ffbbf3aac433bb4d3fe5eb07378f27dc1579a13ca SHA512 cc60a69ebfbb7d802a7bc64b56bf866111799b5a2a3140dd203bc3a4257756f558e81169b418bce2daa91e7aab7feb4d22115fcedf9efe46026745c4e3cf0268
29
30 diff --git a/app-emacs/with-editor/with-editor-2.9.2.ebuild b/app-emacs/with-editor/with-editor-2.9.2.ebuild
31 deleted file mode 100644
32 index 246c2876e63..00000000000
33 --- a/app-emacs/with-editor/with-editor-2.9.2.ebuild
34 +++ /dev/null
35 @@ -1,23 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -NEED_EMACS=24
41 -
42 -inherit elisp
43 -
44 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
45 -HOMEPAGE="https://magit.vc/manual/with-editor"
46 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
51 -
52 -SITEFILE="50${PN}-gentoo.el"
53 -ELISP_TEXINFO="*.texi"
54 -DOCS="README.md with-editor.org"
55 -
56 -DEPEND=""
57 -RDEPEND="${DEPEND}"
58 -DEPEND="${DEPEND} sys-apps/texinfo"
59
60 diff --git a/app-emacs/with-editor/with-editor-2.9.4.ebuild b/app-emacs/with-editor/with-editor-2.9.4.ebuild
61 deleted file mode 100644
62 index 246c2876e63..00000000000
63 --- a/app-emacs/with-editor/with-editor-2.9.4.ebuild
64 +++ /dev/null
65 @@ -1,23 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -NEED_EMACS=24
71 -
72 -inherit elisp
73 -
74 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
75 -HOMEPAGE="https://magit.vc/manual/with-editor"
76 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
77 -
78 -LICENSE="GPL-3+"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
81 -
82 -SITEFILE="50${PN}-gentoo.el"
83 -ELISP_TEXINFO="*.texi"
84 -DOCS="README.md with-editor.org"
85 -
86 -DEPEND=""
87 -RDEPEND="${DEPEND}"
88 -DEPEND="${DEPEND} sys-apps/texinfo"