GNU bug report logs - #57624
[PATCH] gnu: Add cl-cron.

Previous Next

Package: guix-patches;

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

Date: Tue, 6 Sep 2022 13:55: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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57624: closed ([PATCH] gnu: Add cl-cron.)
Date: Wed, 07 Sep 2022 12:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 07 Sep 2022 12:40:46 +0000
with message-id <8735d3s6fq.fsf <at> kitej>
and subject line Re: [bug#57624] [PATCH] gnu: Add cl-cron.
has caused the debbugs.gnu.org bug report #57624,
regarding [PATCH] gnu: Add cl-cron.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57624: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57624
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-cron.
Date: Tue,  6 Sep 2022 08:53:46 -0500
* gnu/packages/lisp-xyz.scm (cl-cron): New variable.
---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7b9ef7bf49..87fa80b5c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22889,6 +22889,40 @@ (define-public cl-sketch
 (define-public ecl-sketch
   (sbcl-package->ecl-package sbcl-sketch))
 
+(define-public sbcl-cron
+  (let ((commit "092aef5d5666fb43c04258e4043f609670a20456")
+        (revision "0"))
+    (package
+      (name "sbcl-cron")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/ciel-lang/cl-cron")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0y4li8j2h1nbpldpqm39ld9kgs4a7biy94h49n27l59l7mn1jd0d"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:tests? #f ; There are no tests.
+         #:asd-systems '("cl-cron" )))
+      (inputs
+        (list sbcl-bordeaux-threads))
+      (home-page "https://github.com/ciel-lang/cl-cron/")
+      (synopsis "Run cron like jobs in Common Lisp")
+      (description
+"@code{cl-cron} is simple tool that provides cron like facilities directly
+inside of Common Lisp.")
+      (license license:gpl3+))))
+
+(define-public cl-cron
+  (sbcl-package->cl-source-package sbcl-cron))
+
+(define-public ecl-cron
+  (sbcl-package->ecl-package sbcl-cron))
+
 (define-public sbcl-string-pokemonize
   (let ((commit "2dc01643defb497e4d1eb833def71dfc1e8d5da6")
         (revision "0"))
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 57624-done <at> debbugs.gnu.org
Subject: Re: [bug#57624] [PATCH] gnu: Add cl-cron.
Date: Wed, 07 Sep 2022 12:40:46 +0000
[Message part 4 (text/plain, inline)]
Patch pushed as d4eeb77aae599b69caa8834189219d04c376d585.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 261 days ago.

Previous Next


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