unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Mikhail Kirillov <w96k.ru@gmail.com>
Cc: 36482-done@debbugs.gnu.org
Subject: bug#36482: [PATCH] gnu: ruby: Add ruby-backport package
Date: Thu, 04 Jul 2019 12:29:08 +0200	[thread overview]
Message-ID: <87v9wi5c0b.fsf@gnu.org> (raw)
In-Reply-To: <20190703171027.20512-1-w96k.ru@gmail.com> (Mikhail Kirillov's message of "Wed, 3 Jul 2019 20:10:27 +0300")

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

Hi Mikhail,

Mikhail Kirillov <w96k.ru@gmail.com> skribis:

> * gnu/packages/ruby.scm (ruby): add ruby-backport package

Applied with the minor changes below.  Thank you!

Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1447 bytes --]

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e25b527f5c..5f613cfe60 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
+;;; Copyright © 2019 Mikhail Kirillov <w96k.ru@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8736,7 +8737,7 @@ then check out http://127.0.0.1:1080 to see the mail.")
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/castwide/backport.git")
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
@@ -8749,9 +8750,8 @@ then check out http://127.0.0.1:1080 to see the mail.")
        ("ruby-rspec" ,ruby-rspec)))
     (inputs
      `(("ruby-simplecov" ,ruby-simplecov)))
-    (synopsis
-     "A pure Ruby library for event-driven IO")
+    (synopsis "Pure Ruby library for event-driven IO")
     (description
-     "This package provides a pure Ruby library for event-driven IO")
-    (home-page "http://github.com/castwide/backport")
+     "This package provides a pure Ruby library for event-driven IO.")
+    (home-page "https://github.com/castwide/backport")
     (license license:expat)))

      reply	other threads:[~2019-07-04 10:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02 22:49 [bug#36482] [PATCH] gnu: ruby: Add ruby-backport package Mikhail Kirillov
2019-07-03 17:10 ` Mikhail Kirillov
2019-07-04 10:29   ` Ludovic Courtès [this message]

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=87v9wi5c0b.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=36482-done@debbugs.gnu.org \
    --cc=w96k.ru@gmail.com \
    /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).