diff mbox series

[bug#41010] Rename & upgrade oil-shell

Message ID k3WMYYEx_MdUokPGxBg54cpM2QMuACaeKoRbRaxGox-XI3TW-PQx-WWVOY1H6gmv8oHs93NZ6VgMhQ-OkNZna-xcsSTB00xIICsrl1sX5Og=@protonmail.com
State Accepted
Headers show
Series [bug#41010] Rename & upgrade oil-shell | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

guix--- via Guix-patches via May 1, 2020, 8:01 p.m. UTC
This patch renames oil-shell to oil, at the request of upstream authors.

Comments

Ryan Prior May 28, 2020, 11:38 p.m. UTC | #1
The best upstream release is now 0.8.pre5, so here's a patch updated for that version.

Ryan Prior (1):
  gnu: oil: Update to 0.8.pre5

 gnu/packages/shells.scm | 56 ++++++++++++++++++++---------------------
 1 file changed, 27 insertions(+), 29 deletions(-)
diff mbox series

Patch

From 246c5f03f2d34a2a78e095bdfb0dd82de905eb0a Mon Sep 17 00:00:00 2001
From: Ryan Prior <rprior@protonmail.com>
Date: Fri, 1 May 2020 14:47:20 -0500
Subject: [PATCH] gnu: oil-shell: Rename to "oil" and add a deprecated alias

---
 gnu/packages/shells.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index c71e6399ea..08a475dfe1 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -749,8 +749,11 @@  Shell (pdksh).")
                    isc))))              ; strlcpy.c
 
 (define-public oil-shell
+  (deprecated-package "oil-shell" oil))
+
+(define-public oil
   (package
-    (name "oil-shell")
+    (name "oil")
     (version "0.7.0")
     (source (origin
               (method url-fetch)
-- 
2.17.1