From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakefs/
Date: Tue, 31 Mar 2020 15:41:56 +0000 (UTC) [thread overview]
Message-ID: <1585669311.6093a11575e10a55f4f4307cb28bc86a0537194d.graaff@gentoo> (raw)
commit: 6093a11575e10a55f4f4307cb28bc86a0537194d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 15:31:26 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 15:41:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6093a115
dev-ruby/fakefs: add 1.2.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fakefs/Manifest | 1 +
dev-ruby/fakefs/fakefs-1.2.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ruby/fakefs/Manifest b/dev-ruby/fakefs/Manifest
index ed2470e4af3..bc56742498e 100644
--- a/dev-ruby/fakefs/Manifest
+++ b/dev-ruby/fakefs/Manifest
@@ -2,3 +2,4 @@ DIST fakefs-0.19.2.tar.gz 53405 BLAKE2B c9841f7f2aee5135d149187d03f7f3034d3c6cbc
DIST fakefs-0.20.0.tar.gz 53591 BLAKE2B 067fef803bb0efb50f63f0c0fb645bb4d0d1c00d198cdf367e99871c6cb9e28cc1d4f0a52318a61c446577aa58170143c2aea4b0b826136610430abf996d03aa SHA512 9f9b2cef58709f7ab1147602b2f47d6a0302b217cc7210537605491f9db6477183e5fa447974c0572f1a1fbecce1029e451241d44b5f96eec97a7521275c165c
DIST fakefs-0.20.1.tar.gz 53626 BLAKE2B 013f49b57355943eb6624540be93bc069c95409f9e1d49c8cced034656f596ee98fc3ee4dd40cb80383d447164f11242e16a5ffb9b35ba2e28fb136e0f72a09e SHA512 61d83868a0cf4d0abf071fadc9ca21176e3ef8f2ccc781760a8b0b3e55713750d3e952482e90a87e8665163a262e8bdef8e6b2f3c423fabe696d64f356862aa4
DIST fakefs-1.0.0.tar.gz 53753 BLAKE2B 41ce41ef7551b8fde429b1e4c4f933fe141d131eee40976df3873c0eeaddc1d75cc1ba93e7ff12b322296a4767759376cd118ef54e6c36a02b5b6bef4af54af1 SHA512 7e3ae7fb426413882efe98866257fc734a9baaaa834f70d82ec907f74c2c34109f09e6621e120e20f6813267e2ab6c1270288bc9419d2a0d29c4b1d49f1a345e
+DIST fakefs-1.2.0.tar.gz 53920 BLAKE2B e0a2af3d581af36931b6311dbcc6d13abf8f61e0637609a440dcac121a3dca214dd9d921f80cb1863b6bfeecf7ce0d9e4253b468170eb1c320152ac89e8f4b90 SHA512 0cd48757035be35e3e85a2f3f12570b8ccce2659f5d9563dd5a45fa0b541702f1f9c1d03d5660c1c52f9372bb6f9067d701b5ddf17a2f36a4a43d9618d22572e
diff --git a/dev-ruby/fakefs/fakefs-1.2.0.ebuild b/dev-ruby/fakefs/fakefs-1.2.0.ebuild
new file mode 100644
index 00000000000..b885d5831ef
--- /dev/null
+++ b/dev-ruby/fakefs/fakefs-1.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
+
+RUBY_FAKEGEM_GEMSPEC="fakefs.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="A fake filesystem. Use it in your tests"
+HOMEPAGE="https://github.com/defunkt/fakefs"
+SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+ test? (
+ >=dev-ruby/rspec-3.1:3
+ >=dev-ruby/minitest-5.5
+ )"
+
+all_ruby_prepare() {
+ # Remove bundler
+ rm Gemfile || die
+
+ # Avoid unneeded minitest-rg dependency.
+ sed -i -e '1igem "minitest", "~>5.5"' \
+ -e '/bundler/ s:^:#:' \
+ -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
+
+ sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+ RSPEC_VERSION=3 ruby-ng_rspec
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2020-03-31 15:42 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 15:41 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-06 11:37 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakefs/ Hans de Graaff
2025-10-06 11:37 Hans de Graaff
2025-09-01 12:23 Hans de Graaff
2025-08-27 12:26 Hans de Graaff
2025-08-03 12:23 Hans de Graaff
2025-07-17 8:01 Hans de Graaff
2025-05-17 12:08 Hans de Graaff
2025-03-23 18:04 Arthur Zamarin
2025-02-08 18:04 Sam James
2025-02-08 13:55 Arthur Zamarin
2025-02-08 12:04 Arthur Zamarin
2025-02-08 10:16 Hans de Graaff
2024-12-09 7:07 Hans de Graaff
2024-06-02 7:00 Hans de Graaff
2024-06-02 7:00 Hans de Graaff
2024-03-08 8:09 Hans de Graaff
2023-08-24 18:05 Arthur Zamarin
2023-08-21 5:58 Sam James
2023-07-24 13:39 Arthur Zamarin
2023-07-24 12:32 Jakov Smolić
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-04-07 7:37 Hans de Graaff
2023-04-07 6:34 Hans de Graaff
2023-03-28 23:39 Sam James
2023-03-28 23:39 Sam James
2023-03-28 22:13 Sam James
2023-03-27 8:35 Sam James
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-07 18:43 Sam James
2022-12-07 17:54 Sam James
2022-12-07 17:54 Sam James
2022-12-07 17:51 Sam James
2022-12-07 17:51 Sam James
2021-11-21 6:58 Hans de Graaff
2021-11-21 4:58 Arthur Zamarin
2021-11-17 9:02 Arthur Zamarin
2021-11-17 9:02 Arthur Zamarin
2021-11-09 21:49 Jakov Smolić
2021-11-09 14:16 Jakov Smolić
2021-10-09 7:27 Hans de Graaff
2021-07-06 6:27 Hans de Graaff
2020-12-08 7:43 Hans de Graaff
2020-08-21 8:36 Hans de Graaff
2020-06-09 17:07 Sergei Trofimovich
2020-06-07 7:36 Hans de Graaff
2020-04-20 5:04 Hans de Graaff
2020-01-11 7:41 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-05-23 13:13 Mikle Kolyada
2019-05-13 0:38 Thomas Deutschmann
2019-05-07 8:46 Tobias Klausmann
2019-05-04 6:50 Hans de Graaff
2019-04-17 11:54 Mikle Kolyada
2019-04-11 18:29 Hans de Graaff
2019-03-15 6:39 Hans de Graaff
2019-03-15 6:39 Hans de Graaff
2019-02-22 6:19 Hans de Graaff
2019-02-10 11:07 Hans de Graaff
2019-01-17 5:26 Hans de Graaff
2019-01-17 5:26 Hans de Graaff
2018-08-06 5:31 Hans de Graaff
2018-07-30 5:48 Hans de Graaff
2018-07-20 4:43 Hans de Graaff
2018-07-09 4:09 Hans de Graaff
2018-06-01 4:13 Hans de Graaff
2018-06-01 4:13 Hans de Graaff
2018-05-17 4:57 Hans de Graaff
2018-04-26 4:57 Hans de Graaff
2018-04-26 4:21 Matt Turner
2018-04-15 5:38 Hans de Graaff
2018-04-11 5:50 Hans de Graaff
2018-04-08 22:11 Matt Turner
2018-03-25 17:18 Markus Meier
2018-02-28 5:27 Hans de Graaff
2018-02-25 6:47 Hans de Graaff
2018-01-15 7:26 Hans de Graaff
2018-01-04 7:31 Hans de Graaff
2018-01-04 7:31 Hans de Graaff
2017-11-26 10:02 Hans de Graaff
2017-10-10 4:24 Hans de Graaff
2017-10-10 4:24 Hans de Graaff
2017-09-14 4:56 Hans de Graaff
2017-08-23 6:14 Hans de Graaff
2017-08-14 19:42 Hans de Graaff
2017-07-18 4:28 Markus Meier
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-07 14:50 Agostino Sarubbo
2017-06-30 11:10 Agostino Sarubbo
2017-06-26 20:18 Tobias Klausmann
2017-06-23 8:33 Agostino Sarubbo
2017-05-30 4:51 Hans de Graaff
2017-04-09 5:00 Hans de Graaff
2017-04-09 5:00 Hans de Graaff
2017-01-26 6:07 Hans de Graaff
2017-01-26 6:07 Hans de Graaff
2016-12-13 6:53 Hans de Graaff
2016-12-13 6:53 Hans de Graaff
2016-11-13 7:17 Hans de Graaff
2016-10-17 5:23 Hans de Graaff
2016-10-06 6:05 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-03-10 5:48 Hans de Graaff
2016-03-10 5:48 Hans de Graaff
2016-02-27 7:00 Hans de Graaff
2016-01-23 7:47 Hans de Graaff
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=1585669311.6093a11575e10a55f4f4307cb28bc86a0537194d.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