GNU bug report logs - #76225
[PATCH] gnu: Add emacs-age.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 12 Feb 2025 13:35:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76225: closed ([PATCH] gnu: Add emacs-age.)
Date: Mon, 24 Feb 2025 22:12:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Feb 2025 23:11:14 +0100
with message-id <87msebouwt.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add emacs-age.
has caused the debbugs.gnu.org bug report #76225,
regarding [PATCH] gnu: Add emacs-age.
to be marked as done.

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


-- 
76225: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76225
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: andrew <at> trop.in
Subject: [PATCH] gnu: Add emacs-age.
Date: Wed, 12 Feb 2025 14:33:21 +0100
* gnu/packages/emacs-xyz.scm (emacs-age): New variable.
---
 gnu/packages/emacs-xyz.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 89da0dd489..13139243a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -116,7 +116,7 @@
 ;;; Copyright © 2022 Haider Mirza <haider <at> haider.gq>
 ;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> gmail.com>
 ;;; Copyright © 2022 Hilton Chain <hako <at> ultrarare.space>
-;;; Copyright © 2022 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2022, 2024, 2025 Nicolas Graves <ngraves <at> ngraves.fr>
 ;;; Copyright © 2022 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
 ;;; Copyright © 2022 Joeke de Graaf <joeke <at> posteo.net>
 ;;; Copyright © 2023 Simon Streit <simon <at> netpanic.org>
@@ -436,6 +436,33 @@ (define-public emacs-activities
 compatible.")
     (license license:gpl3+)))
 
+(define-public emacs-age
+  (let ((commit "890c467ebc27538507c54a03afd2f7260630d7f5")
+        (revision "0"))
+    (package
+      (name "emacs-age")
+      ;; 0.1.4 in the code but 0.1.5 on github
+      (version (git-version "0.1.5" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/anticomputer/age.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0777nvrvswv81g0rkclm7r2ai1xfjf380lhg8lidd060dkp71ic1"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/anticomputer/age.el")
+      (synopsis "The Age Encryption Library")
+      (description
+       "This package provides transparent Age file encryption and decryption in
+Emacs.  It is based on the Emacs @code{EasyPG} code and offers similar Emacs
+file handling for Age encrypted files: maintain .org.age encrypted Org files,
+provide Age encrypted authentication information out of .authinfo.age,
+open/edit/save Age encrypted files via @code{tramp}...")
+      (license license:gpl3+))))
+
 (define-public emacs-bookmark-plus
   (package
     (name "emacs-bookmark-plus")
-- 
2.48.1



-- 
Best regards,
Nicolas Graves


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 76225-done <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [PATCH] gnu: Add emacs-age.
Date: Mon, 24 Feb 2025 23:11:14 +0100
Hello,

I applied the patch set. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 169 days ago.

Previous Next


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