GNU bug report logs -
#41377
[PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Mon, 18 May 2020 10:48:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 41377 in the body.
You can then email your comments to 41377 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41377
; Package
guix-patches
.
(Mon, 18 May 2020 10:48:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Simon South <simon <at> simonsouth.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 18 May 2020 10:48:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch updates Elpher, a gopher client for Emacs, to version 2.7.4.
It also updates the package's home-page and git-repository URIs to reflect the
project's new home.
Note I've used a gopher link for the home page. There is a Web page for the
project (at https://thelambdalab.xyz/elpher/), but on that page the author
writes
Important: the true home of Elpher is:
gopher://thelambdalab.xyz/1/projects/elpher/. Please go there for project
news, the source code, and to submit feedback or submit patches!
Simon South (1):
gnu: emacs-elpher: Update to 2.7.4.
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
2.26.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41377
; Package
guix-patches
.
(Mon, 18 May 2020 10:51:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 41377 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.4.
[home-page, source]: Use new upstream URIs.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4bbd482409..39083c90cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20717,17 +20717,17 @@ it forcibly
(define-public emacs-elpher
(package
(name "emacs-elpher")
- (version "1.4.6")
+ (version "2.7.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/tgvaughan/elpher")
+ (url "git://thelambdalab.xyz/elpher.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
+ "13ba72sjfyg1xvam131iapzqdf9pkwpn67zlyydmm6bv9pxlr431"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
@@ -20737,7 +20737,7 @@ it forcibly
(add-before 'install 'build-doc
(lambda _
(invoke "makeinfo" "elpher.texi"))))))
- (home-page "https://github.com/tgvaughan/elpher")
+ (home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
(synopsis "Gopher client for Emacs")
(description "Elpher is a full-featured gopher client for Emacs. Its
features include intuitive keyboard and mouse-driven browsing, out-of-the-box
--
2.26.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 18 May 2020 21:01:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Simon South <simon <at> simonsouth.net>
:
bug acknowledged by developer.
(Mon, 18 May 2020 21:01:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 41377-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Simon South <simon <at> simonsouth.net> writes:
> This patch updates Elpher, a gopher client for Emacs, to version
> 2.7.4.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jun 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.