GNU bug report logs - #57739
[PATCH] gnu: Add cl-alea.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 11 Sep 2022 18:38:02 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 57739 in the body.
You can then email your comments to 57739 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57739; Package guix-patches. (Sun, 11 Sep 2022 18:38: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. (Sun, 11 Sep 2022 18:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-alea.
Date: Sun, 11 Sep 2022 13:37:48 -0500
* gnu/packages/lisp-xyz.scm (cl-alea, ecl-alea, sbcl-alea): New variables.
---
 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 f8a4bb4b53..2a961e05df 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -184,6 +184,34 @@ (define-public cl-alexandria
 (define-public ecl-alexandria
   (sbcl-package->ecl-package sbcl-alexandria))
 
+(define-public sbcl-alea
+  (package
+   (name "sbcl-alea")
+   (version "1.0")
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/eXodiquas/alea")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0nd9fdjli22ygfw3c8k9nh7d36c92866hics5aij6x7ly1q781gz"))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-fiveam))
+   (synopsis "Dice rolling library")
+   (description
+"This package provides a library for dice rolling and statistics about
+those rolls.")
+   (home-page "https://github.com/eXodiquas/alea")
+   (license license:expat)))
+
+(define-public cl-alea
+  (sbcl-package->cl-source-package sbcl-alea))
+
+(define-public ecl-alea
+  (sbcl-package->ecl-package sbcl-alea))
+
 (define-public sbcl-map-bind
   (let ((commit "532d55d93540c632e22b2cd264b5daa5f9d3d900")
         (revision "0"))
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57739; Package guix-patches. (Sun, 11 Sep 2022 20:18:01 GMT) Full text and rfc822 format available.

Message #8 received at 57739 <at> debbugs.gnu.org (full text, mbox):

From: "(" <paren <at> disroot.org>
To: "jgart" <jgart <at> dismail.de>, <57739 <at> debbugs.gnu.org>
Subject: Re: [bug#57739] [PATCH] gnu: Add cl-alea.
Date: Sun, 11 Sep 2022 21:17:10 +0100
Hey,

On Sun Sep 11, 2022 at 7:37 PM BST, jgart via Guix-patches via wrote:
> +(define-public sbcl-alea
> +  (package
> +   (name "sbcl-alea")
     ^
Change this indentation to two spaces.

> +   (synopsis "Dice rolling library")

`Dice rolling library for Common Lisp`?

> +   (description
> +"This package provides a library for dice rolling and statistics about
> +those rolls.")

Change to:

> +   (description
> +    "This package provides a Common Lisp library for dice rolling and
> +working with dice-roll statistics.")

    -- (




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Thu, 15 Sep 2022 08:39:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 15 Sep 2022 08:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 57739-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: "\(" <paren <at> disroot.org>, 57739-done <at> debbugs.gnu.org
Subject: Re: [bug#57739] [PATCH] gnu: Add cl-alea.
Date: Thu, 15 Sep 2022 08:38:04 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 539e5b9ace2806e9a16186295f9d42b3179d0a86.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Oct 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 194 days ago.

Previous Next


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