GNU bug report logs - #26451
[PATCH] gnu: Add emacs-xmlgen.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Tue, 11 Apr 2017 19:56:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#26451: closed ([PATCH] gnu: Add emacs-xmlgen.)
Date: Wed, 12 Apr 2017 13:28:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Apr 2017 18:57:13 +0530
with message-id <9d1c8194.AEAAI-Cf3NAAAAAAAAAAAAO0ausAAAACwQwAAAAAAAW9WABY7itA <at> mailjet.com>
and subject line Re: bug#26451: [PATCH] gnu: Add emacs-xmlgen.
has caused the debbugs.gnu.org bug report #26451,
regarding [PATCH] gnu: Add emacs-xmlgen.
to be marked as done.

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


-- 
26451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26451
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: Add emacs-xmlgen.
Date: Wed, 12 Apr 2017 01:24:33 +0530
* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
---
 gnu/packages/emacs.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aa41e8c63..5ffad2abd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4279,3 +4279,32 @@ source file, @file{jl-encrypt.el}.")
 the associated decorations to HTML.  Output to CSS, inline CSS and
 fonts is supported.")
     (license license:gpl2+)))
+
+(define-public emacs-xmlgen
+  (package
+    (name "emacs-xmlgen")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/philjackson/xmlgen/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+           (lambda _
+             (zero? (system* "emacs" "--batch" "-L" "."
+                             "-l" "xmlgen-test.el"
+                             "-f" "ert-run-tests-batch-and-exit")))))))
+    (home-page "https://github.com/philjackson/xmlgen")
+    (synopsis "S-expression to XML domain specific language (DSL) in elisp")
+    (description "@code{emacs-xmlgen} provides S-expression to XML
+conversion for elisp.")
+    (license license:gpl2+)))
-- 
2.12.2



[Message part 3 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26451-done <at> debbugs.gnu.org
Subject: Re: bug#26451: [PATCH] gnu: Add emacs-xmlgen.
Date: Wed, 12 Apr 2017 18:57:13 +0530
> Maybe s/elisp/Emacs Lisp/ for clarity.
>
> Otherwise LGTM, thanks!

Pushed with changes!


This bug report was last modified 8 years and 40 days ago.

Previous Next


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