summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-02-24 19:42:29 -0500
committerMichael Orlitzky <mjo@gentoo.org>2019-02-24 20:26:58 -0500
commit285b718acfccd3716a32ac90bb980591e9931c15 (patch)
tree4b47e441dd0f67156854c953939f3a87d07bb3f7 /app-emacs/multi-term/multi-term-1.4.ebuild
parentgui-{apps,libs,wm}: add metadata.xml to each new category (diff)
downloadgentoo-285b718acfccd3716a32ac90bb980591e9931c15.tar.gz
gentoo-285b718acfccd3716a32ac90bb980591e9931c15.tar.bz2
gentoo-285b718acfccd3716a32ac90bb980591e9931c15.zip
app-emacs/multi-term: new version 1.4.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emacs/multi-term/multi-term-1.4.ebuild')
-rw-r--r--app-emacs/multi-term/multi-term-1.4.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/multi-term/multi-term-1.4.ebuild b/app-emacs/multi-term/multi-term-1.4.ebuild
new file mode 100644
index 000000000000..ba6e80b9a9d1
--- /dev/null
+++ b/app-emacs/multi-term/multi-term-1.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Manage multiple terminal buffers in Emacs"
+HOMEPAGE="https://www.emacswiki.org/emacs/MultiTerm"
+# Taken from http://www.emacswiki.org/emacs/download/${PN}.el
+SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.el.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"