From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timecop/
Date: Sat, 20 Mar 2021 08:47:08 +0000 (UTC) [thread overview]
Message-ID: <1616230024.cf61716ad0a9e955142dd7b7943f9656453a6586.graaff@gentoo> (raw)
commit: cf61716ad0a9e955142dd7b7943f9656453a6586
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:35:23 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:47:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf61716a
dev-ruby/timecop: add 0.9.4
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/timecop/Manifest | 1 +
dev-ruby/timecop/timecop-0.9.4.ebuild | 39 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-ruby/timecop/Manifest b/dev-ruby/timecop/Manifest
index 2b15f5311c6..208b78428d9 100644
--- a/dev-ruby/timecop/Manifest
+++ b/dev-ruby/timecop/Manifest
@@ -1,3 +1,4 @@
DIST timecop-0.9.1.gem 16896 BLAKE2B f4dd9293743f0be4dc5616aae077965a32e348faa7019867d694689b0376c6be06817870842bdcbf5f398ec4814ae1e4f6546c75c95639bbd2cb8021a1dee3f7 SHA512 2c8429ad4d9c706865810caa80dfb12c16acaaa97ea289fc300e172a359817fea7d31789f4bea75cfae8ce1f84e7d8effd32b39a0482f3d68fb4e225b487e13e
DIST timecop-0.9.2.gem 17408 BLAKE2B defe09d5ed0a8eae143b17249502ccd2d2c022147f2e579ced45c3497424d66a420b30c11a1e00e321b5f2772c8bc5cd157a5875f8b66e5d102ac84423975dcf SHA512 d54b87c0a9a711e8c287ebd55083a6f87e31d587fbeebbc892a3e76c7d57fe0926e411dfedd0b5edcd357d995b4a6e7b57eef778a8e380a6675497988f97b29d
DIST timecop-0.9.3.gem 16896 BLAKE2B 4b021e9a3bd0ca5e35e11dfbfe95a81689c7441315d94857de65bf4708f48f3f62eb768af7d22338edd3c283a22fa784b389979ec8474abffcb599eefb76d639 SHA512 6d6e43ac2e52a049179560fae75a37eefdfde3286aa2fb415fd553af1891427ad56babba91a36e743c8e5e0d915077348152c1e6f518483cfaa20a677db05d45
+DIST timecop-0.9.4.gem 16896 BLAKE2B a8280726c8c46573eb0bc72af7b8c6f64ba4a3898a8089eb44c09bc4f53c2c6c51364784aa332c55a45d9c8f93ab9fd3b7691020f8a58f48056cf3673429abf7 SHA512 3d5f611d9a4ba9bc21f01c8096c97892cb05d6effb26f03703a0db842fe18f9614fca3cc836a1583dd5ebbd0d50d4115acf348b7b8b78d93010aaa48b168b9cf
diff --git a/dev-ruby/timecop/timecop-0.9.4.ebuild b/dev-ruby/timecop/timecop-0.9.4.ebuild
new file mode 100644
index 00000000000..b90d03bddd4
--- /dev/null
+++ b/dev-ruby/timecop/timecop-0.9.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
+HOMEPAGE="https://github.com/travisjeffery/timecop"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# Missing testdep activesupport
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile test/test_helper.rb || die
+ sed -i -e '/rubygems/ a\gem "test-unit"' \
+ -e '/minitest\/rg/ s:^:#:' -e '/pry/ s:^:#:' test/test_helper.rb || die
+ # FIXME after activesupport gained ruby22 support
+ rm test/time_stack_item_test.rb || die
+}
+
+each_ruby_test() {
+ for f in test/*_test.rb ; do
+ ${RUBY} -Ilib $f || die
+ done
+}
next reply other threads:[~2021-03-20 8:47 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 8:47 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-18 10:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timecop/ Sam James
2025-05-18 8:56 Sam James
2025-04-05 7:37 Hans de Graaff
2024-09-23 7:12 Sam James
2024-09-18 8:56 Hans de Graaff
2024-06-20 5:30 Hans de Graaff
2024-06-20 5:30 Hans de Graaff
2024-06-02 5:43 Hans de Graaff
2024-01-06 8:02 Hans de Graaff
2023-08-22 5:07 Hans de Graaff
2023-08-13 8:40 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-04-23 22:16 Sam James
2023-04-23 20:05 Sam James
2023-04-23 20:01 Sam James
2023-04-23 19:55 Sam James
2023-04-23 19:53 Sam James
2023-04-23 19:50 Sam James
2023-04-23 19:50 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Sam James
2023-03-23 6:53 Sam James
2023-03-23 6:53 Sam James
2023-03-18 23:10 Sam James
2022-04-26 13:45 Sam James
2022-03-31 5:39 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2022-03-19 6:53 Arthur Zamarin
2022-03-18 8:29 Arthur Zamarin
2022-03-17 7:45 Agostino Sarubbo
2022-03-17 7:42 Agostino Sarubbo
2022-03-15 19:44 Jakov Smolić
2022-03-15 9:38 Jakov Smolić
2022-03-15 6:59 Hans de Graaff
2022-03-15 6:59 Hans de Graaff
2021-08-11 14:29 Marek Szuba
2021-03-20 8:47 Hans de Graaff
2021-02-09 5:47 Hans de Graaff
2020-10-15 4:58 Hans de Graaff
2020-05-02 6:30 Hans de Graaff
2020-04-28 9:40 Agostino Sarubbo
2020-01-22 7:54 Hans de Graaff
2019-07-06 8:40 Hans de Graaff
2019-05-26 7:04 Sergei Trofimovich
2019-05-23 13:15 Mikle Kolyada
2019-05-20 17:50 Sergei Trofimovich
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 7:15 Hans de Graaff
2019-04-29 8:51 Sergei Trofimovich
2019-04-29 8:49 Sergei Trofimovich
2019-04-28 20:59 Sergei Trofimovich
2019-01-09 8:07 Hans de Graaff
2018-07-09 19:07 Sergei Trofimovich
2018-07-04 20:56 Hans de Graaff
2018-03-29 6:46 Hans de Graaff
2017-12-20 21:53 Sergei Trofimovich
2017-12-20 21:53 Sergei Trofimovich
2017-12-02 6:30 Hans de Graaff
2017-08-09 6:21 Patrice Clement
2017-07-06 8:15 Agostino Sarubbo
2017-07-06 4:56 Hans de Graaff
2017-07-06 4:56 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-28 20:49 Sergei Trofimovich
2017-06-23 3:38 Hans de Graaff
2017-03-02 7:02 Hans de Graaff
2016-12-09 6:59 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-07-05 8:49 Tobias Klausmann
2016-05-12 5:19 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-03-21 16:44 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=1616230024.cf61716ad0a9e955142dd7b7943f9656453a6586.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