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

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

[debbugs-tracker] bug#25909: closed ([PATCH] gnu: Add unrar.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25909: closed ([PATCH] gnu: Add unrar.)
Date: Wed, 01 Mar 2017 21:09:01 +0000

Your message dated Wed, 1 Mar 2017 22:08:49 +0100
with message-id <address@hidden>
and subject line Re: bug#25909: [PATCH] gnu: Add unrar.
has caused the debbugs.gnu.org bug report #25909,
regarding [PATCH] gnu: Add unrar.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25909: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25909
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add unrar. Date: Wed, 1 Mar 2017 07:01:37 +0100
* gnu/packages/compression.scm (unrar): New variable.
---
 gnu/packages/compression.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 9897883..73b2b84 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1128,3 +1128,21 @@ or junctions, and always follows hard links.")
                    ;; libzpaq.cpp contains a mix of public-domain and
                    ;; expat-licenced (or ‘MIT’) code.
                    license:expat))))
+
+(define-public unrar
+  (package
+    (name "unrar")
+    (version "0.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "http://download.gna.org/unrar/unrar-"; version ".tar.gz"))
+              (sha256
+               (base32
+                "1fgmjaxffj3shyxgy765jhxwz1cq88hk0fih1bsdzyvymyyz6mz7"))))
+    (build-system gnu-build-system)
+    (home-page "http://download.gna.org/unrar";)
+    (synopsis "RAR archive extraction tool")
+    (description "Unrar is a simple command-line program to list and extract
+RAR archives.")
+    (license license:gpl2+)))
-- 
2.1.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#25909: [PATCH] gnu: Add unrar. Date: Wed, 1 Mar 2017 22:08:49 +0100
I saw the patch in the log. 
This ticket is closed

2017-03-01 16:25 GMT+01:00 Leo Famulari <address@hidden>:
On Wed, Mar 01, 2017 at 07:01:37AM +0100, John Darrington wrote:
> * gnu/packages/compression.scm (unrar): New variable.

LGTM





--- End Message ---

reply via email to

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