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: Mon, 06 Feb 2017 15:08:57
Message-Id: 1486393692.347b26b34e5073c39666bacb25f288fbd40c811f.graaff@gentoo
1 commit: 347b26b34e5073c39666bacb25f288fbd40c811f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 14:09:49 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 15:08:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347b26b3
7
8 app-emacs/with-editor: cleanup
9
10 Package-Manager: portage-2.3.3
11
12 app-emacs/with-editor/Manifest | 2 --
13 app-emacs/with-editor/with-editor-2.5.0-r1.ebuild | 23 ----------------------
14 app-emacs/with-editor/with-editor-2.5.0-r2.ebuild | 24 -----------------------
15 app-emacs/with-editor/with-editor-2.5.2.ebuild | 24 -----------------------
16 4 files changed, 73 deletions(-)
17
18 diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
19 index ab3e771..5559e1b 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.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
24 -DIST with-editor-2.5.2.tar.gz 27207 SHA256 6a06af51d1a43a6b02a2f0e63fe8102ad27bd57af27dff2d08e53c8bb970a74c SHA512 11599853eb184254fe5f55d6613d47d22d582bc5b571fcbcf877dee4bbe6b97cf2c4c1fa790b5233e6e3402f8f6961906e0a5146953522d6df31cfbf0b7b1eb0 WHIRLPOOL e5c722a65a755c703a018e108b16e68cc62d482a40e85e9c754e1454ae65aa18d99c6507cfafb9374e07512007a30fd1f60f1ca4b70ceff649cf43149b8f281a
25 DIST with-editor-2.5.8.tar.gz 27978 SHA256 56b2216fb316af5c7673589405a0a7e545a2414a9991374ad95ef15f2a68f0b5 SHA512 abd42a096e3318cc25576b240df1ed670de327afabe675d3df12780c392779f33b88e7a76d125f31cf37e3b22eda88391329c73d21ccc834e611893e759ea3e0 WHIRLPOOL 3b6c47ab250a892d31a7108d668ab14729ab8b37662f20c89450193613d3f5824df54720d3a23cd4b3c1afdf9b02ab462feb29528335d602b999daec161554d5
26 DIST with-editor-2.5.9.tar.gz 28072 SHA256 f0772410e280cf7926d145bcc8c43643141afefa3aa97fa2cfc08c8cbdfdce7e SHA512 2a4c06aea89a52f706c80d3a6cb2ddc628daec13ef8a491ab6bc983d6eed66cde4ef7406d4374959a74c66940bffb28d476ad18e914f958ce0f3fcae828b1f90 WHIRLPOOL 2a596ecae7b1a259547fb8037b216bb9033f4b42defc00793b996b2951c3e74e3dc2b8e2198f71bb1ffd9082d802f6b691b8921c1c564e047319d0a099926f45
27
28 diff --git a/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild b/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
29 deleted file mode 100644
30 index 91902d2..00000000
31 --- a/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -NEED_EMACS=24
40 -
41 -inherit elisp
42 -
43 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
44 -HOMEPAGE="http://magit.vc/manual/with-editor"
45 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -SITEFILE="50${PN}-gentoo.el"
52 -ELISP_TEXINFO="*.texi"
53 -DOCS="README.md with-editor.org"
54 -
55 -# Versions of magit before 2.5.0 bundled with-editor
56 -RDEPEND="!!<app-emacs/magit-2.5.0"
57
58 diff --git a/app-emacs/with-editor/with-editor-2.5.0-r2.ebuild b/app-emacs/with-editor/with-editor-2.5.0-r2.ebuild
59 deleted file mode 100644
60 index fde71ea..00000000
61 --- a/app-emacs/with-editor/with-editor-2.5.0-r2.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -NEED_EMACS=24
70 -
71 -inherit elisp
72 -
73 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
74 -HOMEPAGE="http://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 ~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=">=app-emacs/dash-2.12.1"
86 -# Versions of magit before 2.5.0 bundled with-editor
87 -RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
88
89 diff --git a/app-emacs/with-editor/with-editor-2.5.2.ebuild b/app-emacs/with-editor/with-editor-2.5.2.ebuild
90 deleted file mode 100644
91 index baafa23..00000000
92 --- a/app-emacs/with-editor/with-editor-2.5.2.ebuild
93 +++ /dev/null
94 @@ -1,24 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -NEED_EMACS=24
101 -
102 -inherit elisp
103 -
104 -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
105 -HOMEPAGE="http://magit.vc/manual/with-editor"
106 -SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
107 -
108 -LICENSE="GPL-3+"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
111 -
112 -SITEFILE="50${PN}-gentoo.el"
113 -ELISP_TEXINFO="*.texi"
114 -DOCS="README.md with-editor.org"
115 -
116 -DEPEND=">=app-emacs/dash-2.13.0"
117 -# Versions of magit before 2.5.0 bundled with-editor
118 -RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"