[PATCH 0/2] emacs-git-timemachine: Update URL and version

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 7 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180707064131.4343-1-kyle@kyleam.com
gnu: emacs-git-timemachine: Update URL.
gnu: emacs-git-timemachine: Update to 4.5.

gnu/packages/emacs.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

--
2.18.0
Kyle Meyer wrote 7 years ago
[PATCH 1/2] gnu: emacs-git-timemachine: Update URL.
(address . 32079@debbugs.gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180707064343.4466-1-kyle@kyleam.com
* gnu/packages/emacs.scm (emacs-git-timemachine)[source]:
[home-page]: Update URL for move from GitHub to GitLab.
---
gnu/packages/emacs.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a9b75a4ce..38227540a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1917,14 +1917,15 @@ display and behaviour is easily customisable.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://github.com/pidu/git-timemachine/"
- "archive/" version ".tar.gz"))
+ (uri (string-append "https://gitlab.com/pidu/git-timemachine"
+ "/-/archive/" version
+ "/git-timemachine-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
(build-system emacs-build-system)
- (home-page "https://github.com/pidu/git-timemachine")
+ (home-page "https://gitlab.com/pidu/git-timemachine")
(synopsis "Step through historic versions of Git-controlled files")
(description "This package enables you to step through historic versions
of files under Git version control from within Emacs.")
--
2.18.0
Kyle Meyer wrote 7 years ago
[PATCH 2/2] gnu: emacs-git-timemachine: Update to 4.5.
(address . 32079@debbugs.gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180707064343.4466-2-kyle@kyleam.com
* gnu/packages/emacs.scm (emacs-git-timemachine): Update to 4.5.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 38227540a..2bbddc28d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1913,7 +1913,7 @@ display and behaviour is easily customisable.")
(define-public emacs-git-timemachine
(package
(name "emacs-git-timemachine")
- (version "3.0")
+ (version "4.5")
(source
(origin
(method url-fetch)
@@ -1923,7 +1923,7 @@ display and behaviour is easily customisable.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
+ "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/pidu/git-timemachine")
(synopsis "Step through historic versions of Git-controlled files")
--
2.18.0
Ludovic Courtès wrote 7 years ago
Re: [bug#32079] [PATCH 0/2] emacs-git-timemachine: Update URL and version
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 32079-done@debbugs.gnu.org)
8736wv59q3.fsf@gnu.org
Kyle Meyer <kyle@kyleam.com> skribis:

Toggle quote (3 lines)
> gnu: emacs-git-timemachine: Update URL.
> gnu: emacs-git-timemachine: Update to 4.5.

Applied both, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 32079@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 32079
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help