GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
Message #116 received at 78315 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-cargo-el): Define in terms of
'deprecated-package'.
(emacs-cargo): New variable, formerly known as "emacs-cargo-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 8130ab2f17..03d143e57a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31638,12 +31638,12 @@ (define-public emacs-rustic
(license (list license:expat
license:asl2.0))))
-(define-public emacs-cargo-el
+(define-public emacs-cargo
;; No tags since 2017, use latest commit.
(let ((commit "7f8466063381eed05d4e222ce822b1dd44e3bf17")
(revision "0"))
(package
- (name "emacs-cargo-el")
+ (name "emacs-cargo")
(version (git-version "0.4.1" revision commit))
(source
(origin
@@ -31672,6 +31672,9 @@ (define-public emacs-cargo-el
combinations to perform Cargo tasks within Rust projects.")
(license license:gpl3+))))
+(define-deprecated/public emacs-cargo-el emacs-cargo
+ (deprecated-package "emacs-cargo-el" emacs-cargo))
+
(define-public emacs-ztree
;; Upstream provides no tag, but the commit below matches latest release.
(let ((commit "c9ad9136d52ca5a81475693864e255d29448f43f"))
--
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.