From patchwork Mon Mar 11 22:07:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 1371 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 1EAB916D8F; Mon, 11 Mar 2019 22:08:12 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 821E716D8C for ; Mon, 11 Mar 2019 22:08:11 +0000 (GMT) Received: from localhost ([127.0.0.1]:40961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3T5d-0008O6-O1 for patchwork@mira.cbaines.net; Mon, 11 Mar 2019 18:08:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3T5Y-0008Nw-9J for guix-patches@gnu.org; Mon, 11 Mar 2019 18:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3T5X-00049R-4Z for guix-patches@gnu.org; Mon, 11 Mar 2019 18:08:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54253) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3T5W-00049K-Vg for guix-patches@gnu.org; Mon, 11 Mar 2019 18:08:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h3T5W-0006Wm-NH for guix-patches@gnu.org; Mon, 11 Mar 2019 18:08:02 -0400 Subject: bug#34724: Guix patch: emacs-debpaste Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 11 Mar 2019 22:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 34724 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Brian Leung Mail-Followup-To: 34724@debbugs.gnu.org, ludo@gnu.org, bkleung89@gmail.com Received: via spool by 34724-done@debbugs.gnu.org id=D34724.155234206025055 (code D ref 34724); Mon, 11 Mar 2019 22:08:02 +0000 Received: (at 34724-done) by debbugs.gnu.org; 11 Mar 2019 22:07:40 +0000 Received: from localhost ([127.0.0.1]:39563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3T59-0006W3-Tj for submit@debbugs.gnu.org; Mon, 11 Mar 2019 18:07:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49159) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3T57-0006Vq-Ro for 34724-done@debbugs.gnu.org; Mon, 11 Mar 2019 18:07:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3T52-0003uS-Ha; Mon, 11 Mar 2019 18:07:32 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39434 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h3T51-0000jq-LJ; Mon, 11 Mar 2019 18:07:32 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: Date: Mon, 11 Mar 2019 23:07:29 +0100 In-Reply-To: (Brian Leung's message of "Mon, 4 Mar 2019 01:46:27 +0100") Message-ID: <87zhq1rroe.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 34724-done@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Brian, I applied the first patch with these changes to address issues reported by ‘guix lint’: Likewise for the second patch: I also tweaked the commit log to follow our conventions. Please do not miss for your future contributions. Thank you! Ludo’. diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8d521cffce..69ea0b3b74 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11362,24 +11362,23 @@ Org-mode. It features: (package (name "emacs-debpaste") (version "0.1.5") + (home-page "https://github.com/alezost/debpaste.el") (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/alezost/debpaste.el/archive/v" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference (url home-page) + (commit (string-append "v" version)))) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "16qqa32ys3gvxf9x1va2cnjcmw1zvbwgc16pqasgrf4mh7qwsd9b")))) + "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-xml-rpc" ,emacs-xml-rpc))) - (home-page "https://github.com/alezost/debpaste.el") - (synopsis "This package provides an interface for receiving, posting and -deleting pastes from the Debian Pastezone.") - (description "Debpaste is an Emacs interface for the Debian Pastezone. -It provides receiving, posting and deleting pastes using XML-RPC.") + (synopsis "Manipulate pastes from the Debian Pastezone") + (description "Debpaste is an Emacs interface for the Debian Pastezone, +allowing you to receive, post, and delete pastes. It communicates with the +server using XML-RPC.") (license license:gpl3+))) (define-public emacs-xml-rpc