guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep.


From: Pierre Neidhardt
Subject: 03/09: gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep.
Date: Sun, 22 Jul 2018 15:01:42 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 1ce4f555728ad17b8f10a50dc7d3e9a86c3510c1
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Jul 22 19:58:10 2018 +0200

    gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep.
    
    * gnu/packages/emacs.scm (emacs-wgrep-helm): Deprecate.
---
 gnu/packages/emacs.scm | 27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 083d9ea..b2e41ba 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11321,31 +11321,8 @@ file.")
       (license license:gpl3+))))
 
 (define-public emacs-wgrep-helm
-  (let ((commit "1cdd7c136f1e7565bb13d2df69be3dc77b83698d"))
-    (package
-      (name "emacs-wgrep-helm")
-      (version (git-version "2.1.10" "1" commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/mhayashi1120/Emacs-wgrep";)
-               (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
-         (sha256
-          (base32
-           "057p99hq0r6z1k8sl15w3sxrqvlv0g9wp39zy1pqhccv2mn3g2d6"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       `(("emacs-wgrep" ,emacs-wgrep)))
-      (home-page
-       "https://github.com/mhayashi1120/Emacs-wgrep";)
-      (synopsis
-       "Writable helm-grep-mode buffer and apply the changes to files")
-      (description
-       "@code{wgrep-helm} allows you to edit a @code{helm-grep-mode} buffer and
-apply those changes to the file buffer.")
-      (license license:gpl3+))))
+  ;; `emacs-wgrep-helm' was mistakenly added.
+  (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
 
 (define-public emacs-mu4e-conversation
   (let ((commit "b60d6bd27d7220c3dd041ff2a090e29f2166a319"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]