GNU bug report logs -
#73223
[PATCH 1/2] gnu: Add sbcl-print-licenses.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Fri, 13 Sep 2024 10:03:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Sep 2024 09:15:42 +0000
with message-id <87ikuyy4sh.fsf <at> kitej>
and subject line Re: [bug#73223] [PATCH 1/2] gnu: Add sbcl-print-licenses.
has caused the debbugs.gnu.org bug report #73223,
regarding [PATCH 1/2] gnu: Add sbcl-print-licenses.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73223: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73223
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-print-licenses): New variable.
Change-Id: I62b6655a560e37218e2f056065cd4523b4c0916f
---
gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index af48813a16..7b80d4df1e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23963,6 +23963,34 @@ (define-public ecl-ppath
(define-public cl-ppath
(sbcl-package->cl-source-package sbcl-ppath))
+(define-public sbcl-print-licenses
+ (let ((commit "3949663318fb736f4ee660e3aa810875187d531c")
+ (revision "0"))
+ (package
+ (name "sbcl-print-licenses")
+ (build-system asdf-build-system/sbcl)
+ (version (git-version "0.1.0" revision commit))
+ (home-page "https://github.com/vindarel/print-licenses/")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (file-name (git-file-name "cl-print-licenses" version))
+ (sha256
+ (base32 "14i6r6mf16dlj1g4xk0alg2912y3wy0qbfpyvvgsgxkkar63cmi5"))))
+ (inputs (list sbcl-alexandria sbcl-iterate))
+ (synopsis "Print licenses used by a Common Lisp project")
+ (description "Print licenses used by a Common Lisp project and its dependencies.")
+ (license license:bsd-2))))
+
+(define-public ecl-print-licenses
+ (sbcl-package->ecl-package sbcl-print-licenses))
+
+(define-public cl-print-licenses
+ (sbcl-package->cl-source-package sbcl-print-licenses))
+
(define-public sbcl-printv
(let ((commit "e717a7fe076dae861a96117b2f9af29db8d2294d")
(revision "2"))
base-commit: 37a0c526fbef884e38b2266098b8c528847d9ef0
--
2.46.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patches applied as 6d9a82a6fb8675441d63ae23b715952df13a845f and
following with some minor fixes.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.