all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72087] [PATCH] gnu: ruby-rdoc: Update to 6.7.0.
@ 2024-07-13  1:06 gemmaro
  2024-08-28 14:33 ` bug#72087: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: gemmaro @ 2024-07-13  1:06 UTC (permalink / raw)
  To: 72087; +Cc: gemmaro, Christopher Baines

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72087: [PATCH] gnu: ruby-rdoc: Update to 6.7.0.
  2024-07-13  1:06 [bug#72087] [PATCH] gnu: ruby-rdoc: Update to 6.7.0 gemmaro
@ 2024-08-28 14:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-08-28 14:33 UTC (permalink / raw)
  To: gemmaro; +Cc: Christopher Baines, 72087-done

gemmaro <gemmaro.dev@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-28 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13  1:06 [bug#72087] [PATCH] gnu: ruby-rdoc: Update to 6.7.0 gemmaro
2024-08-28 14:33 ` bug#72087: " 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.