* [bug#29109] emacs package updates
@ 2017-11-01 22:18 ng0
2017-11-05 18:25 ` bug#29109: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-11-01 22:18 UTC (permalink / raw)
To: 29109
[-- Attachment #1.1: Type: text/plain, Size: 207 bytes --]
some updates and a description fix
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[-- Attachment #1.2: 0001-gnu-emacs-neotree-Update-to-0.5.2.patch --]
[-- Type: text/plain, Size: 1369 bytes --]
From fce7fd2f37b9c7904153cfd8b07bbc1498ed0407 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Wed, 1 Nov 2017 21:43:08 +0000
Subject: [PATCH 1/5] gnu: emacs-neotree: Update to 0.5.2.
* gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ad96093c3..faded3680 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4169,16 +4169,16 @@ passive voice.")
(define-public emacs-neotree
(package
(name "emacs-neotree")
- (version "0.2.1")
+ (version "0.5.2")
(home-page "https://github.com/jaypei/emacs-neotree")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/jaypei/" name
- "/archive/v" version ".tar.gz"))
+ "/archive/" version ".tar.gz"))
(sha256
(base32
- "0cr37pdkwjgfijfws5bjskfh1rq9rfngxblcj6v5383vpmn83q7s"))
+ "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system)
(synopsis "Folder tree view for Emacs")
--
2.14.3
[-- Attachment #1.3: 0002-gnu-emacs-which-key-Update-to-3.0.2.patch --]
[-- Type: text/plain, Size: 1243 bytes --]
From c73afc511633fcdc7723138c4d55fc3de9e593ba Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Wed, 1 Nov 2017 21:46:57 +0000
Subject: [PATCH 2/5] gnu: emacs-which-key: Update to 3.0.2.
* gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index faded3680..119cf142f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5856,7 +5856,7 @@ displays results pretty-printed in XML or JSON with @code{restclient-mode}")
(define-public emacs-which-key
(package
(name "emacs-which-key")
- (version "3.0.1")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
@@ -5865,7 +5865,7 @@ displays results pretty-printed in XML or JSON with @code{restclient-mode}")
version ".tar.gz"))
(sha256
(base32
- "0zc9yivdkbxmcllhlbbcvsbj8g8nzzgs0xib488s08p4s0l7xs8m"))
+ "1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system)
(arguments
--
2.14.3
[-- Attachment #1.4: 0003-gnu-emacs-undo-tree-Update-to-0.6.6.patch --]
[-- Type: text/plain, Size: 1404 bytes --]
From 0d89941b9fe8ff719b0b8ee76427f1228d19b974 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Wed, 1 Nov 2017 22:01:33 +0000
Subject: [PATCH 3/5] gnu: emacs-undo-tree: Update to 0.6.6.
* gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6.
---
gnu/packages/emacs.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 119cf142f..600808c6b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1654,16 +1654,16 @@ in the center.")
(define-public emacs-undo-tree
(package
(name "emacs-undo-tree")
- (version "0.6.4")
+ (version "0.6.6")
(source (origin
(method git-fetch)
(uri (git-reference
(url "http://dr-qubit.org/git/undo-tree.git")
- (commit "release/0.6.4")))
+ (commit "release/0.6.6")))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32
- "0b6hnv6bq1g5np5q2yw9r9aj1cxpp14akm21br7vpb7wp01fv4b3"))))
+ (base32
+ "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
(build-system emacs-build-system)
(home-page "http://www.dr-qubit.org/emacs.php")
(synopsis "Treat undo history as a tree")
--
2.14.3
[-- Attachment #1.5: 0004-gnu-emacs-slime-Use-correct-Texinfo-commands-in-the-.patch --]
[-- Type: text/plain, Size: 1698 bytes --]
From 143cbe66ab9f35524d9d3b3c92f76cf7d31dbb5c Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Wed, 1 Nov 2017 22:03:40 +0000
Subject: [PATCH 4/5] gnu: emacs-slime: Use correct Texinfo commands in the
description.
Previously the description had "@{something}" in it which is never
valid Texinfo. This commit changes it to use "@command{something}"
to render the full description.
* gnu/packages/emacs.scm (emacs-slime)[description]: Correct Texinfo usage.
---
gnu/packages/emacs.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 600808c6b..71fbc98bf 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2644,11 +2644,11 @@ in @code{html-mode}.")
(synopsis "Superior Lisp Interaction Mode for Emacs")
(description
"SLIME extends Emacs with support for interactive programming in
-Common Lisp. The features are centered around @{slime-mode}, an Emacs
-minor mode that complements the standard @{lisp-mode}. While lisp-mode
-supports editing Lisp source files, @{slime-mode} adds support for
-interacting with a running Common Lisp process for compilation,
-debugging, documentation lookup, and so on.")
+Common Lisp. The features are centered around @command{slime-mode},
+an Emacs minor mode that complements the standard @command{lisp-mode}.
+While lisp-mode supports editing Lisp source files, @command{slime-mode}
+adds support for interacting with a running Common Lisp process
+for compilation, debugging, documentation lookup, and so on.")
(license license:gpl2+)))
(define-public emacs-popup
--
2.14.3
[-- Attachment #1.6: 0005-gnu-emacs-evil-Update-to-1.2.13.patch --]
[-- Type: text/plain, Size: 1796 bytes --]
From 26061c973bea95e191df10114e009d0a77926a08 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Wed, 1 Nov 2017 22:09:24 +0000
Subject: [PATCH 5/5] gnu: emacs-evil: Update to 1.2.13.
* gnu/packages/emacs.scm (emacs-evil): Update to 1.2.13.
(source): Adjust URL to new upstream location on github.
(home-page): likewise.
---
gnu/packages/emacs.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 71fbc98bf..78cbeee2a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4077,21 +4077,21 @@ news items, openrc and runscripts.")
(define-public emacs-evil
(package
(name "emacs-evil")
- (version "1.2.12")
+ (version "1.2.13")
(source
(origin
(method url-fetch)
- (uri (string-append "https://bitbucket.org/lyro/evil/get/"
- version ".tar.bz2"))
- (file-name (string-append name "-" version ".tar.bz2"))
+ (uri (string-append "https://github.com/emacs-evil/evil/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "17cda9fnbq3gmjcxs3lyq64gxswrf37y864bm53rldwsk3khq2yi"))))
+ "1z63zsxmsc6mh74wv6065carwqmgs7b7lz5044s12xvgsjfbwi8h"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-undo-tree" ,emacs-undo-tree)
("emacs-goto-chg" ,emacs-goto-chg)))
- (home-page "https://bitbucket.com/lyro/evil")
+ (home-page "https://github.com/emacs-evil/evil")
(synopsis "Extensible Vi layer for Emacs")
(description
"Evil is an extensible vi layer for Emacs. It emulates the
--
2.14.3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#29109: emacs package updates
2017-11-01 22:18 [bug#29109] emacs package updates ng0
@ 2017-11-05 18:25 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-05 18:25 UTC (permalink / raw)
To: ng0, 29109-done
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
ng0 <ng0@infotropique.org> writes:
> some updates and a description fix
Pushed all five, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-05 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 22:18 [bug#29109] emacs package updates ng0
2017-11-05 18:25 ` bug#29109: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).