GNU bug report logs - #77764
[PATCH] gnu: Add emacs-jira.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sat, 12 Apr 2025 13:28:05 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77764: closed ([PATCH] gnu: Add emacs-jira.)
Date: Wed, 30 Apr 2025 20:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Apr 2025 19:01:35 +0200
with message-id <aBJXb10udf7Ybu-V <at> jurong>
and subject line Re: [PATCH v3] gnu: Add emacs-jira.
has caused the debbugs.gnu.org bug report #77764,
regarding [PATCH] gnu: Add emacs-jira.
to be marked as done.

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


-- 
77764: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: Add emacs-jira.
Date: Sat, 12 Apr 2025 15:27:09 +0200
* gnu/packages/emacs-xyz.scm (emacs-jira): New variable.

Change-Id: I7846eeea3f4f9c06f75d768c7264656a69afdd96
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b290ab8d29..31aa7265dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12277,6 +12277,30 @@ (define-public emacs-jedi
 the locations of docstrings, arguments, and functions.")
     (license license:gpl3+)))
 
+(define-public emacs-jira
+  (package
+    (name "emacs-jira")
+    (version "0.7.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/unmonoqueteclea/jira.el")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0zg7qx05i92xpsa43y9gsxbn08gmzng88dvkva7y70zvrzx58zz2"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-magit
+                             emacs-request
+                             emacs-tablist
+                             emacs-transient))
+    (home-page "https://github.com/unmonoqueteclea/jira.el")
+    (synopsis "Emacs Interface to Jira")
+    (description "This package allows you to visualuze and manipulate Jira
+issues from Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-company-jedi
   (package
     (name "emacs-company-jedi")

base-commit: 63f323fc98fb6e85c48721574aab8e54d95091e5
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 77764-done <at> debbugs.gnu.org
Subject: Re: [PATCH v3] gnu: Add emacs-jira.
Date: Wed, 30 Apr 2025 19:01:35 +0200
Pushed, thanks!

Andreas



This bug report was last modified 17 days ago.

Previous Next


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