emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28020: closed ([PATCH] gnu: Add emacs-gitpatch.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28020: closed ([PATCH] gnu: Add emacs-gitpatch.)
Date: Thu, 10 Aug 2017 09:13:02 +0000

Your message dated Thu, 10 Aug 2017 14:42:23 +0530
with message-id <address@hidden>
and subject line Re: [bug#28020] [PATCH] gnu: Add emacs-gitpatch.
has caused the debbugs.gnu.org bug report #28020,
regarding [PATCH] gnu: Add emacs-gitpatch.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28020: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28020
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-gitpatch. Date: Tue, 08 Aug 2017 21:02:32 +0300
By the way, “gitpatch.el” says different version than release tarball.
Do I need to ask a developer?
--8<---------------cut here---------------start------------->8---
;; Author: Feng Shu <address@hidden>
;; Homepage: https://github.com/tumashu/gitpatch
;; Keywords: convenience
;; Package-Requires: ((emacs "24.3"))
;; Version: 0.10
--8<---------------cut here---------------end--------------->8---

>From 9eddf07fa401468738c2f48a25e51ddef2a3ceed Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Sat, 29 Jul 2017 14:22:48 +0300
Subject: [PATCH] gnu: Add emacs-gitpatch.

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 917c511f3..37a4129a1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5231,3 +5231,25 @@ multiplexer.")
     (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
 editing RPM spec files.")
     (license license:gpl2+)))
+
+(define-public emacs-gitpatch
+  (package
+    (name "emacs-gitpatch")
+    (version "0.5.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append 
"https://github.com/tumashu/gitpatch/archive/";
+                                  "v" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1yj6pmic541lcnscjin300k380qp9xdfprs55xg1q57jrkq6f6k7"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tumashu/gitpatch";)
+    (synopsis "Send git-format patch from Emacs")
+    (description "@code{emacs-gitpatch} is git-format patch toolkit, which let
+user easy handle git-format patch without exit Emacs.
+
address@hidden gitpatch-mail} can send a git-format patch file from 
@code{magit},
address@hidden, @code{ibuffer} buffers.")
+    (license license:gpl2+)))
-- 
2.14.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#28020] [PATCH] gnu: Add emacs-gitpatch. Date: Thu, 10 Aug 2017 14:42:23 +0530
Thanks for the patch! I have pushed it with changes to the synopsis and
description.

Oleg Pykhalov writes:

> By the way, “gitpatch.el” says different version than release tarball.
> Do I need to ask a developer?
> --8<---------------cut here---------------start------------->8---
> ;; Author: Feng Shu <address@hidden>
> ;; Homepage: https://github.com/tumashu/gitpatch
> ;; Keywords: convenience
> ;; Package-Requires: ((emacs "24.3"))
> ;; Version: 0.10
> --8<---------------cut here---------------end--------------->8---

Yes, please report this problem upstream. I have also CCed the author in
this thread. The author happens to contribute to Guix as well. :-)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]