From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/, app-emacs/gnuserv/files/
Date: Thu, 17 Oct 2019 13:49:44 +0000 (UTC) [thread overview]
Message-ID: <1571320151.9a2a5852bd8272c58b95e839e4d5c8d10c2a0c46.ulm@gentoo> (raw)
commit: 9a2a5852bd8272c58b95e839e4d5c8d10c2a0c46
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 13:39:42 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:49:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2a5852
app-emacs/gnuserv: Fix backquotes patch.
This is mostly cosmetic, because the affected code in gnuserv-compat.el
won't be called in current Emacs versions. Therefore committing this
straight to stable.
Bump EAPI to 7.
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch | 4 ++--
.../gnuserv/{gnuserv-3.12.8-r4.ebuild => gnuserv-3.12.8-r5.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch b/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch
index a16124821dd..fa31ac2e401 100644
--- a/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch
+++ b/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch
@@ -7,10 +7,10 @@ Use new-style backquotes, to make it compile with Emacs 27.
nil)
(defmacro defcustom (var value doc &rest args)
- (` (defvar (, var) (, value) (, doc))))
-+ `(defvar (, var) (, value) (, doc)))
++ `(defvar ,var ,value ,doc))
(defmacro defface (var value doc &rest args)
- (` (make-face (, var))))
-+ `(make-face (, var)))
++ `(make-face ,var))
(defmacro define-widget (&rest args)
nil)))
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
similarity index 97%
rename from app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild
rename to app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
index b7852e0d263..94972c40cfd 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit elisp multilib desktop xdg-utils
next reply other threads:[~2019-10-17 13:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-17 13:49 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-09 20:01 [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/, app-emacs/gnuserv/files/ Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1571320151.9a2a5852bd8272c58b95e839e4d5c8d10c2a0c46.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox