GNU bug report logs - #44086
[PATCH] gnu: emacs-evil: Add info page.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 19 Oct 2020 22:06:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44086: closed ([PATCH] gnu: emacs-evil: Add info page.)
Date: Tue, 20 Oct 2020 06:43:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 20 Oct 2020 09:42:11 +0300
with message-id <87d01do0u4.fsf <at> gmail.com>
and subject line Re: [bug#44086] [PATCH] gnu: emacs-evil: Add info page.
has caused the debbugs.gnu.org bug report #44086,
regarding [PATCH] gnu: emacs-evil: Add info page.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
44086: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44086
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: emacs-evil: Add info page.
Date: Tue, 20 Oct 2020 00:05:50 +0200
* gnu/packages/emacs-xyz.scm (emacs-evil): Add info page.
[arguments]: Add phase make-info.
[native-inputs]: Add texinfo.
---
 gnu/packages/emacs-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5acb8ce6ec..41f76132a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9392,8 +9392,14 @@ news items, openrc and runscripts.")
            (lambda _
              (substitute* "evil-test-helpers.el"
                (("\\(undo-tree-mode 1\\)") ""))
-             #t)))))
+             #t))
+         (add-before 'install 'make-info
+           (lambda _
+             (chdir "doc/build/texinfo")
+             (invoke "makeinfo" "--no-split"
+                     "-o" "evil.info" "evil.texi"))))))
     (build-system emacs-build-system)
+    (native-inputs `(("texinfo" ,texinfo)))
     (home-page "https://github.com/emacs-evil/evil")
     (synopsis "Extensible Vi layer for Emacs")
     (description
-- 
2.28.0



[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 44086-done <at> debbugs.gnu.org
Subject: Re: [bug#44086] [PATCH] gnu: emacs-evil: Add info page.
Date: Tue, 20 Oct 2020 09:42:11 +0300
[Message part 4 (text/plain, inline)]
Hi,

Michael Rohleder <mike <at> rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-evil): Add info page.
> [arguments]: Add phase make-info.
> [native-inputs]: Add texinfo.
> ---
>  gnu/packages/emacs-xyz.scm | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
[…]

Pushed to master with "with-directory-excursion" instead of "chdir":
[Message part 5 (text/x-patch, attachment)]
[Message part 6 (text/plain, inline)]
Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.