From unknown Sun Jun 22 11:41:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50158] [PATCH] gnu: ledger-agent: Remove usage from description. Resent-From: Matthew James Kraai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 21 Aug 2021 23:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50158 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50158@debbugs.gnu.org Cc: Matthew James Kraai X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162958912712350 (code B ref -1); Sat, 21 Aug 2021 23:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Aug 2021 23:38:47 +0000 Received: from localhost ([127.0.0.1]:38010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHaZb-0003D8-A6 for submit@debbugs.gnu.org; Sat, 21 Aug 2021 19:38:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:51122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHaZZ-0003D1-Ms for submit@debbugs.gnu.org; Sat, 21 Aug 2021 19:38:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHaZT-0006NC-LA for guix-patches@gnu.org; Sat, 21 Aug 2021 19:38:41 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:21746 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHaZP-0000ad-Ez for guix-patches@gnu.org; Sat, 21 Aug 2021 19:38:37 -0400 Received: from ip68-228-72-85.oc.oc.cox.net ([68.228.72.85] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mHaZJ-000nyj-Nr; Sat, 21 Aug 2021 23:38:29 +0000 From: Matthew James Kraai Date: Sat, 21 Aug 2021 16:38:26 -0700 Message-Id: <20210821233826.10864-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. --- gnu/packages/finance.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 0d398a5367..e71cf86557 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1048,12 +1048,7 @@ the KeepKey Ha [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. --- gnu/packages/finance.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 0d398a5367..e71cf86557 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1048,12 +1048,7 @@ the KeepKey Hardware Wallet.") ("python-trezor-agent" ,python-trezor-agent))) (home-page "https://github.com/romanz/trezor-agent") (synopsis "Ledger as hardware SSH/GPG agent") - (description "This package allows using Ledger as hardware SSH/GPG agent. - -Usage for SSH: trezor-agent foo@@example.com --connect -Usage for GPG: Initialize using trezor-gpg init \"Foo \" -Then set the environment variable GNUPGHOME to -\"${HOME}/.gnupg/trezor\".") + (description "This package allows using Ledger as hardware SSH/GPG agent.") (license license:lgpl3))) (define-public trezor-agent -- 2.32.0 From unknown Sun Jun 22 11:41:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Matthew James Kraai Subject: bug#50158: closed (Re: bug#50158: [PATCH] gnu: ledger-agent: Remove usage from description.) Message-ID: References: <87eea9683d.fsf@gnu.org> <20210821233826.10864-1-kraai@ftbfs.org> X-Gnu-PR-Message: they-closed 50158 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50158@debbugs.gnu.org Date: Tue, 31 Aug 2021 13:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1630417562-17474-1" This is a multi-part message in MIME format... ------------=_1630417562-17474-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50158: [PATCH] gnu: ledger-agent: Remove usage from description. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50158@debbugs.gnu.org. --=20 50158: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50158 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1630417562-17474-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50158-done) by debbugs.gnu.org; 31 Aug 2021 13:45:51 +0000 Received: from localhost ([127.0.0.1]:33312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL45G-0004XS-RW for submit@debbugs.gnu.org; Tue, 31 Aug 2021 09:45:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL45G-0004XB-3H for 50158-done@debbugs.gnu.org; Tue, 31 Aug 2021 09:45:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36248) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL45A-0001SC-If; Tue, 31 Aug 2021 09:45:44 -0400 Received: from [2a01:e0a:19b:d9a0:f2f7:a404:c3d3:f8b4] (port=37382 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL45A-0000vI-8I; Tue, 31 Aug 2021 09:45:44 -0400 From: Mathieu Othacehe To: Matthew James Kraai Subject: Re: bug#50158: [PATCH] gnu: ledger-agent: Remove usage from description. References: <20210821233826.10864-1-kraai@ftbfs.org> Date: Tue, 31 Aug 2021 15:45:42 +0200 In-Reply-To: <20210821233826.10864-1-kraai@ftbfs.org> (Matthew James Kraai's message of "Sat, 21 Aug 2021 16:38:26 -0700") Message-ID: <87eea9683d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50158-done Cc: 50158-done@debbugs.gnu.org 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: -3.3 (---) > * gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. Pushed, thanks! Mathieu ------------=_1630417562-17474-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Aug 2021 23:38:47 +0000 Received: from localhost ([127.0.0.1]:38010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHaZb-0003D8-A6 for submit@debbugs.gnu.org; Sat, 21 Aug 2021 19:38:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:51122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHaZZ-0003D1-Ms for submit@debbugs.gnu.org; Sat, 21 Aug 2021 19:38:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHaZT-0006NC-LA for guix-patches@gnu.org; Sat, 21 Aug 2021 19:38:41 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:21746 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHaZP-0000ad-Ez for guix-patches@gnu.org; Sat, 21 Aug 2021 19:38:37 -0400 Received: from ip68-228-72-85.oc.oc.cox.net ([68.228.72.85] helo=localhost.localdomain) by aws.ftbfs.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mHaZJ-000nyj-Nr; Sat, 21 Aug 2021 23:38:29 +0000 From: Matthew James Kraai To: guix-patches@gnu.org Subject: [PATCH] gnu: ledger-agent: Remove usage from description. Date: Sat, 21 Aug 2021 16:38:26 -0700 Message-Id: <20210821233826.10864-1-kraai@ftbfs.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No (score -2.9): Spam detection software, running on the system "aws.ftbfs.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: * gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. --- gnu/packages/finance.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 0d398a5367..e71cf86557 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1048,12 +1048,7 @@ the KeepKey Ha [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Received-SPF: pass client-ip=52.8.68.13; envelope-from=kraai@ftbfs.org; helo=aws.ftbfs.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Matthew James Kraai 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.4 (--) * gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. --- gnu/packages/finance.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 0d398a5367..e71cf86557 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1048,12 +1048,7 @@ the KeepKey Hardware Wallet.") ("python-trezor-agent" ,python-trezor-agent))) (home-page "https://github.com/romanz/trezor-agent") (synopsis "Ledger as hardware SSH/GPG agent") - (description "This package allows using Ledger as hardware SSH/GPG agent. - -Usage for SSH: trezor-agent foo@@example.com --connect -Usage for GPG: Initialize using trezor-gpg init \"Foo \" -Then set the environment variable GNUPGHOME to -\"${HOME}/.gnupg/trezor\".") + (description "This package allows using Ledger as hardware SSH/GPG agent.") (license license:lgpl3))) (define-public trezor-agent -- 2.32.0 ------------=_1630417562-17474-1--