GNU bug report logs - #29288
[PATCH] gnu: Add emacs-transmission.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Mon, 13 Nov 2017 21:00:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29288 in the body.
You can then email your comments to 29288 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29288; Package guix-patches. (Mon, 13 Nov 2017 21:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 13 Nov 2017 21:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-transmission.
Date: Mon, 13 Nov 2017 23:58:48 +0300
[0001-gnu-Add-emacs-transmission.patch (text/x-patch, inline)]
From 92a4fb9eea7b2ac428d350d51cbd39d68d325cd4 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 13 Nov 2017 23:56:28 +0300
Subject: [PATCH] gnu: Add emacs-transmission.

* gnu/packages/emacs.scm (emacs-transmission): New variable.
---
 gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4ed81438a..f1bcd87b9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6228,3 +6228,33 @@ and shell-command prompts that are based on bash completion.")
      "This package provides commands @code{easy-kill} and @code{easy-mark} to
 let users kill or mark things easily.")
     (license license:gpl3+)))
+
+(define-public emacs-transmission
+  (package
+    (name "emacs-transmission")
+    (version "0.12")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/holomorph/transmission/archive/"
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1y0bpsy16pycp6m9aqvfjh2x1yswfb305ib7m2slcjpb6njgxfi6"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/holomorph/transmission")
+    (synopsis "Emacs interface to a Transmission session")
+    (description "This package provides the Emacs interface to the
+Transmission session.
+
+Features:
+
+@itemize
+@item List, add, start/stop, verify, remove torrents.
+@item Set speed limits, ratio limits, bandwidth priorities, trackers.
+@item Navigate to the corresponding file list, torrent info, peer info
+contexts.
+@item Toggle downloading and set priorities for individual files.
+@end itemize\n")
+    (license license:gpl3+)))
-- 
2.15.0

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29288; Package guix-patches. (Thu, 16 Nov 2017 10:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 29288 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 29288 <at> debbugs.gnu.org
Subject: Re: [bug#29288] [PATCH] gnu: Add emacs-transmission.
Date: Thu, 16 Nov 2017 11:00:08 +0100
Hi Oleg,

Oleg Pykhalov <go.wigust <at> gmail.com> skribis:

> From 92a4fb9eea7b2ac428d350d51cbd39d68d325cd4 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Mon, 13 Nov 2017 23:56:28 +0300
> Subject: [PATCH] gnu: Add emacs-transmission.
>
> * gnu/packages/emacs.scm (emacs-transmission): New variable.

[...]

> +    (home-page "https://github.com/holomorph/transmission")
> +    (synopsis "Emacs interface to a Transmission session")
> +    (description "This package provides the Emacs interface to the
> +Transmission session.

Maybe give a bit more context like this:

  “This package provides an Emacs interface to interact with a running
  session of the Transmission Bittorrent client.”

Otherwise LGTM, thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#29288; Package guix-patches. (Fri, 17 Nov 2017 10:40:01 GMT) Full text and rfc822 format available.

Message #11 received at 29288 <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 29288 <at> debbugs.gnu.org, 29288-done <at> debbugs.gnu.org
Subject: Re: [bug#29288] [PATCH] gnu: Add emacs-transmission.
Date: Fri, 17 Nov 2017 13:39:43 +0300
Hello Ludovic,

ludo <at> gnu.org (Ludovic Courtès) writes:

>> +    (description "This package provides the Emacs interface to the
>> +Transmission session.
>
> Maybe give a bit more context like this:
>
>   “This package provides an Emacs interface to interact with a running
>   session of the Transmission Bittorrent client.”

OK, thank you for improvements.

Pushed as 3fe4c9dcc4707cb0a99bc4f9cb8dad9ebf14c1d7

Oleg.




Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Fri, 17 Nov 2017 10:40:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Fri, 17 Nov 2017 10:40:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 15 Dec 2017 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 186 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.