Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/teco/files/, app-emacs/teco/
Date: Tue, 01 Oct 2019 13:49:23
Message-Id: 1569937745.5558f887801e48aae47444b308b19f503169bbe7.ulm@gentoo
1 commit: 5558f887801e48aae47444b308b19f503169bbe7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 13:46:45 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 13:49:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5558f887
7
8 app-emacs/teco: Bump EAPI to 7.
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/teco/files/teco-7-emacs-24.patch | 4 ++--
14 app-emacs/teco/files/teco-7-minibuffer-prompt.patch | 4 ++--
15 app-emacs/teco/{teco-7-r1.ebuild => teco-7-r2.ebuild} | 12 ++++++------
16 3 files changed, 10 insertions(+), 10 deletions(-)
17
18 diff --git a/app-emacs/teco/files/teco-7-emacs-24.patch b/app-emacs/teco/files/teco-7-emacs-24.patch
19 index 0b3251919dd..d0cda4d90fd 100644
20 --- a/app-emacs/teco/files/teco-7-emacs-24.patch
21 +++ b/app-emacs/teco/files/teco-7-emacs-24.patch
22 @@ -1,5 +1,5 @@
23 ---- teco.el
24 -+++ teco.el
25 +--- a/teco.el
26 ++++ b/teco.el
27 @@ -312,7 +312,7 @@
28 "Return string describing the version of Teco. When called interactively,
29 displays the version."
30
31 diff --git a/app-emacs/teco/files/teco-7-minibuffer-prompt.patch b/app-emacs/teco/files/teco-7-minibuffer-prompt.patch
32 index f46fadc98a3..4d8328198fb 100644
33 --- a/app-emacs/teco/files/teco-7-minibuffer-prompt.patch
34 +++ b/app-emacs/teco/files/teco-7-minibuffer-prompt.patch
35 @@ -1,5 +1,5 @@
36 ---- teco.el
37 -+++ teco.el
38 +--- a/teco.el
39 ++++ b/teco.el
40 @@ -2213,9 +2213,11 @@
41 (define-key teco:command-keymap "/" 'teco:command-slash)
42 (define-key teco:command-keymap "*" 'teco:command-star)
43
44 diff --git a/app-emacs/teco/teco-7-r1.ebuild b/app-emacs/teco/teco-7-r2.ebuild
45 similarity index 70%
46 rename from app-emacs/teco/teco-7-r1.ebuild
47 rename to app-emacs/teco/teco-7-r2.ebuild
48 index ef2a0ac6508..921d8d072be 100644
49 --- a/app-emacs/teco/teco-7-r1.ebuild
50 +++ b/app-emacs/teco/teco-7-r2.ebuild
51 @@ -1,21 +1,21 @@
52 -# Copyright 1999-2013 Gentoo Foundation
53 +# Copyright 1999-2019 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=5
57 +EAPI=7
58
59 -inherit readme.gentoo elisp
60 +inherit elisp readme.gentoo-r1
61
62 DESCRIPTION="TECO interpreter for GNU Emacs"
63 HOMEPAGE="https://www.emacswiki.org/emacs/TECO"
64 -# taken from: http://www.emacswiki.org/emacs/teco.el
65 +# taken from: https://www.emacswiki.org/emacs/teco.el
66 SRC_URI="mirror://gentoo/${P}.el.bz2"
67
68 LICENSE="public-domain"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71
72 -ELISP_PATCHES="${P}-minibuffer-prompt.patch
73 - ${P}-emacs-24.patch"
74 +PATCHES=("${FILESDIR}"/${P}-minibuffer-prompt.patch
75 + "${FILESDIR}"/${P}-emacs-24.patch)
76 SITEFILE="50${PN}-gentoo.el"
77 DOC_CONTENTS="To be able to invoke Teco directly, define a keybinding
78 for teco:command in your ~/.emacs file, e.g.: