GNU bug report logs -
#53884
[PATCH] gnu: Add cl-asd-generator.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 8 Feb 2022 23:52:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53884 in the body.
You can then email your comments to 53884 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53884
; Package
guix-patches
.
(Tue, 08 Feb 2022 23:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 08 Feb 2022 23:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (cl-asd-generator): New variable.
---
gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 85ff7ed314..3a0a574254 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20315,6 +20315,41 @@ (define-public cl-lorem-ipsum
(define-public ecl-lorem-ipsum
(sbcl-package->ecl-package sbcl-lorem-ipsum))
+(define-public sbcl-asd-generator
+ (let ((commit "27f94971a7c68c4dcb51e3f6be4142743d0c44e8")
+ (revision "0"))
+ (package
+ (name "sbcl-asd-generator")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phoe/asd-generator")
+ (commit commit)))
+ (sha256
+ (base32 "0yiybl7b9x1f85v0drj0yw9821y3yfhya4n6gycnv5vvx6jp9by4"))
+ (file-name (git-file-name "cl-asd-generator" commit))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ `(#:asd-systems '("asd-generator")
+ #:asd-files '("asd-generator.asd")))
+ (inputs
+ (list sbcl-cl-fad
+ sbcl-iterate
+ sbcl-alexandria
+ sbcl-trivia))
+ (home-page "https://github.com/phoe/asd-generator")
+ (synopsis "Automatic generator for .asd files")
+ (description "Automatic generator for ASDF's .asd files.")
+ (license license:gpl3+))))
+
+(define-public cl-asd-generator
+ (sbcl-package->cl-source-package sbcl-asd-generator))
+
+(define-public ecl-asd-generator
+ (sbcl-package->ecl-package sbcl-asd-generator))
+
(define-public sbcl-cl-gopher
(let ((commit "62cfd180378f56e7e8b57e4302b183810c86e337")
(revision "2"))
--
2.35.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Thu, 10 Feb 2022 16:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Thu, 10 Feb 2022 16:15:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53884-done <at> debbugs.gnu.org (full text, mbox):
Patch pushed as ceaf56e19cd67c00617a01a313169e42d0538daa.
Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 11 Mar 2022 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.