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 0F76B138335 for ; Fri, 10 Aug 2018 06:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C70C4E08BD; Fri, 10 Aug 2018 06:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8EAB6E08BD for ; Fri, 10 Aug 2018 06:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D815B335C8C for ; Fri, 10 Aug 2018 06:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFCCD398 for ; Fri, 10 Aug 2018 06:22:53 +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: <1533882161.5e3ee0a508a71cbc4090d86e09e3a5c124566034.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/files/, app-emacs/vm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch app-emacs/vm/vm-8.2.0_beta-r1.ebuild app-emacs/vm/vm-8.2.0_beta.ebuild X-VCS-Directories: app-emacs/vm/files/ app-emacs/vm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5e3ee0a508a71cbc4090d86e09e3a5c124566034 X-VCS-Branch: master Date: Fri, 10 Aug 2018 06:22:53 +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-Archives-Salt: 875c3202-9d81-410b-b0b4-fd68b9181a33 X-Archives-Hash: 0ba920ea21609b1ffe92be0137b7467d commit: 5e3ee0a508a71cbc4090d86e09e3a5c124566034 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 10 06:22:02 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 10 06:22:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3ee0a5 app-emacs/vm: Fix function definition in vm-pcrisis.el. Bug: https://bugs.gentoo.org/652952 Package-Manager: Portage-2.3.45, Repoman-2.3.10 app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch | 13 +++++++++++++ .../{vm-8.2.0_beta.ebuild => vm-8.2.0_beta-r1.ebuild} | 18 +++++++++--------- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch new file mode 100644 index 00000000000..2cec28e046f --- /dev/null +++ b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/652952 + +--- vm-8.2.0b-orig/lisp/vm-pcrisis.el ++++ vm-8.2.0b/lisp/vm-pcrisis.el +@@ -1214,7 +1214,7 @@ + ;; Functions for vmpc-conditions: + ;; ------------------------------------------------------------------- + +-(defun vmpc-none-true-yet (&optional &rest exceptions) ++(defun vmpc-none-true-yet (&rest exceptions) + "True if none of the previous evaluated conditions was true. + This is a condition that can appear in `vmpc-conditions'. If EXCEPTIONS are + specified, it means none were true except those. For example, if you wanted diff --git a/app-emacs/vm/vm-8.2.0_beta.ebuild b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild similarity index 83% rename from app-emacs/vm/vm-8.2.0_beta.ebuild rename to app-emacs/vm/vm-8.2.0_beta-r1.ebuild index 2ed8bc2e6aa..0cdf2674f88 100644 --- a/app-emacs/vm/vm-8.2.0_beta.ebuild +++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit elisp eutils +inherit elisp MY_PV="${PV/_beta/b}" MY_P="${PN}-${MY_PV}" @@ -17,22 +17,22 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="bbdb ssl" DEPEND="bbdb? (