GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78315] [PATCH 30/53] gnu: emacs-moe-theme-el: Rename package to emacs-moe-theme.
Date: Thu,  8 May 2025 14:50:32 +0200
* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): Define in terms of
'deprecated-package'.
(emacs-moe-theme): New variable, formerly known as "emacs-moe-theme-el".
---
 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fcb46edce2..fa9281992f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13289,9 +13289,9 @@ (define-public emacs-zenburn-theme
 It is built on top of the custom theme support in Emacs 24 or later.")
     (license license:gpl3+)))
 
-(define-public emacs-moe-theme-el
+(define-public emacs-moe-theme
   (package
-    (name "emacs-moe-theme-el")
+    (name "emacs-moe-theme")
     (version "1.0.1")
     (source
      (origin
@@ -13310,6 +13310,9 @@ (define-public emacs-moe-theme-el
 variants.")
     (license license:gpl3+)))
 
+(define-deprecated/public emacs-moe-theme-el emacs-moe-theme
+  (deprecated-package "emacs-moe-theme-el" emacs-moe-theme))
+
 (define-public emacs-color-theme-sanityinc-tomorrow
   (package
     (name "emacs-color-theme-sanityinc-tomorrow")
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.