emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46880: closed ([PATCH] - added tooter library.)


From: GNU bug Tracking System
Subject: bug#46880: closed ([PATCH] - added tooter library.)
Date: Wed, 03 Mar 2021 08:57:02 +0000

Your message dated Wed, 03 Mar 2021 09:55:58 +0100
with message-id <87lfb4bopt.fsf@yamatai>
and subject line Re: [bug#46880] [PATCH] - added tooter library.
has caused the debbugs.gnu.org bug report #46880,
regarding [PATCH] - added tooter library.
to be marked as done.

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


-- 
46880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46880
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#46880] [PATCH] - added tooter library. Date: Wed, 03 Mar 2021 09:55:58 +0100 User-agent: mu4e 1.4.15; emacs 27.1
Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
modifications.
I put "Cage <cage-dev@twistfold.it>" in the copyright line; tell me if
you want to change it.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]