GNU bug report logs - #46880
[PATCH] - added tooter library.

Previous Next

Package: guix-patches;

Reported by: cage <cage-dev <at> twistfold.it>

Date: Tue, 2 Mar 2021 20:32:01 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 46880 in the body.
You can then email your comments to 46880 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#46880; Package guix-patches. (Tue, 02 Mar 2021 20:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to cage <cage-dev <at> twistfold.it>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 Mar 2021 20:32:01 GMT) Full text and rfc822 format available.

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

From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] - added tooter library.
Date: Tue, 2 Mar 2021 21:31:12 +0100
---
 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 12852f7eb7..15919dc8d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14680,3 +14680,37 @@ attributes not supported by the Common Lisp standard functions.")
 
 (define-public cl-file-attributes
   (sbcl-package->cl-source-package sbcl-file-attributes))
+
+(define-public sbcl-tooter
+  (let ((commit "b8d4b245b1d946bc9da6f51a3d8c2dc43e4d3868")
+        (revision "1"))
+    (package
+      (name "sbcl-tooter")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Shinmera/tooter")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0g40dlis4dbw4p3zxz3scx27b9zm8zlzihywapf5zqrdqfx5hpq9"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("tooter")))
+      (inputs
+       `(("sbcl-yason"                ,sbcl-yason)
+         ("sbcl-cl-ppcre"             ,sbcl-cl-ppcre)
+         ("sbcl-drakma"               ,sbcl-drakma)
+         ("sbcl-documentation-utils"  ,sbcl-documentation-utils)))
+      (synopsis "Common Lisp client library for Mastodon instances")
+      (description "A Common Lisp client library for Mastodon instances.")
+      (home-page "https://shinmera.github.io/tooter/")
+      (license license:zlib))))
+
+(define-public ecl-tooter
+  (sbcl-package->ecl-package sbcl-tooter))
+
+(define-public cl-tooter
+  (sbcl-package->cl-source-package sbcl-tooter))
-- 
2.30.1




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Wed, 03 Mar 2021 08:57:02 GMT) Full text and rfc822 format available.

Notification sent to cage <cage-dev <at> twistfold.it>:
bug acknowledged by developer. (Wed, 03 Mar 2021 08:57:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: cage <cage-dev <at> twistfold.it>
Cc: 46880-done <at> debbugs.gnu.org
Subject: Re: [bug#46880] [PATCH] - added tooter library.
Date: Wed, 03 Mar 2021 09:55:58 +0100
[Message part 1 (text/plain, inline)]
Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
modifications.
I put "Cage <cage-dev <at> twistfold.it>" in the copyright line; tell me if
you want to change it.
Thanks.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#46880; Package guix-patches. (Wed, 03 Mar 2021 14:03:01 GMT) Full text and rfc822 format available.

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

From: cage <cage-dev <at> twistfold.it>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 46880-done <at> debbugs.gnu.org, cage <cage-dev <at> twistfold.it>
Subject: Re: [bug#46880] [PATCH] - added tooter library.
Date: Wed, 3 Mar 2021 15:02:37 +0100
On Wed, Mar 03, 2021 at 09:55:58AM +0100, Guillaume Le Vaillant wrote:

Hi!

> Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
> modifications.
> I put "Cage <cage-dev <at> twistfold.it>" in the copyright line; tell me if
> you want to change it.

This line is fine for me! Thank you, i forgot to add it in the patch.

Bye!
C.




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

This bug report was last modified 4 years and 80 days ago.

Previous Next


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