* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
@ 2017-03-28 19:50 Vasile Dumitrascu
2017-03-30 8:45 ` Ludovic Courtès
2017-04-07 17:27 ` Alex Kost
0 siblings, 2 replies; 6+ messages in thread
From: Vasile Dumitrascu @ 2017-03-28 19:50 UTC (permalink / raw)
To: 26284; +Cc: Vasile Dumitrascu
* gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
[source]: Use github instead of melpa.
Version changed as previous version from melpa did not exist on github.
---
gnu/packages/emacs.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4fe2ffa4d..d585f244a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1486,17 +1486,18 @@ strings.")
(define-public emacs-symon
(package
(name "emacs-symon")
- (version "20170224.33")
+ (version "20160630")
(source
(origin
(method url-fetch)
- (uri (string-append "http://melpa.org/packages/symon-"
- version ".el"))
+ (uri (string-append "https://github.com/zk-phi/symon/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
+ "0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
(build-system emacs-build-system)
- (home-page "http://hins11.yu-yake.com/")
+ (home-page "https://github.com/zk-phi/symon")
(synopsis "Tiny graphical system monitor")
(description
"Tiny graphical system monitor for the Emacs minibuffer when idle.")
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
2017-03-28 19:50 bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630 Vasile Dumitrascu
@ 2017-03-30 8:45 ` Ludovic Courtès
2017-03-30 9:34 ` Vasile Dumitrascu
2017-04-07 17:26 ` Alex Kost
2017-04-07 17:27 ` Alex Kost
1 sibling, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-03-30 8:45 UTC (permalink / raw)
To: Vasile Dumitrascu; +Cc: 26284
Hi Vasile,
Vasile Dumitrascu <va511e@yahoo.com> skribis:
> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
> [source]: Use github instead of melpa.
>
> Version changed as previous version from melpa did not exist on github.
> ---
> gnu/packages/emacs.scm | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 4fe2ffa4d..d585f244a 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1486,17 +1486,18 @@ strings.")
> (define-public emacs-symon
> (package
> (name "emacs-symon")
> - (version "20170224.33")
> + (version "20160630")
This looks like a downgrade, is it intended? :-)
Is it that there was no “v20170224.33” tag on GitHub?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
2017-03-30 8:45 ` Ludovic Courtès
@ 2017-03-30 9:34 ` Vasile Dumitrascu
2017-04-07 17:26 ` Alex Kost
1 sibling, 0 replies; 6+ messages in thread
From: Vasile Dumitrascu @ 2017-03-30 9:34 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 26284
Hi
Yes, that is correct. Thanks,
Vasile
Ludovic Courtès:
> Hi Vasile,
>
> Vasile Dumitrascu <va511e@yahoo.com> skribis:
>
>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>> [source]: Use github instead of melpa.
>>
>> Version changed as previous version from melpa did not exist on github.
>> ---
>> gnu/packages/emacs.scm | 11 ++++++-----
>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 4fe2ffa4d..d585f244a 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1486,17 +1486,18 @@ strings.")
>> (define-public emacs-symon
>> (package
>> (name "emacs-symon")
>> - (version "20170224.33")
>> + (version "20160630")
>
> This looks like a downgrade, is it intended? :-)
>
> Is it that there was no “v20170224.33” tag on GitHub?
>
> Thanks,
> Ludo’.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
2017-03-30 8:45 ` Ludovic Courtès
2017-03-30 9:34 ` Vasile Dumitrascu
@ 2017-04-07 17:26 ` Alex Kost
2017-04-07 19:29 ` Ludovic Courtès
1 sibling, 1 reply; 6+ messages in thread
From: Alex Kost @ 2017-04-07 17:26 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 26284, Vasile Dumitrascu
Ludovic Courtès (2017-03-30 10:45 +0200) wrote:
> Hi Vasile,
>
> Vasile Dumitrascu <va511e@yahoo.com> skribis:
>
>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>> [source]: Use github instead of melpa.
>>
>> Version changed as previous version from melpa did not exist on github.
>> ---
>> gnu/packages/emacs.scm | 11 ++++++-----
>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 4fe2ffa4d..d585f244a 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1486,17 +1486,18 @@ strings.")
>> (define-public emacs-symon
>> (package
>> (name "emacs-symon")
>> - (version "20170224.33")
>> + (version "20160630")
>
> This looks like a downgrade, is it intended? :-)
>
> Is it that there was no “v20170224.33” tag on GitHub?
Yes, that's it, as Vasile answered. I think this downgrade is not a
problem since there were only 2 commits between these 2 versions (and
one of them is "Add .gitignore"). All in all, we'll have the same
version as MELPA-stable has, and the upstream can always be asked to add
a new tag. So I committed this patch, I hope you don't mind :-)
--
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
2017-03-28 19:50 bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630 Vasile Dumitrascu
2017-03-30 8:45 ` Ludovic Courtès
@ 2017-04-07 17:27 ` Alex Kost
1 sibling, 0 replies; 6+ messages in thread
From: Alex Kost @ 2017-04-07 17:27 UTC (permalink / raw)
To: Vasile Dumitrascu; +Cc: 26284-done
Vasile Dumitrascu (2017-03-28 21:50 +0200) wrote:
> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
> [source]: Use github instead of melpa.
>
> Version changed as previous version from melpa did not exist on github.
> ---
> gnu/packages/emacs.scm | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
Thank you! And sorry for the long delay. Committed:
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=d71b758f3ae77ccbab766244ee2b2733371fc265
--
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
2017-04-07 17:26 ` Alex Kost
@ 2017-04-07 19:29 ` Ludovic Courtès
0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-04-07 19:29 UTC (permalink / raw)
To: Alex Kost; +Cc: Vasile Dumitrascu, 26284-done
Alex Kost <alezost@gmail.com> skribis:
> Ludovic Courtès (2017-03-30 10:45 +0200) wrote:
>
>> Hi Vasile,
>>
>> Vasile Dumitrascu <va511e@yahoo.com> skribis:
>>
>>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>>> [source]: Use github instead of melpa.
>>>
>>> Version changed as previous version from melpa did not exist on github.
>>> ---
>>> gnu/packages/emacs.scm | 11 ++++++-----
>>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>>> index 4fe2ffa4d..d585f244a 100644
>>> --- a/gnu/packages/emacs.scm
>>> +++ b/gnu/packages/emacs.scm
>>> @@ -1486,17 +1486,18 @@ strings.")
>>> (define-public emacs-symon
>>> (package
>>> (name "emacs-symon")
>>> - (version "20170224.33")
>>> + (version "20160630")
>>
>> This looks like a downgrade, is it intended? :-)
>>
>> Is it that there was no “v20170224.33” tag on GitHub?
>
> Yes, that's it, as Vasile answered. I think this downgrade is not a
> problem since there were only 2 commits between these 2 versions (and
> one of them is "Add .gitignore"). All in all, we'll have the same
> version as MELPA-stable has, and the upstream can always be asked to add
> a new tag. So I committed this patch, I hope you don't mind :-)
Perfect, thank you!
(And sorry for dropping the ball.)
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-04-07 19:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 19:50 bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630 Vasile Dumitrascu
2017-03-30 8:45 ` Ludovic Courtès
2017-03-30 9:34 ` Vasile Dumitrascu
2017-04-07 17:26 ` Alex Kost
2017-04-07 19:29 ` Ludovic Courtès
2017-04-07 17:27 ` Alex Kost
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.