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/rspec-retry/
Date: Thu, 24 Aug 2017 05:49:38 +0000 (UTC)	[thread overview]
Message-ID: <1503550376.e2845c8000caacd1f5c4e8765e609e8dbb9c3c64.graaff@gentoo> (raw)

commit:     e2845c8000caacd1f5c4e8765e609e8dbb9c3c64
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 04:52:56 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 04:52:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2845c80

dev-ruby/rspec-retry: add 0.5.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rspec-retry/Manifest                 |  1 +
 dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rspec-retry/Manifest b/dev-ruby/rspec-retry/Manifest
index ed63f7ed362..0f8f89f4d0a 100644
--- a/dev-ruby/rspec-retry/Manifest
+++ b/dev-ruby/rspec-retry/Manifest
@@ -1 +1,2 @@
 DIST rspec-retry-0.5.4.gem 12288 SHA256 c3fa7339684d3068d6cad921152ae6f8bc09bb8d0e8db99a206d0a851ab164ec SHA512 e23ea3c172255d0cc880c3bf5d38bef870ce13c5d52105c987d78bf1850adeb8346d6850f94a213de8dfe767289839dedd9a0851ed1d3f90a9c9d3a0b6b825b0 WHIRLPOOL e287e2ccd445357a3bc9ccba0b398a6b94a27b88be9a1c0f17bbaf17a355db52751866065afba9366d647133258ede989f2bcef62b0dd3b71a35b25ad0144129
+DIST rspec-retry-0.5.5.gem 12800 SHA256 269a2ab2f3bfadc4558993ddd721369e90bf3861baff0a57d6833f91ca0c5817 SHA512 dd8a63e0e511b0c655a93c02f96bcd3e1eed8697a500d744a70afe9cf9ea55ea7c7a089d8240622be0bd44c4c9baaa889c3469e9228468bc35676da6fbc38a08 WHIRLPOOL 66997954eb01cec416a714caf388e04c59a4982140897fed30866bc3d6d2f38ce78428496dc8df63361a261693dd8451e69f4607a6d4227ee7d855c3e808f2e6

diff --git a/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild
new file mode 100644
index 00000000000..13590e2a5a7
--- /dev/null
+++ b/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retry intermittently failing rspec examples"
+HOMEPAGE="https://github.com/NoRedInk/rspec-retry"
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+ruby_add_rdepend ">=dev-ruby/rspec-core-3.3:3"
+
+all_ruby_prepare() {
+	sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2017-08-24  5:49 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 10:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-retry/ Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-09-11 18:12 Arthur Zamarin
2023-12-31 10:29 Hans de Graaff
2023-12-08 14:24 Arthur Zamarin
2023-12-05 18:25 Ionen Wolkens
2023-12-01 20:26 Arthur Zamarin
2023-09-18 18:25 WANG Xuerui
2023-09-18 10:56 Sam James
2023-09-11 11:41 Arthur Zamarin
2023-09-11  6:48 Jakov Smolić
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10  5:57 Hans de Graaff
2021-02-04  7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2020-04-25 12:44 Sergei Trofimovich
2020-04-14 21:06 Sergei Trofimovich
2020-02-29  6:00 Hans de Graaff
2020-02-29  6:00 Hans de Graaff
2019-11-22  9:03 Hans de Graaff
2019-07-24 23:16 Aaron Bauman
2019-01-26 16:45 Hans de Graaff
2019-01-26 16:45 Hans de Graaff
2018-06-12  5:14 Hans de Graaff
2018-05-16  4:55 Hans de Graaff
2018-03-25 19:58 Sergei Trofimovich
2018-03-25 17:58 Sergei Trofimovich
2018-03-18  6:25 Hans de Graaff
2018-03-18  6:25 Hans de Graaff
2017-11-06  5:45 Hans de Graaff
2017-09-12  8:18 Sergei Trofimovich
2017-09-12  8:18 Sergei Trofimovich
2017-08-23  6:14 Hans de Graaff
2017-05-10  4:15 Hans de Graaff
2017-01-12  6:08 Hans de Graaff
2017-01-12  6:08 Hans de Graaff
2016-10-06  6:05 Hans de Graaff
2016-10-01  6:10 Hans de Graaff
2016-10-01  6:10 Hans de Graaff
2016-08-09  5:21 Hans de Graaff
2016-01-17 19:45 Fabian Groffen
2016-01-09 19:12 Markus Meier
2015-12-29  9:03 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=1503550376.e2845c8000caacd1f5c4e8765e609e8dbb9c3c64.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