From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 09:30:09 2019 Received: (at submit) by debbugs.gnu.org; 29 May 2019 13:30:09 +0000 Received: from localhost ([127.0.0.1]:58331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyef-0002b6-9F for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57855) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyed-0002aP-Dx for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:58866) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyeY-0006eA-Ae for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVyeX-00042u-5M for guix-patches@gnu.org; Wed, 29 May 2019 09:30:02 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVyeW-0006cc-8r for guix-patches@gnu.org; Wed, 29 May 2019 09:30:01 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:56417) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyeW-0006bF-2j for guix-patches@gnu.org; Wed, 29 May 2019 09:30:00 -0400 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 2717A100017 for ; Wed, 29 May 2019 13:29:57 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH 7/9] gnu: Add sbcl-iolib.grovel. Date: Wed, 29 May 2019 15:29:54 +0200 Message-Id: <20190529132956.7454-7-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190529132956.7454-1-mail@ambrevar.xyz> References: <20190529132917.7142-1-mail@ambrevar.xyz> <20190529132956.7454-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.178.231 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.1 (-) 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.1 (--) * gnu/packages/lisp.scm (sbcl-iolib.grovel): New variable. --- gnu/packages/lisp.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index fb15edd52d..34bd0ce0cd 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5450,3 +5450,24 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.") (arguments '(#:asd-file "iolib.base.asd")) (synopsis "Base package for IOLib, a Common Lisp I/O library"))) + +(define-public sbcl-iolib.grovel + (package + (inherit sbcl-iolib.asdf) + (name "sbcl-iolib.grovel") + (inputs + `(("iolib.asdf" ,sbcl-iolib.asdf) + ("iolib.conf" ,sbcl-iolib.conf) + ("iolib.base", sbcl-iolib.base) + ("cffi", sbcl-cffi))) + (arguments + '(#:asd-file "iolib.grovel.asd" + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-header + (lambda* (#:key outputs #:allow-other-keys) + ;; This header is required by sbcl-iolib. + (install-file "src/grovel/grovel-common.h" + (string-append (assoc-ref outputs "out") + "/lib/sbcl"))))))) + (synopsis "CFFI Groveller for IOLib, a Common Lisp I/O library"))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 10:08:51 2019 Received: (at control) by debbugs.gnu.org; 29 May 2019 14:08:51 +0000 Received: from localhost ([127.0.0.1]:59479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzG7-00040n-Gz for submit@debbugs.gnu.org; Wed, 29 May 2019 10:08:51 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:54921) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzG5-00040e-2Y for control@debbugs.gnu.org; Wed, 29 May 2019 10:08:49 -0400 Received: from bababa (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: pierre@atlas.engineer) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 86C6410000B for ; Wed, 29 May 2019 14:08:44 +0000 (UTC) From: Pierre Neidhardt To: control@debbugs.gnu.org Subject: control message for bug #35983 Date: Wed, 29 May 2019 16:08:43 +0200 Message-ID: <87ftoxjqtw.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: control 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.2 (-) --=-=-= Content-Type: text/plain close 35983 --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlzukmsACgkQm9z0l6S7 zH8csQgAo0WCgu+mQyhYhetNbZsGe11MsZ4LxN/XHQLQnEvubLBEpwTWA3pgrxb8 L5K7r26H0bTLcYAGdHErXHvxjrJlWPm9tr+A/+7QYh9hAj0YPB6OtWGYCL7DBlFI pVAwUCJ5VWe8xun92ZJ4x4z4fXrUCOZCGteyLtNjeSj/UPes5PVq/QXWO8VIvx8B eBHB8v6Tx4A5cetYqNOzbYdDC4zKb76VkbuThwzCNQXGUAnfKOTs6w3kunWZORCu CjL8DO4m15R4lh8Z5TK9ZogSoDPOhF4RCiCH0JZB4/0tnZedCk8ktff8VOtYkTdg CSBmhVKyW8XS5VteKwTzPN4p0rpxXg== =ZsTv -----END PGP SIGNATURE----- --==-=-=-- --=-=-=-- From unknown Fri Sep 12 10:55:31 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, 27 Jun 2019 11:24:07 +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