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:22
Message-Id: 1541051446.175b295661f7a714b5b8fdf4da82f811536eca73.graaff@gentoo
1 commit: 175b295661f7a714b5b8fdf4da82f811536eca73
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 05:50:46 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 05:50:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175b2956
7
8 app-emacs/with-editor: cleanup
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 | 2 --
14 app-emacs/with-editor/with-editor-2.6.0.ebuild | 24 ------------------------
15 app-emacs/with-editor/with-editor-2.7.3.ebuild | 24 ------------------------
16 3 files changed, 50 deletions(-)
17
18 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
19 index 3d083719fe1..edd78ddb367 100644
20 --- a/app-emacs/with-editor/Manifest
21 +++ b/app-emacs/with-editor/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST with-editor-2.6.0.tar.gz 28124 BLAKE2B b727fc645cba8c85e0ff688ffbb7fd165feeb3e2fe5033475d9f9b333435cdbb4bc6e0c05f862021c1cd32dcdf1c813a0d3a8fb6221a757c7cf4ee4853d40272 SHA512 454af6222f54b6695aedb085b6f9a4e60d4ebd9dd6047d67cba13087d3966670aa63358dff45633f3492152f6a15c4c1e92efbaaa787867fef9edcf8b14f690c
24 DIST with-editor-2.7.2.tar.gz 30121 BLAKE2B a610348a3a2b26059bf58b4b26fdb4e2edddcf70604db7c9d69d2050f4ed1ac745cf94638656339a915ac11a2abe0e8eee5fcb73c768747a8d14078931106332 SHA512 9d412928ce5234d3541d717b5b800312c82495f937088cb8308ff64ab92d2639ce078cdc8eb86d34b775a0e6567409249d58d94eb61183b82b5c19e2465905a7
25 -DIST with-editor-2.7.3.tar.gz 30133 BLAKE2B af4455f06f5aa867fa7b57222b62a060dd325bea8ef4b408177666914cb97a4f614f13daaf281fe9ca65b90e94dbda33fcb845e822e025ed8b415c4d0d01d3a9 SHA512 1c613e49bfe4a9812e69ec62d6518b29e59bfde84c83097323dfa3274da7fe4ff6431c0ebcbbc889c2237bc535d7cdb2ab7ab1dd171b26e553f03dcf71efd09c
26 DIST with-editor-2.7.4.tar.gz 30159 BLAKE2B 2e1e84dd1e4bd0c4f5c0e0bb8730e8c4327e58ae38ee445c4f7f365279f7b8293639be675e735e82fea15c0fa93ff7b02c18d0fdb81889d6b44459d40f7322ae SHA512 d35409bc761e5ee797ca758878365a11695e0e8558275e8dd8eb2b22c92b7ea92024a56c1adbab47d4b5e0cc49a2e6adf5e8d1f7fd3e784774dab39bdbf1d93c
27
28 diff --git a/app-emacs/with-editor/with-editor-2.6.0.ebuild b/app-emacs/with-editor/with-editor-2.6.0.ebuild
29 deleted file mode 100644
30 index 075601caf82..00000000000
31 --- a/app-emacs/with-editor/with-editor-2.6.0.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -NEED_EMACS=24
39 -
40 -inherit elisp
41 -
42 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
43 -HOMEPAGE="https://magit.vc/manual/with-editor"
44 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 -
50 -SITEFILE="50${PN}-gentoo.el"
51 -ELISP_TEXINFO="*.texi"
52 -DOCS="README.md with-editor.org"
53 -
54 -DEPEND=""
55 -# Versions of magit before 2.5.0 bundled with-editor
56 -RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
57 -DEPEND="${DEPEND} sys-apps/texinfo"
58
59 diff --git a/app-emacs/with-editor/with-editor-2.7.3.ebuild b/app-emacs/with-editor/with-editor-2.7.3.ebuild
60 deleted file mode 100644
61 index 3bfe3dca845..00000000000
62 --- a/app-emacs/with-editor/with-editor-2.7.3.ebuild
63 +++ /dev/null
64 @@ -1,24 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -NEED_EMACS=24
70 -
71 -inherit elisp
72 -
73 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
74 -HOMEPAGE="https://magit.vc/manual/with-editor"
75 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 -
77 -LICENSE="GPL-3+"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
80 -
81 -SITEFILE="50${PN}-gentoo.el"
82 -ELISP_TEXINFO="*.texi"
83 -DOCS="README.md with-editor.org"
84 -
85 -DEPEND=""
86 -# Versions of magit before 2.5.0 bundled with-editor
87 -RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
88 -DEPEND="${DEPEND} sys-apps/texinfo"