public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sys-filesystem/
Date: Sun, 10 Sep 2023 07:00:24 +0000 (UTC)	[thread overview]
Message-ID: <1694329220.6cda8e004e674b3aa44ba446b368e36ef04fcdb7.graaff@gentoo> (raw)

commit:     6cda8e004e674b3aa44ba446b368e36ef04fcdb7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 06:59:31 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 07:00:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cda8e00

dev-ruby/sys-filesystem: fix tests

Add mising test dependency and avoid test that fails on large file
systems.

Closes: https://bugs.gentoo.org/913915
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild b/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild
index ba0b8f230bc1..47e9e9296164 100644
--- a/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild
+++ b/dev-ruby/sys-filesystem/sys-filesystem-1.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
@@ -22,11 +22,9 @@ IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
 
-#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"
+ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"
 
 all_ruby_prepare() {
-	:
-	#sed -e 's/__dir__/"."/' \
-	#	-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
-	#	-i "${RUBY_FAKEGEM_GEMSPEC}" || die
+	sed -e '/stat fragment_size is a plausible value/askip "Fails with e.g. ZFS"' \
+		-i spec/sys_filesystem_unix_spec.rb || die
 }


             reply	other threads:[~2023-09-10  7:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10  7:00 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23 23:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sys-filesystem/ Jakov Smolić
2024-10-13  6:25 Hans de Graaff
2024-10-01  5:33 Hans de Graaff
2024-06-25  3:35 Sam James
2024-06-21 11:21 Hans de Graaff
2024-06-15  7:10 Sam James
2024-05-24  7:36 Hans de Graaff
2024-01-02  7:05 Hans de Graaff
2024-01-02  7:05 Hans de Graaff
2023-09-13  4:56 Hans de Graaff
2023-09-10  2:29 Robin H. Johnson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1694329220.6cda8e004e674b3aa44ba446b368e36ef04fcdb7.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox