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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29288: closed ([PATCH] gnu: Add emacs-transmission.)
Date: Fri, 17 Nov 2017 10:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Nov 2017 13:39:43 +0300
with message-id <87r2sxb34g.fsf <at> gmail.com>
and subject line Re: [bug#29288] [PATCH] gnu: Add emacs-transmission.
has caused the debbugs.gnu.org bug report #29288,
regarding [PATCH] gnu: Add emacs-transmission.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29288: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29288
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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)]
[Message part 5 (message/rfc822, inline)]
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.


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

Previous Next


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