GNU bug report logs - #31505
[PATCH 18/21] gnu: emacs-helm-pass: New variable.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 18 May 2018 18:50:08 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31505: closed ([PATCH 18/21] gnu: emacs-helm-pass: New variable.)
Date: Mon, 11 Jun 2018 13:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Jun 2018 15:00:01 +0200
with message-id <87tvq9h41a.fsf <at> gnu.org>
and subject line Re: [bug#31505] [PATCH 18/21] gnu: Add emacs-helm-pass.
has caused the debbugs.gnu.org bug report #31505,
regarding [PATCH 18/21] gnu: emacs-helm-pass: New variable.
to be marked as done.

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


-- 
31505: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31505
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 18/21] gnu: emacs-helm-pass: New variable.
Date: Fri, 18 May 2018 20:48:56 +0200
* gnu/packages/emacs.scm (emacs-helm-pass): New variable.
---
 gnu/packages/emacs.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index baffb94bd..4e0193031 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10966,3 +10966,35 @@ to get instant results even for huge maildirs.  It also provides
 search operators similar to Google Mail, e.g:
 @code{from:Peter to:Anne flag:attach search term}")
     (license license:gpl3+)))
+
+(define-public emacs-helm-pass
+  (package
+    (name "emacs-helm-pass")
+    (version "20180415.2038")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/helm-pass-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "1pwf05h29mrn05y7fhznwn0czl7ixynkvmy1fxljj45qdq2r6n8v"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-helm" ,emacs-helm)
+       ("emacs-password-store" ,emacs-password-store)))
+    ;; TODO: Need auth-source-pass with Emacs<26?
+    (home-page
+     "https://github.com/jabranham/helm-pass")
+    (synopsis
+     "Helm interface of pass, the standard Unix password manager")
+    (description
+     "Users of @code{helm-pass} may also be interested in functionality
+provided by other Emacs packages dealing with pass:
+- @code{emacs-password-store}, which @code{helm-pass} relies on.
+- @code{emacs-pass}, a major mode for @code{pass}.
+- @code{auth-source-pass.el}: integration of Emacs' auth-source with
+@code{pass}, included in Emacs 26+).")
+    (license license:gpl3+)))
-- 
2.17.0



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 31505-done <at> debbugs.gnu.org
Subject: Re: [bug#31505] [PATCH 18/21] gnu: Add emacs-helm-pass.
Date: Mon, 11 Jun 2018 15:00:01 +0200
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:

> * gnu/packages/emacs.scm (emacs-helm-pass): New variable.

Applied!


This bug report was last modified 7 years and 74 days ago.

Previous Next


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