From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 495A0138334 for ; Tue, 1 Oct 2019 13:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ABC5E0882; Tue, 1 Oct 2019 13:49:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 540EDE0882 for ; Tue, 1 Oct 2019 13:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31D4534B734 for ; Tue, 1 Oct 2019 13:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7815D4D3 for ; Tue, 1 Oct 2019 13:49:19 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1569937745.5558f887801e48aae47444b308b19f503169bbe7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/teco/files/, app-emacs/teco/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/teco/files/teco-7-emacs-24.patch app-emacs/teco/files/teco-7-minibuffer-prompt.patch app-emacs/teco/teco-7-r1.ebuild app-emacs/teco/teco-7-r2.ebuild X-VCS-Directories: app-emacs/teco/files/ app-emacs/teco/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5558f887801e48aae47444b308b19f503169bbe7 X-VCS-Branch: master Date: Tue, 1 Oct 2019 13:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 957e523f-a237-4474-ae72-a79b030e8f7e X-Archives-Hash: 3fffa1ecade21aac0d8593bb3536e988 commit: 5558f887801e48aae47444b308b19f503169bbe7 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 1 13:46:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 1 13:49:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5558f887 app-emacs/teco: Bump EAPI to 7. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/teco/files/teco-7-emacs-24.patch | 4 ++-- app-emacs/teco/files/teco-7-minibuffer-prompt.patch | 4 ++-- app-emacs/teco/{teco-7-r1.ebuild => teco-7-r2.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 0b3251919dd..d0cda4d90fd 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 f46fadc98a3..4d8328198fb 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 similarity index 70% rename from app-emacs/teco/teco-7-r1.ebuild rename to app-emacs/teco/teco-7-r2.ebuild index ef2a0ac6508..921d8d072be 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.: