unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 40378@debbugs.gnu.org
Subject: [bug#40378] [PATCH 1/3] gnu: ruby: Remove ruby-2.3.
Date: Wed,  1 Apr 2020 19:56:42 +0100	[thread overview]
Message-ID: <20200401185644.6506-1-mail@cbaines.net> (raw)
In-Reply-To: <877dyz9hbv.fsf@cbaines.net>

No packages in Guix depend on Ruby 2.3, and it was declared as end-of-life on
2019-03-31 by the upstream project.

* gnu/packages/ruby.scm (ruby-2.3): Remove variable.
---
 gnu/packages/ruby.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a31f177349..4964db0042 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -148,25 +148,6 @@ a focus on simplicity and productivity.")
                    (delete-file-recursively "ext/fiddle/libffi-3.2.1")
                    #t))))))
 
-(define-public ruby-2.3
-  (package
-    (inherit ruby)
-    (version "2.3.8")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
-                           (version-major+minor version)
-                           "/ruby-" version ".tar.xz"))
-       (sha256
-        (base32
-         "1zhxbjff08pvbnxvn58krns6q0p6g4977q6ykfn823gxhifn63wi"))
-       (modules '((guix build utils)))
-       (snippet `(begin
-                   ;; Remove bundled libffi
-                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
-                   #t))))))
-
 (define-public mruby
   (package
     (name "mruby")
-- 
2.26.0

  reply	other threads:[~2020-04-01 18:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 18:44 [bug#40378] [PATCH 0/3] Update existing Ruby versions Christopher Baines
2020-04-01 18:56 ` Christopher Baines [this message]
2020-04-01 18:56   ` [bug#40378] [PATCH 2/3] gnu: ruby-2.4: Update to 2.4.10 Christopher Baines
2020-04-01 18:56   ` [bug#40378] [PATCH 3/3] gnu: ruby: Replace 2.5.3 with 2.5.8 Christopher Baines
2020-05-13 16:44 ` bug#40378: [PATCH 0/3] Update existing Ruby versions Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200401185644.6506-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=40378@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).