diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-01 15:46:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-01 15:49:05 +0200 |
commit | 5558f887801e48aae47444b308b19f503169bbe7 (patch) | |
tree | 8fcaee148afc998b046312ec759c82cf9958ed6a /app-emacs | |
parent | media-sound/ardour: revert slot and desktop entry to 5. Bug 695448 (diff) | |
download | gentoo-5558f887801e48aae47444b308b19f503169bbe7.tar.gz gentoo-5558f887801e48aae47444b308b19f503169bbe7.tar.bz2 gentoo-5558f887801e48aae47444b308b19f503169bbe7.zip |
app-emacs/teco: Bump EAPI to 7.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/teco/files/teco-7-emacs-24.patch | 4 | ||||
-rw-r--r-- | app-emacs/teco/files/teco-7-minibuffer-prompt.patch | 4 | ||||
-rw-r--r-- | app-emacs/teco/teco-7-r2.ebuild (renamed from app-emacs/teco/teco-7-r1.ebuild) | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/app-emacs/teco/files/teco-7-emacs-24.patch b/app-emacs/teco/files/teco-7-emacs-24.patch index 0b3251919ddb..d0cda4d90fd4 100644 --- a/app-emacs/teco/files/teco-7-emacs-24.patch +++ b/app-emacs/teco/files/teco-7-emacs-24.patch @@ -1,5 +1,5 @@ ---- teco.el -+++ teco.el +--- a/teco.el ++++ b/teco.el @@ -312,7 +312,7 @@ "Return string describing the version of Teco. When called interactively, displays the version." diff --git a/app-emacs/teco/files/teco-7-minibuffer-prompt.patch b/app-emacs/teco/files/teco-7-minibuffer-prompt.patch index f46fadc98a39..4d8328198fbb 100644 --- a/app-emacs/teco/files/teco-7-minibuffer-prompt.patch +++ b/app-emacs/teco/files/teco-7-minibuffer-prompt.patch @@ -1,5 +1,5 @@ ---- teco.el -+++ teco.el +--- a/teco.el ++++ b/teco.el @@ -2213,9 +2213,11 @@ (define-key teco:command-keymap "/" 'teco:command-slash) (define-key teco:command-keymap "*" 'teco:command-star) diff --git a/app-emacs/teco/teco-7-r1.ebuild b/app-emacs/teco/teco-7-r2.ebuild index ef2a0ac6508f..921d8d072be2 100644 --- a/app-emacs/teco/teco-7-r1.ebuild +++ b/app-emacs/teco/teco-7-r2.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit readme.gentoo elisp +inherit elisp readme.gentoo-r1 DESCRIPTION="TECO interpreter for GNU Emacs" HOMEPAGE="https://www.emacswiki.org/emacs/TECO" -# taken from: http://www.emacswiki.org/emacs/teco.el +# taken from: https://www.emacswiki.org/emacs/teco.el SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -ELISP_PATCHES="${P}-minibuffer-prompt.patch - ${P}-emacs-24.patch" +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.: |