From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id gGf0LfVP82MvAAAAbAwnHQ (envelope-from ) for ; Mon, 20 Feb 2023 11:48:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WMwHLvVP82MgLQAA9RJhRA (envelope-from ) for ; Mon, 20 Feb 2023 11:48:21 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 93F4D3CA8A for ; Mon, 20 Feb 2023 11:48:21 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="XX44MMU/"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676890101; a=rsa-sha256; cv=none; b=vBY3nKIL/ckSsiQ/fjUZBst/wFYk0w8UA2vNhHno7urxNrkBflMNuQcZjx1gi77rN+x7bH +JKepEFsqHqJAZSpC+5fXu16mhEGhuaFHxQ2tYbRApu3JtQVeCOUJ/VwcXWj2lHrtTGGw0 cq79E0YPj9ZYHetuXWwvGZNRCBoorbDh3ruDhTbBouOTcrJHu7fGJPplKfvbP6R/RqFGXy OH42J4Z2BI3MCfhriovTT6m56U3oAf8vbP9csHBOExCBmexTTeVsGXwQ1WxD9tNKTocfq2 i+YelprIutIeDT8jICxHSeKbJLbwmB+oVboei4jN17A1K9oEHttM41wOho3FLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="XX44MMU/"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676890101; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=vu/fhTFWk9qzyy+RLZYgTMMaLOyt15CZfFvKWKjHYlg=; b=ZOva3A0LL7fArCszBohZ1wjVQy5jv4tSEYR+aLTSsqWvP5saR7uaY9+7VNSohSGyEZNsRz UpyPdhwHOPKuvSBt0ybjdCrM4VjVMxrtTtmPMMvzMRjiBPDPWAP7L8dgPT+UKy58YqucfD 3fD/Z+li5yEGoLuxLD9SPXT1cyJI/un1vLNjNhWeZCAYzJOvgB07iDayPVoIXReuYaQ2ls oabweFTngjgghWs0mQBVPgv2Vp6B7suzhubp4Z1o84rwG8LBFn35maI0vECYf8aK9KnCeJ qYkQRlLJgAyZPZZseQk76l8bCWImX1xJg/3IT3R4EzmpJHYxuZwXODAz7A7nwg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pU3iK-00041t-Dr; Mon, 20 Feb 2023 05:48:09 -0500 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 1pU3iH-00041h-Ng for guix-patches@gnu.org; Mon, 20 Feb 2023 05:48:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pU3iE-0001me-Ae for guix-patches@gnu.org; Mon, 20 Feb 2023 05:48:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pU3iE-00045R-4r for guix-patches@gnu.org; Mon, 20 Feb 2023 05:48:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61332] [PATCH] gnu: Remove opencascade-oce. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Feb 2023 10:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61332 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 61332-done@debbugs.gnu.org, Vinicius Monego Received: via spool by 61332-done@debbugs.gnu.org id=D61332.167689003315511 (code D ref 61332); Mon, 20 Feb 2023 10:48:02 +0000 Received: (at 61332-done) by debbugs.gnu.org; 20 Feb 2023 10:47:13 +0000 Received: from localhost ([127.0.0.1]:50610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU3hR-000426-B1 for submit@debbugs.gnu.org; Mon, 20 Feb 2023 05:47:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU3hQ-00041t-Dn for 61332-done@debbugs.gnu.org; Mon, 20 Feb 2023 05:47:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU3hK-0001hM-KJ; Mon, 20 Feb 2023 05:47:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=vu/fhTFWk9qzyy+RLZYgTMMaLOyt15CZfFvKWKjHYlg=; b=XX44MMU/QkqKc0qnrazL fE0Nu0+ocP6xUECFoh5d1a+ZmSrE62GurlXIR8P3ieGJZp5tj2qBM7W8Guil4vWnBS3UQCaoC3gHc PlKSZbGPVkA3zLFwsToh9Im67O6UAhtvQRkoUueM1vnQbnkclQCSa/0Ovg2PwTTwjwoNZ+esCMUT9 oRkPFh8u+KyhX+oSN2SDz0H1xnE4jVlOhXN2V7kuvCkJe0Y7Qlzy/p8bibGZ1OraduNAt9NtnFqUW LPMZuajtKKq9KNZ2q2Ed2vVac97PiqfUg51ZG/2IqVq2lMo/CbdIK9JRw+42O9dbawu626+4kvoin /4A3YJ2YPtqaTA==; Received: from [193.50.110.154] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU3hJ-0004K4-S9; Mon, 20 Feb 2023 05:47:06 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230206234708.2606276-1-monego@posteo.net> <87fsbdp31m.fsf@gnu.org> <86a61k8r91.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 2 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Cornouiller X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 20 Feb 2023 11:47:04 +0100 In-Reply-To: <86a61k8r91.fsf@gmail.com> (zimoun's message of "Sat, 11 Feb 2023 10:51:06 +0100") Message-ID: <878rgsk40n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: X-Migadu-Queue-Id: 93F4D3CA8A X-Spam-Score: -5.25 X-Migadu-Spam-Score: -5.25 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-TUID: LohZF0ZY31pu Hi, zimoun skribis: > As I pointed: > > 1. Removal it is not copyrightable. > 2. One line change is not copyrightable. This is true, but hopefully Vinicius will contribute more this year, which is why I did not worry! Ludo=E2=80=99.