From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 39FxGmZmC19PFwAA0tVLHw (envelope-from ) for ; Sun, 12 Jul 2020 19:37:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MKfHFWZmC19UTQAAbx9fmQ (envelope-from ) for ; Sun, 12 Jul 2020 19:37:10 +0000 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 E6E0994066A for ; Sun, 12 Jul 2020 19:37:09 +0000 (UTC) Received: from localhost ([::1]:58240 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1juhme-0002GL-BK for larch@yhetil.org; Sun, 12 Jul 2020 15:37:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47182) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juhmY-0002GB-Dm for guix-patches@gnu.org; Sun, 12 Jul 2020 15:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35244) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1juhmY-0007Pc-3b for guix-patches@gnu.org; Sun, 12 Jul 2020 15:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1juhmX-00087A-Ub for guix-patches@gnu.org; Sun, 12 Jul 2020 15:37:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42229] [[PATCH v3] 1/4] gnu: jami-client-gnome: Remove deprecated package. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 12 Jul 2020 19:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jan Wielkiewicz Cc: 42229@debbugs.gnu.org Received: via spool by 42229-submit@debbugs.gnu.org id=B42229.159458260831157 (code B ref 42229); Sun, 12 Jul 2020 19:37:01 +0000 Received: (at 42229) by debbugs.gnu.org; 12 Jul 2020 19:36:48 +0000 Received: from localhost ([127.0.0.1]:46790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juhmJ-00086T-Lj for submit@debbugs.gnu.org; Sun, 12 Jul 2020 15:36:47 -0400 Received: from mira.cbaines.net ([212.71.252.8]:46270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juhmG-00086I-Vq for 42229@debbugs.gnu.org; Sun, 12 Jul 2020 15:36:47 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id 14C5827BBE1; Sun, 12 Jul 2020 20:36:44 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 3607f4c3; Sun, 12 Jul 2020 19:36:41 +0000 (UTC) References: <20200706153442.1843-1-tona_kosmicznego_smiecia@interia.pl> <20200712160049.6541-1-tona_kosmicznego_smiecia@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200712160049.6541-1-tona_kosmicznego_smiecia@interia.pl> Date: Sun, 12 Jul 2020 20:36:41 +0100 Message-ID: <87imesjzjq.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.19 X-TUID: boPVBWTSnPGF --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > This package has been deprecated for over a year. > > * gnu/packages/jami.scm (jami-client-gnome): Remove variable. > --- > gnu/packages/jami.scm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm > index d5cb3b62f6..a00d3cc2e2 100644 > --- a/gnu/packages/jami.scm > +++ b/gnu/packages/jami.scm > @@ -591,5 +591,4 @@ This package provides the Jami client for the GNOME desktop.") > (home-page "https://jami.net") > (license license:gpl3+))) > > -(define-public jami-client-gnome > - (deprecated-package "jami-client-gnome" jami)) > + I tweaked this patch just to clean up the whitespace at the bottom of the file, and add a "As" to the commit message. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8LZklfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfGGA//VFC1Y1Ks0QNBHspQNqoLOdP41X1jfOD/38ED6khJhTKfUry+gDP4IXa6 F1cSdeoY/rn1Y99LpRxr4ZPhlIBB9r8Ma3TCXilwGyOzB5CLvAGZhc7JDkxJXUen x1g1Uevd1lDZeezvcbhlFDOEE2vyq+SwtKh9lWcvt3XnrL6w6r2EIHougLJwGPY/ ILMZ55JFhHnqtLypavlcehwv17AHwfEn8pMOm/2B8uj4NluuPnTFzY6PD4OvWiyS s9AmCT4xqx4B8YdTVMQDRVMU6OFNSq4WnSUhjAXGARyGG1g84ZS0u/UFfGnDn26z F/rAH84J9eHU9NgNL11pwGF7NQfHNSyZBtAHUWXT803xsCh36ZlVqNeDYcLUvxBV 3lnnK9RJc9R55fo0rbKn86iIjmGp9JVkaZMZjUxETUEHzwZGk/4wQ2p5rqJfhdNH JAhY0RQHtitaCwArMW22+aU6iGSP+tOSPn4/xTEytUCTU5wSmqpCM7N6VxgYE/V8 MCBwz0wsMVkuXT7LdGwThJbblpG4qrQagIWM6uK3CSPwK5Ft5dcCHdbbXwv/dbWS oIIaSdnt3pDr1Ido1l85EbqYykhn8MoKVWYW0PJ4EamWdisQlAryGheWiuJHvcCu iScWz7nfHV4JEKcl8kdJ34FvZZNe0qudarZ2Hn4XfgQOBj3ngXc= =V/r0 -----END PGP SIGNATURE----- --=-=-=--