summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/teco/teco-7-r2.ebuild')
-rw-r--r--app-emacs/teco/teco-7-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emacs/teco/teco-7-r2.ebuild b/app-emacs/teco/teco-7-r2.ebuild
new file mode 100644
index 000000000000..921d8d072be2
--- /dev/null
+++ b/app-emacs/teco/teco-7-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="TECO interpreter for GNU Emacs"
+HOMEPAGE="https://www.emacswiki.org/emacs/TECO"
+# taken from: https://www.emacswiki.org/emacs/teco.el
+SRC_URI="mirror://gentoo/${P}.el.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=("${FILESDIR}"/${P}-minibuffer-prompt.patch
+ "${FILESDIR}"/${P}-emacs-24.patch)
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="To be able to invoke Teco directly, define a keybinding
+ for teco:command in your ~/.emacs file, e.g.:
+ \\n\\t(global-set-key \"\\C-z\" 'teco:command)
+ \\nSee ${SITELISP}/${PN}/teco.el for documentation."