[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: paredit: Rename to 'emacs-paredit'.
From: |
Ludovic Courtès |
Subject: |
06/06: gnu: paredit: Rename to 'emacs-paredit'. |
Date: |
Tue, 6 Sep 2016 21:29:49 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 967cfd18f666f24ae9cbad14ea8e6921c10cba81
Author: Ludovic Courtès <address@hidden>
Date: Tue Sep 6 23:19:45 2016 +0200
gnu: paredit: Rename to 'emacs-paredit'.
* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit".
(paredit/old-name): New variable.
---
gnu/packages/emacs.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ad51634..1ec0d8f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -320,7 +320,7 @@ metadata.")
(define-public paredit
(package
- (name "paredit")
+ (name "emacs-paredit")
(version "24")
(source (origin
(method url-fetch)
@@ -364,6 +364,9 @@ for those who may want transient periods of unbalanced
parentheses, such as
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
+(define-public paredit/old-name
+ (deprecated-package "paredit" paredit))
+
(define-public git-modes
(package
(name "git-modes")
- branch master updated (6fabb19 -> 967cfd1), Ludovic Courtès, 2016/09/06
- 04/06: profiles: Export <manifest-pattern> accessors., Ludovic Courtès, 2016/09/06
- 01/06: guix package: Clarify upgrade code., Ludovic Courtès, 2016/09/06
- 06/06: gnu: paredit: Rename to 'emacs-paredit'.,
Ludovic Courtès <=
- 05/06: packages: Add 'package-superseded' and associated support., Ludovic Courtès, 2016/09/06
- 03/06: guix package: Build up the transaction incrementally., Ludovic Courtès, 2016/09/06
- 02/06: profiles: Add manifest-transaction helper procedures., Ludovic Courtès, 2016/09/06