GNU bug report logs - #25909
[PATCH] gnu: Add unrar.

Previous Next

Package: guix-patches;

Reported by: John Darrington <jmd <at> gnu.org>

Date: Wed, 1 Mar 2017 06:03:01 UTC

Severity: normal

Tags: patch

Done: Catonano <catonano <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: John Darrington <jmd <at> gnu.org>
Subject: bug#25909: closed (Re: bug#25909: [PATCH] gnu: Add unrar.)
Date: Wed, 01 Mar 2017 21:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#25909: [PATCH] gnu: Add unrar.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 25909 <at> debbugs.gnu.org.

-- 
25909: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25909
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Catonano <catonano <at> gmail.com>
To: 25909-done <at> debbugs.gnu.org
Subject: Re: bug#25909: [PATCH] gnu: Add unrar.
Date: Wed, 1 Mar 2017 22:08:49 +0100
[Message part 3 (text/plain, inline)]
I saw the patch in the log.
This ticket is closed

2017-03-01 16:25 GMT+01:00 Leo Famulari <leo <at> famulari.name>:

> On Wed, Mar 01, 2017 at 07:01:37AM +0100, John Darrington wrote:
> > * gnu/packages/compression.scm (unrar): New variable.
>
> LGTM
>
>
>
>
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: John Darrington <jmd <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: John Darrington <jmd <at> gnu.org>
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




This bug report was last modified 8 years and 85 days ago.

Previous Next


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