unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 32964@debbugs.gnu.org
Subject: [bug#32964] [PATCH 1/2] gnu: Remove duplicate ruby-concurrent package definition.
Date: Sun,  7 Oct 2018 10:53:39 +0100	[thread overview]
Message-ID: <20181007095340.29079-1-mail@cbaines.net> (raw)
In-Reply-To: <87a7nq14cw.fsf@cbaines.net>

* gnu/packages/ruby.scm (ruby-concurrent): Remove one of the two definitions
for this variable.
---
 gnu/packages/ruby.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2080944cae..2c5777fdf8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -194,25 +194,6 @@ a focus on simplicity and productivity.")
                (("/bin/sh") (which "sh")))
              #t)))))))
 
-(define-public ruby-concurrent
-  (package
-    (name "ruby-concurrent")
-    (version "1.0.5")
-    (source (origin
-              (method url-fetch)
-              (uri (rubygems-uri "concurrent-ruby" version))
-              (sha256
-               (base32
-                "183lszf5gx84kcpb779v6a2y0mx9sssy8dgppng1z9a505nj1qcf"))))
-    (build-system ruby-build-system)
-    (arguments `(#:tests? #f)); No rakefile
-    (home-page "https://github.com/ruby-concurrency/concurrent-ruby")
-    (synopsis "Concurrency tools for Ruby")
-    (description "This gem provides concurrency tools for Ruby.  It provides
-a library of common thread-safe types and data-structures as well as abstractions
-for concurrency and communication between threads.")
-    (license license:expat)))
-
 (define-public ruby-highline
   (package
     (name "ruby-highline")
-- 
2.19.0

  reply	other threads:[~2018-10-07  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-07  9:41 [bug#32964] [PATCH] Remove a couple of duplicate Ruby gem package definitions Christopher Baines
2018-10-07  9:53 ` Christopher Baines [this message]
2018-10-07  9:53   ` [bug#32964] [PATCH 2/2] gnu: Remove duplicate ruby-yard package definition Christopher Baines
2018-10-11 20:15 ` [bug#32964] [PATCH] Remove a couple of duplicate Ruby gem package definitions Leo Famulari
2018-10-12  7:24   ` bug#32964: " 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=20181007095340.29079-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=32964@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).