ieure pushed a commit to branch emacs-team in repository guix. commit 8d191f4f9a2b2cd460378edc1fabfe9ea1e9dd0b Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun May 18 10:16:43 2025 +0200
gnu: emacs-spamfilter-el: Rename package to emacs-spamfilter. * gnu/packages/emacs-xyz.scm (emacs-spamfilter-el): Define in terms of 'deprecated-package'. (emacs-spamfilter): New variable, formerly known as "emacs-spamfilter-el". (emacs-wanderlust)[inputs]: Replace accordingly. Signed-off-by: Ian Eure <i...@retrospec.tv> --- gnu/packages/emacs-xyz.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8be0463513..0964bf02cb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41904,9 +41904,9 @@ border, the padding of the mode line, and more. The idea is to produce a more comfortable presentation.") (license license:gpl3+))) -(define-public emacs-spamfilter-el +(define-public emacs-spamfilter (package - (name "emacs-spamfilter-el") + (name "emacs-spamfilter") (version "1.13") (source (origin (method url-fetch) @@ -41949,6 +41949,9 @@ supports Japanese and has the following features: @end itemize\n") (license license:gpl2+))) +(define-deprecated/public emacs-spamfilter-el emacs-spamfilter + (deprecated-package "emacs-spamfilter-el" emacs-spamfilter)) + (define-public emacs-promise ;; XXX: Last stable release fails to build with "(wrong-number-of-arguments ;; (3 . 4) 2)" error. @@ -43953,7 +43956,7 @@ EasyPG and latest Emacs.") (invoke "make" "install") (invoke "make" "install-info")))))) (propagated-inputs (list emacs-semi-epg)) - (inputs (list emacs-spamfilter-el)) + (inputs (list emacs-spamfilter)) (home-page "https://www.emacswiki.org/emacs/WanderLust") (synopsis "Yet Another Message Interface on Emacsen") (description