* [bug#73153] [PATCH] gnu: Add emacs-chruby-el
@ 2024-09-09 18:00 Javier Olaechea
2024-09-25 16:09 ` bug#73153: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Javier Olaechea @ 2024-09-09 18:00 UTC (permalink / raw)
To: 73153
[-- Attachment #1.1: Type: text/plain, Size: 135 bytes --]
Hi,
This patch adds the chruby.el emacs package
Cheers
--
"I object to doing things that computers can do." — Olin Shivers
[-- Attachment #1.2: Type: text/html, Size: 336 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-chruby-el.patch --]
[-- Type: text/x-patch, Size: 1849 bytes --]
From 9b8d09e5831b7ad749932f512013e97e19f9ad48 Mon Sep 17 00:00:00 2001
Message-ID: <9b8d09e5831b7ad749932f512013e97e19f9ad48.1725902139.git.pirata@gmail.com>
From: Javier Olaechea <pirata@gmail.com>
Date: Mon, 9 Sep 2024 12:14:57 -0500
Subject: [PATCH] gnu: Add emacs-chruby-el
* gnu/packages/emacs-xyz.scm (emacs-chruby-el): New variable.
Change-Id: Ief7622e585326671b123df770eeb3264cf201c3a
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 92e0275519..d8b770681f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7545,6 +7545,26 @@ (define-public emacs-inf-ruby
appropriate console.")
(license license:gpl3+)))
+(define-public emacs-chruby-el
+ (let ((version "1.0")
+ (commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
+ (revision "0"))
+ (package
+ (name "emacs-chruby-el")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/plexus/chruby.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "06pvjw40qk017py9km26vjrh90acycnkr5r04nxf664qqkjlg2mc"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/plexus/chruby.el")
+ (synopsis "Emacs support for the Chruby version switcher for Ruby")
+ (description "This packages lets you switch ruby versions using chruby.")
+ (license license:gpl3+))))
+
;; Package has no release. Version is extracted from "Version:" keyword in
;; main file.
(define-public emacs-zeno-theme
base-commit: b82c8ceae14d5d0f4584452f34f5103ffd0e0f8d
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73153: [PATCH] gnu: Add emacs-chruby-el
2024-09-09 18:00 [bug#73153] [PATCH] gnu: Add emacs-chruby-el Javier Olaechea
@ 2024-09-25 16:09 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-25 16:09 UTC (permalink / raw)
To: Javier Olaechea; +Cc: 73153-done
Javier Olaechea <pirata@gmail.com> skribis:
> From 9b8d09e5831b7ad749932f512013e97e19f9ad48 Mon Sep 17 00:00:00 2001
> Message-ID: <9b8d09e5831b7ad749932f512013e97e19f9ad48.1725902139.git.pirata@gmail.com>
> From: Javier Olaechea <pirata@gmail.com>
> Date: Mon, 9 Sep 2024 12:14:57 -0500
> Subject: [PATCH] gnu: Add emacs-chruby-el
>
> * gnu/packages/emacs-xyz.scm (emacs-chruby-el): New variable.
>
> Change-Id: Ief7622e585326671b123df770eeb3264cf201c3a
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-25 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 18:00 [bug#73153] [PATCH] gnu: Add emacs-chruby-el Javier Olaechea
2024-09-25 16:09 ` bug#73153: " Ludovic Courtès
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.