GNU bug report logs - #26237
[PATCH] gnu: add emacs-symon-mode.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Fri, 24 Mar 2017 16:16:02 UTC

Severity: normal

Tags: fixed, patch

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

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 26237 in the body.
You can then email your comments to 26237 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#26237; Package guix-patches. (Fri, 24 Mar 2017 16:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 24 Mar 2017 16:16:02 GMT) Full text and rfc822 format available.

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

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: add emacs-symon-mode.
Date: Fri, 24 Mar 2017 15:25:00 +0000
  Hi

Please find below a patch for emacs-symon.
  Thank you,

   Vasile


gnu: add emacs-symon-mode.

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 33a919458..4b7656c20 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1464,6 +1464,26 @@ allows easily move between them.")
 strings.")
     (license license:gpl3+)))

+(define-public emacs-symon
+  (package
+    (name "emacs-symon")
+    (version "20170224.33")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "http://melpa.org/packages/symon-"
+               version ".el"))
+        (sha256
+          (base32
+            "109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
+    (build-system emacs-build-system)
+    (home-page "http://hins11.yu-yake.com/")
+    (synopsis "Tiny graphical system monitor")
+    (description
+    "Tiny graphical system monitor for the Emacs minibuffer when idle.")
+    (license license:gpl3+)))
+
 (define-public emacs-sx
   (package
     (name "emacs-sx")
-- 
2.12.1





Information forwarded to guix-patches <at> gnu.org:
bug#26237; Package guix-patches. (Fri, 24 Mar 2017 21:32:01 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26237 <at> debbugs.gnu.org
Subject: Re: bug#26237: [PATCH] gnu: add emacs-symon-mode.
Date: Fri, 24 Mar 2017 17:31:07 -0400
[Message part 1 (text/plain, inline)]
Vasile Dumitrascu <va511e <at> yahoo.com> writes:

Hi Vasile!

> gnu: add emacs-symon-mode.
>

I capitalized "add" and changed "emacs-symon-mode" to "emacs-symon" to
match with the rest of your patch.

> * gnu/packages/emacs.scm (emacs-symon): New variable.
> ---
>  gnu/packages/emacs.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 33a919458..4b7656c20 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1464,6 +1464,26 @@ allows easily move between them.")
>  strings.")
>      (license license:gpl3+)))
>
> +(define-public emacs-symon
> +  (package
> +    (name "emacs-symon")
> +    (version "20170224.33")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append
> +               "http://melpa.org/packages/symon-"
> +               version ".el"))
> +        (sha256
> +          (base32
> +            "109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
> +    (build-system emacs-build-system)
> +    (home-page "http://hins11.yu-yake.com/")
> +    (synopsis "Tiny graphical system monitor")
> +    (description
> +    "Tiny graphical system monitor for the Emacs minibuffer when idle.")
> +    (license license:gpl3+)))

It turns out the license was actually gpl2+ so I changed the license, too.

> +
>  (define-public emacs-sx
>    (package
>      (name "emacs-sx")

Thanks for the patch! Pushed to master as commit
070e1fe99afce1792cefab88852d800c1567ef19.
[signature.asc (application/pgp-signature, inline)]

Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 26 Mar 2017 14:16:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 26237 <at> debbugs.gnu.org and Vasile Dumitrascu <va511e <at> yahoo.com> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 26 Mar 2017 14:16:01 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. (Mon, 24 Apr 2017 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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