summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-12-03 09:10:17 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-12-03 09:10:33 -0500
commite52f621e4c13638a9db1fd89c4706bdb1bd16c77 (patch)
tree2ef87f74b8412804113ff1a67781fad6b4df2f4a /app-emacs/multi-term/multi-term-1.3.ebuild
parentmedia-sound/qmmp: Update SVN repository for old ebuilds (diff)
downloadgentoo-e52f621e4c13638a9db1fd89c4706bdb1bd16c77.tar.gz
gentoo-e52f621e4c13638a9db1fd89c4706bdb1bd16c77.tar.bz2
gentoo-e52f621e4c13638a9db1fd89c4706bdb1bd16c77.zip
app-emacs/multi-term: new version v1.3.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emacs/multi-term/multi-term-1.3.ebuild')
-rw-r--r--app-emacs/multi-term/multi-term-1.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/multi-term/multi-term-1.3.ebuild b/app-emacs/multi-term/multi-term-1.3.ebuild
new file mode 100644
index 000000000000..e873ee4ac2d9
--- /dev/null
+++ b/app-emacs/multi-term/multi-term-1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Manage multiple terminal buffers in Emacs"
+HOMEPAGE="http://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"