GNU bug report logs - #75265
[PATCH 18/71] gnu: Add clasp-acclimation.

Previous Next

Package: guix-patches;

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

Date: Wed, 1 Jan 2025 19:08:18 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

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 75265 in the body.
You can then email your comments to 75265 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 glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#75265; Package guix-patches. (Wed, 01 Jan 2025 19:08:19 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Wed, 01 Jan 2025 19:08:19 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 18/71] gnu: Add clasp-acclimation.
Date: Wed,  1 Jan 2025 13:03:55 -0600
* gnu/packages/lisp-xyz.scm (clasp-acclimation): New variable.

Change-Id: Id24bf747ee0de02cef4d6b5c2499b7cba00d0402
---
 gnu/packages/lisp-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e51ccac9d3..a194c6064d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -697,6 +697,9 @@ (define-public cl-acclimation
 (define-public ecl-acclimation
   (sbcl-package->ecl-package sbcl-acclimation))
 
+(define-public clasp-acclimation
+  (sbcl-package->clasp-package sbcl-acclimation))
+
 (define-public sbcl-acl-compat
   ;; There does not seem to be proper releases.
   (let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))
-- 
2.47.1





Reply sent to jgart <jgart <at> dismail.de>:
You have taken responsibility. (Thu, 09 Jan 2025 20:57:03 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 09 Jan 2025 20:57:03 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: 75265-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: Re: [PATCH 18/71] gnu: Add clasp-acclimation.
Date: Thu, 09 Jan 2025 14:56:00 -0600
> * gnu/packages/lisp-xyz.scm (clasp-acclimation): New variable.
> 
> Change-Id: Id24bf747ee0de02cef4d6b5c2499b7cba00d0402
> ---
>  gnu/packages/lisp-xyz.scm | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
> index e51ccac9d3..a194c6064d 100644
> --- a/gnu/packages/lisp-xyz.scm
> +++ b/gnu/packages/lisp-xyz.scm
> @@ -697,6 +697,9 @@ (define-public cl-acclimation
>  (define-public ecl-acclimation
>    (sbcl-package->ecl-package sbcl-acclimation))
>  
> +(define-public clasp-acclimation
> +  (sbcl-package->clasp-package sbcl-acclimation))
> +
>  (define-public sbcl-acl-compat
>    ;; There does not seem to be proper releases.
>    (let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))
> -- 
> 2.47.1
<#secure method=pgpmime mode=sign>

-- 
all the best,
jgart




Information forwarded to guix-patches <at> gnu.org:
bug#75265; Package guix-patches. (Thu, 09 Jan 2025 21:07:01 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: 75265-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: Re: [PATCH 18/71] gnu: Add clasp-acclimation.
Date: Thu, 09 Jan 2025 15:06:32 -0600
> > * gnu/packages/lisp-xyz.scm (clasp-acclimation): New variable.
> > 
> > Change-Id: Id24bf747ee0de02cef4d6b5c2499b7cba00d0402
> > ---
> >  gnu/packages/lisp-xyz.scm | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
> > index e51ccac9d3..a194c6064d 100644
> > --- a/gnu/packages/lisp-xyz.scm
> > +++ b/gnu/packages/lisp-xyz.scm
> > @@ -697,6 +697,9 @@ (define-public cl-acclimation
> >  (define-public ecl-acclimation
> >    (sbcl-package->ecl-package sbcl-acclimation))
> >  
> > +(define-public clasp-acclimation
> > +  (sbcl-package->clasp-package sbcl-acclimation))
> > +
> >  (define-public sbcl-acl-compat
> >    ;; There does not seem to be proper releases.
> >    (let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))
> > -- 
> > 2.47.1
> <#secure method=pgpmime mode=sign>
> 
> -- 
> all the best,
> jgart
<#secure method=pgpmime mode=sign>

-- 
all the best,
jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Feb 2025 12:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 34 days ago.

Previous Next


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