all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29582] [PATCH] gnu: git-modes: Rename to 'emacs-git-modes'.
@ 2017-12-05 20:31 Alex Kost
       [not found] ` <87lgigx40j.fsf@kyleam.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Kost @ 2017-12-05 20:31 UTC (permalink / raw)
  To: 29582

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

Hello, what about renaming 'git-modes' to 'emacs-git-modes' (similarly
to 'emacs-paredit')?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-git-modes-Rename-to-emacs-git-modes.patch --]
[-- Type: text/x-patch, Size: 1196 bytes --]

From 6b36950703b1fa589ac0ee9e2343c7970a7859f6 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Tue, 5 Dec 2017 23:27:23 +0300
Subject: [PATCH] gnu: git-modes: Rename to 'emacs-git-modes'.

* gnu/packages/emacs.scm (git-modes)[name]: Change to "emacs-git-modes".
(git-modes/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 e5e6cf097..0ca8add53 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -377,7 +377,7 @@ when typing parentheses directly or commenting out code line by line.")
 
 (define-public git-modes
   (package
-    (name "git-modes")
+    (name "emacs-git-modes")
     (version "1.2.6")
     (source (origin
               (method url-fetch)
@@ -396,6 +396,9 @@ when typing parentheses directly or commenting out code line by line.")
 configuration files, such as .gitattributes, .gitignore, and .git/config.")
     (license license:gpl3+)))
 
+(define-public git-modes/old-name
+  (deprecated-package "git-modes" git-modes))
+
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-- 
2.14.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-10 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05 20:31 [bug#29582] [PATCH] gnu: git-modes: Rename to 'emacs-git-modes' Alex Kost
     [not found] ` <87lgigx40j.fsf@kyleam.com>
     [not found]   ` <87indj4qgz.fsf@gmail.com>
     [not found]     ` <20171206195130.GA22169@jasmine.lan>
     [not found]       ` <87609i9teo.fsf@gmail.com>
2017-12-08  9:44         ` Ludovic Courtès
2017-12-10 19:41           ` bug#29582: " Alex Kost

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.