GNU bug report logs - #72087
[PATCH] gnu: ruby-rdoc: Update to 6.7.0.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sat, 13 Jul 2024 01:10:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

To reply to this bug, email your comments to 72087 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#72087; Package guix-patches. (Sat, 13 Jul 2024 01:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, guix-patches <at> gnu.org. (Sat, 13 Jul 2024 01:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH] gnu: ruby-rdoc: Update to 6.7.0.
Date: Sat, 13 Jul 2024 10:06:32 +0900
* gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0.
[arguments]<#:phases>: Remove patch for gemspec file.
[native-inputs]: Add ruby-test-unit-ruby-core.

Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c
---
 gnu/packages/ruby.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fa2d474e4c..c5d0575cd1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13544,7 +13544,7 @@ (define-public ruby-kpeg
 (define-public ruby-rdoc
   (package
     (name "ruby-rdoc")
-    (version "6.5.0")
+    (version "6.7.0")
     (source
      (origin
        (method git-fetch)
@@ -13554,25 +13554,18 @@ (define-public ruby-rdoc
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06dcjs4s2phvg9bq42mlfqv4c4zpdr8w7aq107lm2q0qqqw7xjlr"))))
+         "0dy997zi7k17c2yjlq1y7zl9yaiym1f4jgfh84qqzhwl1qm6v41j"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-gemspec
-           ;; TODO: Remove after next release is tagged.
-           (lambda _
-             (substitute* "rdoc.gemspec"
-               (("\"lib/rdoc/generator/template/darkfish/js/\
-jquery\\.js\", ") ""))
-             #t))
          (add-before 'build 'generate
            ;; 'gem build' doesn't honor Rakefile dependencies (see:
            ;; https://github.com/ruby/rdoc/issues/432#issuecomment-650808977).
            (lambda _
              (invoke "rake" "generate"))))))
-    (native-inputs
-     (list bundler ruby-kpeg ruby-racc ruby-rubocop))
+    (native-inputs (list bundler ruby-kpeg ruby-racc ruby-rubocop
+                         ruby-test-unit-ruby-core))
     (home-page "https://ruby.github.io/rdoc/")
     (synopsis "HTML and command-line documentation utility")
     (description "RDoc produces HTML and command-line documentation for Ruby

base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
prerequisite-patch-id: 62fc54ed554df985530503c8e8c5b718c16b709b
prerequisite-patch-id: c22785847e70bf2f4c94547dd7851ad7de06b92a
prerequisite-patch-id: 36850492cd3b84d7f353cc8c923a667c1b0271bc
-- 
2.45.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 28 Aug 2024 14:35:02 GMT) Full text and rfc822 format available.

Notification sent to gemmaro <gemmaro.dev <at> gmail.com>:
bug acknowledged by developer. (Wed, 28 Aug 2024 14:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 72087-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: gemmaro <gemmaro.dev <at> gmail.com>
Cc: Christopher Baines <guix <at> cbaines.net>, 72087-done <at> debbugs.gnu.org
Subject: Re: [bug#72087] [PATCH] gnu: ruby-rdoc: Update to 6.7.0.
Date: Wed, 28 Aug 2024 16:33:31 +0200
gemmaro <gemmaro.dev <at> gmail.com> skribis:

> * gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0.
> [arguments]<#:phases>: Remove patch for gemspec file.
> [native-inputs]: Add ruby-test-unit-ruby-core.
>
> Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c

Applied, thanks!




This bug report was last modified 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.