From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 12 15:43:10 2024 Received: (at submit) by debbugs.gnu.org; 12 Mar 2024 19:43:10 +0000 Received: from localhost ([127.0.0.1]:43868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk81k-0007yW-W9 for submit@debbugs.gnu.org; Tue, 12 Mar 2024 15:43:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:52316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk81h-0007yN-Us for submit@debbugs.gnu.org; Tue, 12 Mar 2024 15:43:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk818-0006vc-Pf for guix-patches@gnu.org; Tue, 12 Mar 2024 15:42:30 -0400 Received: from smtpcmd15177.aruba.it ([62.149.156.177]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk815-0003zu-3w for guix-patches@gnu.org; Tue, 12 Mar 2024 15:42:30 -0400 Received: from obayashi ([84.220.250.74]) by Aruba Outgoing Smtp with ESMTPSA id k80zrgibZT8Fyk810rlfiF; Tue, 12 Mar 2024 20:42:22 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=twistfold.it; s=a1; t=1710272542; bh=1r+tKzf3bZ5qcxQkFQwRV0lz0/OlMwQMHQwyenjTsI4=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=LhczAn54J4DJbVP/eFv6Jgt4zyVECnCTOw63YEF0T9GWDUzq8CqvT0YHniuItgvks xzrbRzqWxqOkYF8nI6Fyw+Y+ve8ZYm3xQB1hKyaOtmgimioqLafLZ9v8Rkg6GDa8NK 8VnUfYd9LF1OZPYAbDHYVfSQGtPB/p4lfqjxHkOS0JOPaCSFlb/UlFyMiHyvQFk3FX MoL8Ygzc4DPCsvDY623aX/C6AdTUnEADuN2DfqFCcb3mlGNN1e+qi5+WKKIq0KIeky QV6JRs0mKgnlJrQuidhV7gy7l/eBujlqDrZaTtGMUDC71V1UVpMIgER713H0r9usgf A5+mSqFUHOWNQ== Date: Tue, 12 Mar 2024 20:42:21 +0100 From: cage To: guix-patches@gnu.org Subject: [PATCH] gnu: cl-croatoan: Update to 282145ff. Message-ID: <15ad2bebcdcae98d143275e47dd0bc62100ba00b.1710272464.git.cage-dev@twistfold.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4xfFFYP8GKIUNN/RJ1yQ/tJqIvwNYyGTEg7cYkG1TWfX9vNhCcsYfAMhIEGblXenBULv7gmvu+IONWXLXgyNeVTlXw/5ksVxPaa93jwPG/HoR0s3o3S+tO pOtValBQtN4Smy5hA+puNw9xmFXjcxJc2CQxTFyAEVRxSVagWL4mJaEHfqVvGXEf5g7t4fe+7kNJwg== Received-SPF: pass client-ip=62.149.156.177; envelope-from=cage-dev@twistfold.it; helo=smtpcmd15177.aruba.it X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) Change-Id: I8a7e93e9f0dabfa42e35845e610dd5bd2b63cec9 --- gnu/packages/lisp-xyz.scm | 62 ++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 779fd2628d..c0680d2aee 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -19070,37 +19070,39 @@ (define-public cl-tooter (sbcl-package->cl-source-package sbcl-tooter)) (define-public sbcl-croatoan - (package - (name "sbcl-croatoan") - (version "0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/McParen/croatoan") - (commit (string-append "v" version)))) - (file-name (git-file-name "cl-croatoan" version)) - (sha256 - (base32 "0x2rlckyn8kn5mqy0fib8piggz694g3naarz2dvha1hsy4jhb1wg")))) - (build-system asdf-build-system/sbcl) - (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "ncurses/ncurses.lisp" - (("libncursesw.so") - (search-input-file inputs "/lib/libncursesw.so")))))))) - (inputs - (list ncurses - sbcl-cffi - sbcl-trivial-gray-streams - sbcl-bordeaux-threads)) - (synopsis "Common Lisp bindings for the ncurses terminal library") - (description "Croatoan provides high-level Common Lisp CLOS bindings for + (let ((commit "282145ff9e9005fddc4241bc6827b3ab09c5bd25") + (revision "1")) + (package + (name "sbcl-croatoan") + (version (git-version "2.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/McParen/croatoan") + (commit commit))) + (file-name (git-file-name "cl-croatoan" version)) + (sha256 + (base32 "021h2f2yj4j9gynr3k7qi36x94jm5b95p3vaddbaih96wyzgbmq5")))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "ncurses/ncurses.lisp" + (("libncursesw.so") + (search-input-file inputs "/lib/libncursesw.so")))))))) + (inputs + (list ncurses + sbcl-cffi + sbcl-trivial-gray-streams + sbcl-bordeaux-threads)) + (synopsis "Common Lisp bindings for the ncurses terminal library") + (description "Croatoan provides high-level Common Lisp CLOS bindings for the ncurses terminal library.") - (home-page "https://github.com/McParen/croatoan") - (license license:expat))) + (home-page "https://github.com/McParen/croatoan") + (license license:expat)))) (define-public ecl-croatoan (sbcl-package->ecl-package sbcl-croatoan)) base-commit: de24aaf13b17d6c019f3f240fd0eb0e1b8654970 prerequisite-patch-id: aa0b913d42bee51002e7243019d5529984321e91 prerequisite-patch-id: 71de41827792abd670416c70b9b0fa59064209c9 prerequisite-patch-id: f0e916158a3c6a40af198f59f41b821c54b03615 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 14 06:15:31 2024 Received: (at 69760-done) by debbugs.gnu.org; 14 Mar 2024 10:15:31 +0000 Received: from localhost ([127.0.0.1]:48377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rki7X-00030U-20 for submit@debbugs.gnu.org; Thu, 14 Mar 2024 06:15:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41909) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rki7V-00030F-5U for 69760-done@debbugs.gnu.org; Thu, 14 Mar 2024 06:15:30 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CA468240027 for <69760-done@debbugs.gnu.org>; Thu, 14 Mar 2024 11:14:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1710411286; bh=rqxFcSEtpTj93SImtrWyktARfG37RTjwDvDd8jy/4Go=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=cIyVNY64IHiPiX/a03CtL1fjHHRQhnRzvIwmptp672MP4lv8971lJez3KbhX6Iodh /Bi5wdy7kOCTM3HbywWqsVBjI1UKChpSYecdFVhSYhY3ZuHzJps/cw7l56Pn0jv3h4 OtM911GOaIuk6ouOwJtUrns+KqP1JMb17qdUPPf/X6vdJF8gReCzKuVn+xeFOSKUGB n1p2xxFtLaCs6Ow6duxK7565ZKzztp6NgeJ0Je3PnbQfcI00FdExiDA+K863bsef+g 1ClvP2wR9r3h80RMeBk7UzSiq+2HMVri0Ez4yPomzHivTsyu0+JLR1i4cyVLurttt+ S81rsrF26TMDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TwNXj5xhTz9rxB; Thu, 14 Mar 2024 11:14:45 +0100 (CET) References: <15ad2bebcdcae98d143275e47dd0bc62100ba00b.1710272464.git.cage-dev@twistfold.it> From: Guillaume Le Vaillant To: cage Subject: Re: [bug#69760] [PATCH] gnu: cl-croatoan: Update to 282145ff. Date: Thu, 14 Mar 2024 10:14:18 +0000 In-reply-to: <15ad2bebcdcae98d143275e47dd0bc62100ba00b.1710272464.git.cage-dev@twistfold.it> Message-ID: <875xxpdsrv.fsf@kitej> 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: 69760-done Cc: 69760-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 applied as 6e4b1b450cf3b8ab431b5923d411bb3de85ecada. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZfLOFA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j87HwEAiikeM6B2IBtxEM6NVH1jz43n3UAY2KtjitQq obU/BNoBAJlBAh04lhVM9XRq5lIAKKVXbH5xttxGs/hIRVx5UUmM =htQd -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Aug 14 21:49:27 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, 11 Apr 2024 11:24:32 +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