From unknown Tue Jun 17 01:49:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66452] [PATCH] gnu: emacs-mastodon: Update to 1.0.6. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 10 Oct 2023 19:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66452 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66452@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16969676562684 (code B ref -1); Tue, 10 Oct 2023 19:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Oct 2023 19:54:16 +0000 Received: from localhost ([127.0.0.1]:36949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqIo3-0000hD-Nx for submit@debbugs.gnu.org; Tue, 10 Oct 2023 15:54:16 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqIny-0000gr-Ra for submit@debbugs.gnu.org; Tue, 10 Oct 2023 15:54:14 -0400 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 1qqInW-0005oQ-My for guix-patches@gnu.org; Tue, 10 Oct 2023 15:53:42 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqInT-0004Bq-IL for guix-patches@gnu.org; Tue, 10 Oct 2023 15:53:41 -0400 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4S4mmV3QHQz6vJB; Tue, 10 Oct 2023 19:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1696967610; bh=Dchm4VSiXYbHm+tpy2OVFcuh1Hhm0wOLWcCPzvE+Uak=; h=From:To:Cc:Subject:Date:From; b=oDee9IrwkxvWQ600di6GBCF9hc7kcQKDE2njykEQFDSHhp7pFGWQUgtJJv4hdWl0s 6WQTqTz65WKQftDmvFGqNHWI0miSOoXO+Av9CfRxZLLJKrfbNSkBfzWfqvkkHrW4s9 wVa555bC7EdsRdOsoX8kpkhnR20+DvH3+MdLLIgE= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4S4mmV0fl3z6vFp; Tue, 10 Oct 2023 19:53:30 +0000 (UTC) From: Cayetano Santos Date: Tue, 10 Oct 2023 21:52:52 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6. --- gnu/packages/emacs-xyz.scm | 65 ++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cf1542955c..24912f0e41 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32827,40 +32827,37 @@ (define-public emacs-wc-mode (license license:gpl3+))) (define-public emacs-mastodon - ;; No release in ~1 year, hence this snapshot. - (let ((commit "20dec8871c9bb5f5e418bfc197e7533b5e3065e3") - (revision "1")) - (package - (name "emacs-mastodon") - (version (git-version "1.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://codeberg.org/martianh/mastodon.el") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "15cfjny99yw5frdp8nlyazlwgscvfvbinsj0fbdfprxf50k2zjs6")))) - (build-system emacs-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - ;; Move the source files to the top level, which is included in - ;; the EMACSLOADPATH. - (add-after 'unpack 'move-source-files - (lambda _ - (let ((el-files (find-files "./lisp" ".*\\.el$"))) - (for-each (lambda (f) - (rename-file f (basename f))) - el-files))))))) - (propagated-inputs - (list emacs-request emacs-ts emacs-persist)) - (home-page "https://codeberg.org/martianh/mastodon.el") - (synopsis "Emacs client for Mastodon") - (description "@code{mastodon.el} is an Emacs client for Mastodon, the -federated microblogging social network.") - (license license:gpl3+)))) + (package + (name "emacs-mastodon") + (version "1.0.6") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/martianh/mastodon.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj")))) + (build-system emacs-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + ;; Move the source files to the top level, which is included in + ;; the EMACSLOADPATH. + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f (basename f))) + el-files))))))) + (propagated-inputs + (list emacs-request emacs-ts emacs-persist)) + (home-page "https://codeberg.org/martianh/mastodon.el") + (synopsis "Emacs client for Mastodon") + (description "@code{mastodon.el} is an Emacs client for Mastodon, the + federated microblogging social network.") + (license license:gpl3+))) (define-public emacs-ebdb (package base-commit: fc6c910f797ea232f6019c4ca5dbd105f78928df -- 2.41.0 From unknown Tue Jun 17 01:49:24 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: Cayetano Santos Subject: bug#66452: closed (Fixed.) Message-ID: References: <87lec13atk.fsf@inventati.org> X-Gnu-PR-Message: they-closed 66452 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 66452@debbugs.gnu.org Date: Tue, 17 Oct 2023 08:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1697531822-11448-1" This is a multi-part message in MIME format... ------------=_1697531822-11448-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #66452: [PATCH] gnu: emacs-mastodon: Update to 1.0.6. 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 66452@debbugs.gnu.org. --=20 66452: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D66452 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1697531822-11448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 66452-done) by debbugs.gnu.org; 17 Oct 2023 08:36:42 +0000 Received: from localhost ([127.0.0.1]:58524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsfZB-0002y7-Kz for submit@debbugs.gnu.org; Tue, 17 Oct 2023 04:36:41 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:29771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsfZ5-0002xt-Uc for 66452-done@debbugs.gnu.org; Tue, 17 Oct 2023 04:36:40 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4S8nPh46nqzGp1f for <66452-done@debbugs.gnu.org>; Tue, 17 Oct 2023 08:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1697531768; bh=J5zoKnCz3DhqZLJ4cgtAsrDbsIXC4hxfMEpactJwkEs=; h=References:From:To:Subject:Date:Reply-To:In-reply-to:From; b=HJA0gLzaWyrjQnosi33xCdSy0RYDCTPha0FFtffWUDHpM6QY4cOee9FLMwWG87ZlZ ocMBA0UOQ+jQYVWdJUhpLpzVoHH9srcDUd8b89kAgFwNRF0m/bk/uN/xRMhXynZ4/y rhFoT/dWxUkXpZtGXBgQ09CaIe6eEuuv4wewPPTM= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4S8nPh3LpczGp0S for <66452-done@debbugs.gnu.org>; Tue, 17 Oct 2023 08:36:08 +0000 (UTC) References: User-agent: mu4e 1.10.7; emacs 29.1 From: Cayetano Santos To: 66452-done@debbugs.gnu.org Subject: Fixed. Date: Tue, 17 Oct 2023 10:34:24 +0200 In-reply-to: Message-ID: <87lec13atk.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 66452-done 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: , Reply-To: csantosb@inventati.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >mar. 10 oct. 2023 at 19:55, help-debbugs@gnu.org (GNU bug Tracking System) wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 66452@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. ------------=_1697531822-11448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Oct 2023 19:54:16 +0000 Received: from localhost ([127.0.0.1]:36949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqIo3-0000hD-Nx for submit@debbugs.gnu.org; Tue, 10 Oct 2023 15:54:16 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqIny-0000gr-Ra for submit@debbugs.gnu.org; Tue, 10 Oct 2023 15:54:14 -0400 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 1qqInW-0005oQ-My for guix-patches@gnu.org; Tue, 10 Oct 2023 15:53:42 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqInT-0004Bq-IL for guix-patches@gnu.org; Tue, 10 Oct 2023 15:53:41 -0400 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4S4mmV3QHQz6vJB; Tue, 10 Oct 2023 19:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1696967610; bh=Dchm4VSiXYbHm+tpy2OVFcuh1Hhm0wOLWcCPzvE+Uak=; h=From:To:Cc:Subject:Date:From; b=oDee9IrwkxvWQ600di6GBCF9hc7kcQKDE2njykEQFDSHhp7pFGWQUgtJJv4hdWl0s 6WQTqTz65WKQftDmvFGqNHWI0miSOoXO+Av9CfRxZLLJKrfbNSkBfzWfqvkkHrW4s9 wVa555bC7EdsRdOsoX8kpkhnR20+DvH3+MdLLIgE= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4S4mmV0fl3z6vFp; Tue, 10 Oct 2023 19:53:30 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-mastodon: Update to 1.0.6. Date: Tue, 10 Oct 2023 21:52:52 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6. --- gnu/packages/emacs-xyz.scm | 65 ++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cf1542955c..24912f0e41 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32827,40 +32827,37 @@ (define-public emacs-wc-mode (license license:gpl3+))) (define-public emacs-mastodon - ;; No release in ~1 year, hence this snapshot. - (let ((commit "20dec8871c9bb5f5e418bfc197e7533b5e3065e3") - (revision "1")) - (package - (name "emacs-mastodon") - (version (git-version "1.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://codeberg.org/martianh/mastodon.el") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "15cfjny99yw5frdp8nlyazlwgscvfvbinsj0fbdfprxf50k2zjs6")))) - (build-system emacs-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - ;; Move the source files to the top level, which is included in - ;; the EMACSLOADPATH. - (add-after 'unpack 'move-source-files - (lambda _ - (let ((el-files (find-files "./lisp" ".*\\.el$"))) - (for-each (lambda (f) - (rename-file f (basename f))) - el-files))))))) - (propagated-inputs - (list emacs-request emacs-ts emacs-persist)) - (home-page "https://codeberg.org/martianh/mastodon.el") - (synopsis "Emacs client for Mastodon") - (description "@code{mastodon.el} is an Emacs client for Mastodon, the -federated microblogging social network.") - (license license:gpl3+)))) + (package + (name "emacs-mastodon") + (version "1.0.6") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/martianh/mastodon.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj")))) + (build-system emacs-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + ;; Move the source files to the top level, which is included in + ;; the EMACSLOADPATH. + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f (basename f))) + el-files))))))) + (propagated-inputs + (list emacs-request emacs-ts emacs-persist)) + (home-page "https://codeberg.org/martianh/mastodon.el") + (synopsis "Emacs client for Mastodon") + (description "@code{mastodon.el} is an Emacs client for Mastodon, the + federated microblogging social network.") + (license license:gpl3+))) (define-public emacs-ebdb (package base-commit: fc6c910f797ea232f6019c4ca5dbd105f78928df -- 2.41.0 ------------=_1697531822-11448-1--