summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-12-07 07:43:06 +0100
committerHans de Graaff <graaff@gentoo.org>2016-12-07 08:03:55 +0100
commit4bdd4b9b54dfb614018c6b759a5082688cce13d6 (patch)
tree73ee33d0ac03845cbd28fa6b64d06718853c4086 /app-emacs
parentdev-ruby/logue: add 1.0.4 (diff)
downloadgentoo-4bdd4b9b54dfb614018c6b759a5082688cce13d6.tar.gz
gentoo-4bdd4b9b54dfb614018c6b759a5082688cce13d6.tar.bz2
gentoo-4bdd4b9b54dfb614018c6b759a5082688cce13d6.zip
app-emacs/with-editor: add 2.5.8
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/with-editor/Manifest1
-rw-r--r--app-emacs/with-editor/with-editor-2.5.8.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index 4d26f74e32c2..92a89258ebab 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,2 +1,3 @@
DIST with-editor-2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d333323d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
DIST with-editor-2.5.2.tar.gz 27207 SHA256 6a06af51d1a43a6b02a2f0e63fe8102ad27bd57af27dff2d08e53c8bb970a74c SHA512 11599853eb184254fe5f55d6613d47d22d582bc5b571fcbcf877dee4bbe6b97cf2c4c1fa790b5233e6e3402f8f6961906e0a5146953522d6df31cfbf0b7b1eb0 WHIRLPOOL e5c722a65a755c703a018e108b16e68cc62d482a40e85e9c754e1454ae65aa18d99c6507cfafb9374e07512007a30fd1f60f1ca4b70ceff649cf43149b8f281a
+DIST with-editor-2.5.8.tar.gz 27978 SHA256 56b2216fb316af5c7673589405a0a7e545a2414a9991374ad95ef15f2a68f0b5 SHA512 abd42a096e3318cc25576b240df1ed670de327afabe675d3df12780c392779f33b88e7a76d125f31cf37e3b22eda88391329c73d21ccc834e611893e759ea3e0 WHIRLPOOL 3b6c47ab250a892d31a7108d668ab14729ab8b37662f20c89450193613d3f5824df54720d3a23cd4b3c1afdf9b02ab462feb29528335d602b999daec161554d5
diff --git a/app-emacs/with-editor/with-editor-2.5.8.ebuild b/app-emacs/with-editor/with-editor-2.5.8.ebuild
new file mode 100644
index 000000000000..baafa239405d
--- /dev/null
+++ b/app-emacs/with-editor/with-editor-2.5.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="http://magit.vc/manual/with-editor"
+SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md with-editor.org"
+
+DEPEND=">=app-emacs/dash-2.13.0"
+# Versions of magit before 2.5.0 bundled with-editor
+RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"