all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31871] [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617.
@ 2018-06-17  9:08 Pierre Neidhardt
  2018-06-17  9:09 ` [bug#31871] [PATCH 2/3] gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection Pierre Neidhardt
  2018-06-20 21:43 ` bug#31871: [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Pierre Neidhardt @ 2018-06-17  9:08 UTC (permalink / raw)
  To: 31871

* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180617.
---
 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 4999dda55..e7c3bd634 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4752,11 +4752,11 @@ extensions.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-collection
-  (let ((commit "f40704a57fd33b4bfad64147a2b771fc8961fdfc")
+  (let ((commit "ac21b8957cfc22485cdaa316384edf9cb220d837")
         (revision "1"))
     (package
       (name "emacs-evil-collection")
-      (version (git-version "20180425" revision commit))
+      (version (git-version "20180617" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -4765,7 +4765,7 @@ extensions.")
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "0qn19k0f3isnbi1hkmcf3qjxbyvp23m5ak5ny7623qgwb2nwz1l5"))))
+                  "082a3c5c2ls9ryqrl5kzb4z6bcprhqx8pypnlj1razbld3lny934"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-evil" ,emacs-evil)))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#31871] [PATCH 2/3] gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection.
  2018-06-17  9:08 [bug#31871] [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Pierre Neidhardt
@ 2018-06-17  9:09 ` Pierre Neidhardt
  2018-06-17  9:09   ` [bug#31871] [PATCH 3/3] gnu: emacs-evil-mu4e: " Pierre Neidhardt
  2018-06-20 21:43 ` bug#31871: [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Pierre Neidhardt @ 2018-06-17  9:09 UTC (permalink / raw)
  To: 31871

* gnu/packages/emacs.scm (emacs-evil-ediff): Deprecate.
---
 gnu/packages/emacs.scm | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e7c3bd634..c35629e43 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10702,27 +10702,8 @@ Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-ediff
-  (package
-    (name "emacs-evil-ediff")
-    (version "20170724")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/emacs-evil/evil-ediff/archive/"
-             "67b0e69f65c196eff5b39dacb7a9ec05bb919c74"
-             ".tar.gz"))
-       (sha256
-        (base32
-         "0j2x26zfc6md54mjf76qpybil4yal70lp5bifcz62l1f8fc1vvlq"))))
-    (build-system emacs-build-system)
-    (propagated-inputs `(("emacs-evil" ,emacs-evil)))
-    (home-page "https://github.com/emacs-evil/evil-ediff")
-    (synopsis "Make Ediff a little evil")
-    (description
-     "This Emacs package configures Ediff to be friendlier to users of Vi-like
-keybindings.  Consult the help buffer for more information.")
-    (license license:gpl3+)))
+  ;; Evil-Ediff is included in Evil Collection from 20180617.
+  (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
 
 (define-public emacs-evil-magit
   (let ((commit "dbf5a646a7ce1c35c229dfdc423bd5ecd927a3a8"))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#31871] [PATCH 3/3] gnu: emacs-evil-mu4e: Deprecate in favor of emacs-evil-collection.
  2018-06-17  9:09 ` [bug#31871] [PATCH 2/3] gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection Pierre Neidhardt
@ 2018-06-17  9:09   ` Pierre Neidhardt
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre Neidhardt @ 2018-06-17  9:09 UTC (permalink / raw)
  To: 31871

* gnu/packages/emacs.scm (emacs-evil-mu4e): Deprecate.
---
 gnu/packages/emacs.scm | 26 ++------------------------
 1 file changed, 2 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c35629e43..25d241013 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10735,30 +10735,8 @@ describing the key binding changes.")
       (license license:gpl3+))))
 
 (define-public emacs-evil-mu4e
-  (package
-    (name "emacs-evil-mu4e")
-    (version "0.0.8")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/JorisE/evil-mu4e/archive/"
-             "c03a0e11afda3092eb1461be09fa6a61ebc0e4f6"
-             ".tar.gz"))
-       (sha256
-        (base32
-         "1k3z5h04bqslrkq13paqf8pv9r0rf0zjl0zbb57ly043ds3nvxr2"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     `(("emacs-dash" ,emacs-dash)
-       ("emacs-evil" ,emacs-evil)
-       ("mu" ,mu)))
-    (home-page "https://github.com/JorisE/evil-mu4e")
-    (synopsis "Evil-based key bindings for mu4e")
-    (description
-     "Use keybindings for the mu4e mail reader in Emacs that make sense for
-Evil users.")
-    (license license:gpl3+)))
+  ;; Evil-mu4e is included in Evil Collection from 20180617.
+  (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
 
 (define-public emacs-evil-multiedit
   (let ((commit "ea3d9177b74ab0bc65e55df9cc0a0b42e4ef815d"))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#31871: [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617.
  2018-06-17  9:08 [bug#31871] [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Pierre Neidhardt
  2018-06-17  9:09 ` [bug#31871] [PATCH 2/3] gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection Pierre Neidhardt
@ 2018-06-20 21:43 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-06-20 21:43 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 31871-done

Applied all 3 patches, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-20 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-17  9:08 [bug#31871] [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Pierre Neidhardt
2018-06-17  9:09 ` [bug#31871] [PATCH 2/3] gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection Pierre Neidhardt
2018-06-17  9:09   ` [bug#31871] [PATCH 3/3] gnu: emacs-evil-mu4e: " Pierre Neidhardt
2018-06-20 21:43 ` bug#31871: [PATCH 1/3] gnu: emacs-evil-collection: Update to 20180617 Ludovic Courtès

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.