From patchwork Sat Jun 19 15:50:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Xinglu Chen X-Patchwork-Id: 30504 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 9BF9227BC81; Sat, 19 Jun 2021 16:51:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_PASS,T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4FFA827BC78 for ; Sat, 19 Jun 2021 16:51:17 +0100 (BST) Received: from localhost ([::1]:41728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ludFc-0000ig-CE for patchwork@mira.cbaines.net; Sat, 19 Jun 2021 11:51:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42162) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ludFP-0000X4-Pn for guix-patches@gnu.org; Sat, 19 Jun 2021 11:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48999) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ludFP-0003fG-Fz for guix-patches@gnu.org; Sat, 19 Jun 2021 11:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ludFP-0006qV-Fx for guix-patches@gnu.org; Sat, 19 Jun 2021 11:51:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49101] [PATCH v3 3/6] gnu: ocaml4.07-pcre: Remove package. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Jun 2021 15:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49101 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49101@debbugs.gnu.org Cc: Julien Lepiller Received: via spool by 49101-submit@debbugs.gnu.org id=B49101.162411784626222 (code B ref 49101); Sat, 19 Jun 2021 15:51:03 +0000 Received: (at 49101) by debbugs.gnu.org; 19 Jun 2021 15:50:46 +0000 Received: from localhost ([127.0.0.1]:60530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludF8-0006ok-49 for submit@debbugs.gnu.org; Sat, 19 Jun 2021 11:50:46 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:49076 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ludF5-0006nr-6d for 49101@debbugs.gnu.org; Sat, 19 Jun 2021 11:50:43 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624117837; bh=vy3ZpEt6i5ZfldXOalmx+cHwSckEX9efsnHOSoDtR7w=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=FPKtLOc3sBlGqF5cwKPNvVvu4RFojZNQIvv6Sj3jqjgzvj1yCdak8unEf1TpofBrN wyUCBPkaC7gPByz2hbmCpANuxZf/Pqmp2We9dFSWaxE+r0yWr3M/Ev0lzKcVhT5D/X SXl1GVZ2d8aNV9JyReEcTAJD+GkM38bLzq8jRcrY= In-Reply-To: References: Message-Id: Date: Sat, 19 Jun 2021 17:50:37 +0200 MIME-Version: 1.0 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package. It has been superseded by ‘ocaml-pcre’. --- gnu/packages/ocaml.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d3674ccba8..c89908a1b2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3118,36 +3118,6 @@ offered by the Perl language.") ;; With static linking exception (license license:lgpl2.1+))) -(define-public ocaml4.07-pcre - (package - (name "ocaml4.07-pcre") - (version "7.4.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mmottl/pcre-ocaml") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "11sd8g668h48790lamz0riw9jgnfkaif5qdfa0akcndwa6aj07jf")))) - (build-system dune-build-system) - (arguments - `(#:test-target "." - #:ocaml ,ocaml-4.07 - #:findlib ,ocaml4.07-findlib - #:dune ,ocaml4.07-dune)) - (native-inputs - `(("ocaml-base" ,(package-with-ocaml4.07 ocaml-base)) - ("pcre:bin" ,pcre "bin"))) - (propagated-inputs `(("pcre" ,pcre))) - (home-page "https://mmottl.github.io/pcre-ocaml") - (synopsis "Bindings to the Perl Compatibility Regular Expressions library") - (description "Pcre-ocaml offers library functions for string pattern -matching and substitution, similar to the functionality offered by the Perl -language.") - (license license:lgpl2.1+))); with the OCaml link exception - (define-public ocaml-expect (package (name "ocaml-expect")