emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29288: closed ([PATCH] gnu: Add emacs-transmission


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29288: closed ([PATCH] gnu: Add emacs-transmission.)
Date: Fri, 17 Nov 2017 10:40:02 +0000

Your message dated Fri, 17 Nov 2017 13:39:43 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
29288: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29288
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-transmission. Date: Mon, 13 Nov 2017 23:58:48 +0300
From 92a4fb9eea7b2ac428d350d51cbd39d68d325cd4 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
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:
+
address@hidden
address@hidden List, add, start/stop, verify, remove torrents.
address@hidden Set speed limits, ratio limits, bandwidth priorities, trackers.
address@hidden Navigate to the corresponding file list, torrent info, peer info
+contexts.
address@hidden Toggle downloading and set priorities for individual files.
address@hidden itemize\n")
+    (license license:gpl3+)))
-- 
2.15.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#29288] [PATCH] gnu: Add emacs-transmission. Date: Fri, 17 Nov 2017 13:39:43 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello Ludovic,

address@hidden (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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]