GNU bug report logs - #52386
[PATCH] gnu: Add emacs-dpd.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Thu, 9 Dec 2021 06:01:01 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: Andrew Tropin <andrew <at> trop.in>
Subject: bug#52386: closed (Re: [bug#52386] [PATCH] gnu: Add emacs-dpd.)
Date: Thu, 09 Dec 2021 08:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52386: [PATCH] gnu: Add emacs-dpd.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52386 <at> debbugs.gnu.org.

-- 
52386: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52386
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andrew Tropin <andrew <at> trop.in>
Cc: liliana.prikler <at> gmail.com, 52386-done <at> debbugs.gnu.org
Subject: Re: [bug#52386] [PATCH] gnu: Add emacs-dpd.
Date: Thu, 09 Dec 2021 09:15:53 +0100
Hello,

Andrew Tropin <andrew <at> trop.in> writes:

> * gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.

Thank you. I applied your patch with the following changes:

> +(define-public emacs-dpd
> +  (package
> +    (name "emacs-dpd")
> +    (version "0.1.0")

Version is not exactly "0.1.0", so I used `git-version' with appropriate
version, revision, and commit. I also added a comment about it.

> +    (description
> +     "Tools for generating package-desc structures and feeding them to
> +package.el.")

I reworded the description so it would consist of a full sentence.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-dpd.
Date: Thu, 9 Dec 2021 08:59:07 +0300
[Message part 4 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e542da0c26..05c193b4dc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21434,6 +21434,29 @@ (define-public emacs-packed
 package recipes.")
     (license license:gpl3+)))
 
+(define-public emacs-dpd
+  (package
+    (name "emacs-dpd")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/lilyp/emacs-dpd")
+             (commit "f53f251a58859f375617ce4f257fecc83c8ca5da")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-packed" ,emacs-packed)))
+    (home-page "https://gitlab.com/lilyp/emacs-dpd")
+    (synopsis "Deliver packages to package.el")
+    (description
+     "Tools for generating package-desc structures and feeding them to
+package.el.")
+    (license license:gpl3+)))
+
 (define-public emacs-picpocket
   (let ((version "41")
         (commit "fa3a49f011b5ae139728548fec7375743f61c7c7"))
-- 
2.34.0

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 166 days ago.

Previous Next


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