guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: ruby-asciidoctor-pdf: Remove obsolete 'replace-git-ls-files


From: guix-commits
Subject: 06/07: gnu: ruby-asciidoctor-pdf: Remove obsolete 'replace-git-ls-files phase.
Date: Tue, 1 Sep 2020 13:20:06 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 1994c4c6e7481ae2ad88edbbbf466aa2e808ee7a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jul 18 00:00:53 2020 -0400

    gnu: ruby-asciidoctor-pdf: Remove obsolete 'replace-git-ls-files phase.
    
    This phase is made unnecessary by commit a7b1cc333e, which generalizes the 
fix
    in the Ruby build system.
    
    * gnu/packages/ruby.scm 
(ruby-asciidoctor-pdf)[phases]{replace-git-ls-files}:
    Remove.
---
 gnu/packages/ruby.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a1943d9..71c93c0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1693,15 +1693,6 @@ web pages.")
                  (("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
                   (string-append stripped "\n")))
                #t))
-           (replace 'replace-git-ls-files
-             ;; TODO: Remove after the fix of using 'cut' to better mimic the
-             ;; git ls-files output is merged in ruby-build-system.
-             (lambda _
-               (substitute* "asciidoctor-pdf.gemspec"
-                 (("`git ls-files -z`")
-                  "`find . -type f -not -regex '.*\\.gem$' -print0 \
-|sort -z|cut -zc3-`"))
-               #t))
            ;; The tests rely on the Gem being installed, so move the check 
phase
            ;; after the install phase.
            (delete 'check)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]