From unknown Sat Jun 21 03:04:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46880 <46880@debbugs.gnu.org> To: bug#46880 <46880@debbugs.gnu.org> Subject: Status: [PATCH] - added tooter library. Reply-To: bug#46880 <46880@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:04:24 +0000 retitle 46880 [PATCH] - added tooter library. reassign 46880 guix-patches submitter 46880 cage severity 46880 normal tag 46880 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 15:32:00 2021 Received: (at submit) by debbugs.gnu.org; 2 Mar 2021 20:32:00 +0000 Received: from localhost ([127.0.0.1]:54326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHBgV-0004Uy-Ij for submit@debbugs.gnu.org; Tue, 02 Mar 2021 15:32:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:54210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHBgQ-0004Un-O7 for submit@debbugs.gnu.org; Tue, 02 Mar 2021 15:31:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHBgQ-0006GW-HQ for guix-patches@gnu.org; Tue, 02 Mar 2021 15:31:54 -0500 Received: from smtpcmd0756.aruba.it ([62.149.156.56]:40872) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHBgN-0005DW-LS for guix-patches@gnu.org; Tue, 02 Mar 2021 15:31:54 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id HBgKlQP0oGDKWHBgLlCCHG; Tue, 02 Mar 2021 21:31:49 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614717109; bh=QGlazzpgtB77ORs2bWOo2QzuM7spxI7/RBh3HV24lF4=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=Odi9txUkxe1uYQhttv0wjFjVNSERKHTbpFzJr1a61FRUhv4rzPBO5YCNaHXevrihT pbUwRAqFz11RmFGdZXWWxsyZc1NtheOSPJ4+HtnMHEkgjk0Axt/ydMGjPgf6attQ6n TXzVBPKEaz4N25gY6zVTEaT1eWzi+gKYNmqu1oqEkx5rPwF5/W5/6JU1qNxySwTIws doE1KYkfRun6edJhTU6NGKg3T7hyKbYN8Ec4K6jNcWC/3xqEpAQie2V7P7xM+XCFUP lmzjABnlx6I3zCfuTJDBxiOgXdkBpZd6S+D6DhO62kE14KFff+Uzmh+hVE2TTJKjqx yxYTy0KRK1T9Q== Received: by kurosawa.casa.net (Postfix, from userid 1000) id D37151840364; Tue, 2 Mar 2021 21:31:12 +0100 (CET) Date: Tue, 2 Mar 2021 21:31:12 +0100 From: cage To: guix-patches@gnu.org Subject: [PATCH] - added tooter library. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfGF0EDhsesaUhEQqptL+eG0Zn0yuFo5tXCIzrI051RkUycaqdM6xXMYQZZFNmX1VKlK7yrfKUTZlW8fG2oRojiGoBd2Z9jwcB+5hnqzP+An9uXoCaTy4 ACRaSLkdVt3D9sY1+KC5ADXSoWRBDuviDE7WKc4dUAymCay9jj6+FM7lqjOAyy+qvhJpysol2fQGEA== Received-SPF: none client-ip=62.149.156.56; envelope-from=cage-dev@twistfold.it; helo=smtpcmd0756.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --- 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 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 03 03:56:12 2021 Received: (at 46880-done) by debbugs.gnu.org; 3 Mar 2021 08:56:12 +0000 Received: from localhost ([127.0.0.1]:55101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHNIh-0007eY-PJ for submit@debbugs.gnu.org; Wed, 03 Mar 2021 03:56:11 -0500 Received: from mout02.posteo.de ([185.67.36.66]:43729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHNIe-0007e1-0t for 46880-done@debbugs.gnu.org; Wed, 03 Mar 2021 03:56:10 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 153C02400FE for <46880-done@debbugs.gnu.org>; Wed, 3 Mar 2021 09:56:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1614761761; bh=HKp6Z9lx62W1v5ogPgIbPEMWgEsLwxvczt4UgAvPxAo=; h=From:To:Cc:Subject:Date:From; b=ZEDqji7abw9k8RaaD3YRqsUFCj3rcJIakPplCGgu1vnsd0mGIXJecuTRO1ar6Mq7S 0WMuok6P4iO00XRdwhQnSFoe3RYeZBFFRK99v3r2t3042sgk03S9QfRub5THT0WWB2 FqAr5roM1Dk41DWHoGYhcS8y7CVHHzEVP0taGTww1KHo3v6Hk+6iIv56MtxgDnUqGF LaB/x+OEdIjY1rlM/Cx7pveLKBTbd3tlZmO1REeBCL0mjAWsNuNAPF7Ds6O9WBRfyl Rhd8y+t1GUlORoiwcO0v0sOvlTIwPIALnDf6f9I/l3FdUiK8Za4ZHTaSV6yK9/JGkW y7lAABgK9FjsA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dr7Bm0qlYz9rxn; Wed, 3 Mar 2021 09:55:59 +0100 (CET) References: User-agent: mu4e 1.4.15; emacs 27.1 From: Guillaume Le Vaillant To: cage Subject: Re: [bug#46880] [PATCH] - added tooter library. In-reply-to: Date: Wed, 03 Mar 2021 09:55:58 +0100 Message-ID: <87lfb4bopt.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46880-done Cc: 46880-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some modifications. I put "Cage " in the copyright line; tell me if you want to change it. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYD9PHg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/dvQD/d0s9cN323cmhjeQoc5AEqS57XlTSrD+6ZCi/ ddS58b4A/jPcViKZZKvVWYLpsOKDg5jw9RJcDxGB5Mpd4hZuFxHU =DHDc -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 03 09:03:00 2021 Received: (at 46880-done) by debbugs.gnu.org; 3 Mar 2021 14:03:00 +0000 Received: from localhost ([127.0.0.1]:55438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHS5c-0004tI-3v for submit@debbugs.gnu.org; Wed, 03 Mar 2021 09:03:00 -0500 Received: from smtpcmd13147.aruba.it ([62.149.156.147]:39884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHS5Z-0004t3-Kj for 46880-done@debbugs.gnu.org; Wed, 03 Mar 2021 09:02:58 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id HS5RluMPYpL4IHS5RlnaW8; Wed, 03 Mar 2021 15:02:50 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614780170; bh=4WKFXhUudRAxHGFVHGNuMVSCv3SMZ+ZVY157Ut9TvnM=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=UUfY/sbCtYB5cz+crHJrm4Op1jLqRLVkdRbs5e+W+2QbNPHq+kn5BFb73p96eOaU2 owBEilVNk390yqNEI05CiYRxQRBxB8mAxUi74CBPIyX9EPqCsHuXb9SMGeurab2AOR joHQd+Eov24OL8RGXrcU/PbInrFxVM0Kh6LV7/gZwmHGLlLgpBkP1g1gT/WzqXmm43 zD0vaLsIHJ4uY+MkLiX7iZNNPQJy3rWqttYbuP9LDdOQNMlZMeJDIp24nd/QSc8I7p /Vqk4sKjxpkj7xuY1FaR/z/w+CJy8UaeUw7jZFyuwu5KGOuTSfla2P6GmztDZ0liJN YVx5pEApKwklQ== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 3A9B7184035A; Wed, 3 Mar 2021 15:02:37 +0100 (CET) Date: Wed, 3 Mar 2021 15:02:37 +0100 From: cage To: Guillaume Le Vaillant Subject: Re: [bug#46880] [PATCH] - added tooter library. Message-ID: References: <87lfb4bopt.fsf@yamatai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lfb4bopt.fsf@yamatai> X-CMAE-Envelope: MS4wfNxAZ2KKzF0ZcDAS1x8AD5qky87+uEPA9pXA/sF5Iwv28X37+9DWEm9/feUoZWH8sm0wPee46gBWJ6ITFW3bIeusd7rfZ1F3xfrlG5V8PNHHC0L7rc4c cmk52ppFdisFXNgbm8usvnv0mpRTI8iwSlrKZw+rZmp3a8nLkjlTuKf/aCafSsOXkR6b/lYf+OuSbD4sb7AGGczz35ol5QlpO4uWR5x49PIcP2IYhA1QfR/8 eFE02uQ79TTnsr61H+VR3Q== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46880-done Cc: 46880-done@debbugs.gnu.org, cage X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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 " 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. From unknown Sat Jun 21 03:04:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Apr 2021 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator