GNU bug report logs -
#53784
[PATCH] gnu: Add cl-lorem-ipsum.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 4 Feb 2022 19:46:01 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 bug report
#53784: [PATCH] gnu: Add cl-lorem-ipsum.
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 53784 <at> debbugs.gnu.org.
--
53784: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53784
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Patch pushed as f57883ec79815a0b502e3dee462d0d27a7018e79 with a few
modifications (version number, file name).
Thanks.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (cl-lorem-ipsum): New variable.
---
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 102546c84a..f0ddae478f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20287,6 +20287,34 @@ (define-public cl-sxml
(define-public ecl-cl-sxml
(sbcl-package->ecl-package sbcl-cl-sxml))
+(define-public sbcl-lorem-ipsum
+ (let ((commit "04a1839a03b53c954e799b9cf570ac915b032ce8")
+ (revision "0"))
+ (package
+ (name "sbcl-lorem-ipsum")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phoe/lorem-ipsum")
+ (commit commit)))
+ (sha256
+ (base32 "1530qq0bk3xr25m77q96pbi1idnxdkax8cwmvq4ch03rfjy34j7n"))
+ (file-name (git-file-name name commit))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/phoe/lorem-ipsum")
+ (synopsis "Lorem ipsum generator in portable Common Lisp")
+ (description
+"This package provides functions for generating lorem ipsum text.")
+ (license license:expat))))
+
+(define-public cl-lorem-ipsum
+ (sbcl-package->cl-source-package sbcl-lorem-ipsum))
+
+(define-public ecl-lorem-ipsum
+ (sbcl-package->ecl-package sbcl-lorem-ipsum))
+
(define-public sbcl-cl-gopher
(let ((commit "62cfd180378f56e7e8b57e4302b183810c86e337")
(revision "2"))
--
2.35.0
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.