all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34129] [PATCH] gnu: Add emacs-magit-gerrit.
@ 2019-01-19  3:42 Maxim Cournoyer
  2019-01-22 21:48 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2019-01-19  3:42 UTC (permalink / raw)
  To: 34129

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

From 5b7c68203c3311e1e282414353d0bbf442744c20 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Fri, 18 Jan 2019 22:23:59 -0500
Subject: [PATCH] gnu: Add emacs-magit-gerrit.

* gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): 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 e6f81d05f..6c7a7facf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10131,6 +10131,32 @@ time is being spent during Emacs startup in order to optimize startup time.")
   ;; A new mpv backend is included in Emms from 5.0.
   (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
 
+(define-public emacs-magit-gerrit
+  (let ((version "0.3")
+        (revision "1")
+        (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
+    (package
+      (name "emacs-magit-gerrit")
+      (version (git-version version revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/terranpro/magit-gerrit.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-magit" ,emacs-magit)))
+      (home-page "https://github.com/terranpro/magit-gerrit")
+      (synopsis "Magit extension for Gerrit")
+      (description "This Magit extension provides integration with Gerrit,
+which makes it possible to conduct Gerrit code reviews directly from within
+Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-magit-org-todos-el
   (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
     (package
-- 
2.20.1

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

* [bug#34129] [PATCH] gnu: Add emacs-magit-gerrit.
  2019-01-19  3:42 [bug#34129] [PATCH] gnu: Add emacs-magit-gerrit Maxim Cournoyer
@ 2019-01-22 21:48 ` Ludovic Courtès
  2019-01-23 13:02   ` bug#34129: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-01-22 21:48 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 34129

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

>>From 5b7c68203c3311e1e282414353d0bbf442744c20 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> Date: Fri, 18 Jan 2019 22:23:59 -0500
> Subject: [PATCH] gnu: Add emacs-magit-gerrit.
>
> * gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): New variable.

LGTM, thanks!

Ludo'.

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

* bug#34129: [PATCH] gnu: Add emacs-magit-gerrit.
  2019-01-22 21:48 ` Ludovic Courtès
@ 2019-01-23 13:02   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2019-01-23 13:02 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 34129-done

Ludovic Courtès <ludo@gnu.org> writes:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>>>From 5b7c68203c3311e1e282414353d0bbf442744c20 Mon Sep 17 00:00:00 2001
>> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
>> Date: Fri, 18 Jan 2019 22:23:59 -0500
>> Subject: [PATCH] gnu: Add emacs-magit-gerrit.
>>
>> * gnu/packages/emacs-xyz.scm (emacs-magit-gerrit): New variable.
>
> LGTM, thanks!
>
> Ludo'.

Pushed with commit f0caf7607.

Thanks!

Maxim

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

end of thread, other threads:[~2019-01-23 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19  3:42 [bug#34129] [PATCH] gnu: Add emacs-magit-gerrit Maxim Cournoyer
2019-01-22 21:48 ` Ludovic Courtès
2019-01-23 13:02   ` bug#34129: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.