From patchwork Thu Apr 21 01:49:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Paul A. Patience" X-Patchwork-Id: 148 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 03B8427BBE9; Thu, 21 Apr 2022 02:51:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 12D9227BBEA for ; Thu, 21 Apr 2022 02:51:11 +0100 (BST) Received: from localhost ([::1]:59262 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhLyQ-0002tT-54 for patchwork@mira.cbaines.net; Wed, 20 Apr 2022 21:51:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhLyI-0002t4-D0 for guix-patches@gnu.org; Wed, 20 Apr 2022 21:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54073) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhLyI-0001ym-4d for guix-patches@gnu.org; Wed, 20 Apr 2022 21:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhLyI-0007W7-1Q for guix-patches@gnu.org; Wed, 20 Apr 2022 21:51:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55049] [PATCH 0/3] gnu: Add cl-boost-{parse,re,lexer}. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Apr 2022 01:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55049 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55049@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165050581228821 (code B ref -1); Thu, 21 Apr 2022 01:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2022 01:50:12 +0000 Received: from localhost ([127.0.0.1]:47970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhLxU-0007Un-3F for submit@debbugs.gnu.org; Wed, 20 Apr 2022 21:50:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:40088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhLxS-0007Uf-BE for submit@debbugs.gnu.org; Wed, 20 Apr 2022 21:50:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhLxS-0002pt-45 for guix-patches@gnu.org; Wed, 20 Apr 2022 21:50:10 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:25723) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhLxP-0001Yy-Dj for guix-patches@gnu.org; Wed, 20 Apr 2022 21:50:09 -0400 Date: Thu, 21 Apr 2022 01:49:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1650505798; bh=c7xwJL4owuuXSbYe3x4h3+18umzgZMSP7kVFFbMqpgQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Ebte7bZPsIre2Fx0fBYiglwMdkeEXyCYGg5JcAIedjOXfd/j1mz/DI+/5p0BDzXSA kxlvS8NF8BUD9757b1lJ+nOrVNkf5lxhoqQOR4QLAiRFGWFcuh8RiuySZ0LqgoypD9 3QBLRN+kuYD7eA0XWJo+6pWKjzLc8rP7thGV41aZnLJTRaKY+hANjDPkZiv6z78lYy WxfdGP+nsxlf7lCabG81GLiS+Am5Ix6cRsckxWAc3jw4t9K9CRJsFL6VR6POxoJ6ZY VwA4As/PYrm1FHkdDJ8qL7yvMRLL1qzmqfnjCGY/pMtYHUsmX1jkezvNvdKWQszi6k ltGRmCYSISVoQ== From: "Paul A. Patience" Message-ID: <20220421014937.264841-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Received-SPF: pass client-ip=185.70.43.23; envelope-from=paul@apatience.com; helo=mail-4323.proton.ch 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_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches The PARSE and RE Common Lisp libraries (by https://github.com/massung) have been seemingly migrated to the CL-BOOST organization (https://github.com/cl-boost) — some of whose packages I've added in this patch series —, probably to avoid potential conflicts with other CL library names. For now I've left the cl-parse and cl-re Guix packages alone, but if no one is using them, they could be removed. Paul A. Patience (3): gnu: Add cl-boost-parse. gnu: Add cl-boost-re. gnu: Add cl-boost-lexer. gnu/packages/lisp-xyz.scm | 90 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) --- 2.35.1