unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38869] [PATCH] gnu: Add emacs-monky.
@ 2020-01-02  7:46 LaFreniere, Joseph
  2020-01-09 22:22 ` bug#38869: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2020-01-02  7:46 UTC (permalink / raw)
  To: 38869

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-monky.patch --]
[-- Type: text/x-patch, Size: 1775 bytes --]

From 675fbf18c7e3306fba978de7d1505d5a3057cd30 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Thu, 2 Jan 2020 01:43:21 -0600
Subject: [PATCH] gnu: Add emacs-monky.

* gnu/packages/emacs-xyz.scm (emacs-monky): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 125acfdf16..4b2f73bee4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7935,6 +7935,32 @@ pasting into and from @code{tmux} paste buffers.")
 to search.")
       (license license:gpl3+))))
 
+(define-public emacs-monky
+  (package
+    (name "emacs-monky")
+    (version "0.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ananthakumaran/monky.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1fgn7al4zwz2k5wb5dy3byqg9lsrjk9fra341mxh5ma2pfwxjgps"))))
+    (build-system emacs-build-system)
+    (home-page "https://ananthakumaran.in/monky/index.html")
+    (arguments
+     `(#:tests? #t
+       #:test-command '("emacs" "--batch"
+                        "-l" "test/monky-unit-test.el"
+                        "-f" "ert-run-tests-batch-and-exit")))
+    (synopsis "Interactive interface for the Mercurial version control system")
+    (description
+     "Monky provides an Emacs interface for Mercurial (Hg).  Using Monky, you
+can selectively commit files, view the diffs, and other things.")
+    (license license:gpl3+)))
+
 (define-public emacs-monroe
   (package
     (name "emacs-monroe")
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38869: [PATCH] gnu: Add emacs-monky.
  2020-01-02  7:46 [bug#38869] [PATCH] gnu: Add emacs-monky LaFreniere, Joseph
@ 2020-01-09 22:22 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-01-09 22:22 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 38869-done

Hi,

"LaFreniere, Joseph" <joseph@lafreniere.xyz> skribis:

>>From 675fbf18c7e3306fba978de7d1505d5a3057cd30 Mon Sep 17 00:00:00 2001
> From: Joseph LaFreniere <joseph@lafreniere.xyz>
> Date: Thu, 2 Jan 2020 01:43:21 -0600
> Subject: [PATCH] gnu: Add emacs-monky.
>
> * gnu/packages/emacs-xyz.scm (emacs-monky): New variable.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-09 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02  7:46 [bug#38869] [PATCH] gnu: Add emacs-monky LaFreniere, Joseph
2020-01-09 22:22 ` bug#38869: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).