From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3253113832E for ; Tue, 9 Aug 2016 05:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C2A21C131; Tue, 9 Aug 2016 05:21:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2455E21C06A for ; Tue, 9 Aug 2016 05:21:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC93D3409D0 for ; Tue, 9 Aug 2016 05:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA5A2442 for ; Tue, 9 Aug 2016 05:21:26 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1470719150.220e0449f2740b89625a102630401a86c447603b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-retry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-retry/Manifest dev-ruby/rspec-retry/rspec-retry-0.5.0.ebuild X-VCS-Directories: dev-ruby/rspec-retry/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 220e0449f2740b89625a102630401a86c447603b X-VCS-Branch: master Date: Tue, 9 Aug 2016 05:21:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b82c54a0-87e0-4d31-9946-ac0450a63e85 X-Archives-Hash: f964d3aebcff994189e1b7d3049f60c7 commit: 220e0449f2740b89625a102630401a86c447603b Author: Hans de Graaff gentoo org> AuthorDate: Tue Aug 9 05:05:50 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 9 05:05:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220e0449 dev-ruby/rspec-retry: add 0.5.0 Package-Manager: portage-2.2.28 dev-ruby/rspec-retry/Manifest | 1 + dev-ruby/rspec-retry/rspec-retry-0.5.0.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/rspec-retry/Manifest b/dev-ruby/rspec-retry/Manifest index 1b62e45..41cab02 100644 --- a/dev-ruby/rspec-retry/Manifest +++ b/dev-ruby/rspec-retry/Manifest @@ -1 +1,2 @@ DIST rspec-retry-0.4.5.gem 10752 SHA256 262b89cb68f15254697f0b9ccac68d017aa9953811cc7cd52c626e7996eafb47 SHA512 21d4aef1f5912d86f599f4c2dca97ccc85a242231bf5a437530c9f7fde3fc77d2bb1389c99a1e5954fa779e377c1b0fbb70edaf6dbe7e23fdf339f7f06f5afb5 WHIRLPOOL 7b4fbae696ed0bdf8fe8be73cba751f2661aa9ce8d5b46e053c14e064ad0ded1d83508625c9b891b60176724ca6c5d02c9ce63619dd9218b27e7262073abf055 +DIST rspec-retry-0.5.0.gem 11776 SHA256 f0895f38f65de2481d9567b6670426ee657b6b68ffbd3634af7605a39bbd6314 SHA512 e67825f059eeecf1b939ac333833b99d3213e7055818b7aac8ddb3c958a4bf4f565868ff7c8d1d0a3cad13cd2e6b77af8aea5c1bde7ae133f9d49c1c0393d8ec WHIRLPOOL 68493fe6aafd7ef31c7f0e1b725a5e39e4e85b648d8bc29cd0c68e4468714b5bf726e85394609a891920b5de966941206a5492955746941957d0810c07f8609a diff --git a/dev-ruby/rspec-retry/rspec-retry-0.5.0.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.5.0.ebuild new file mode 100644 index 0000000..cadd8d3 --- /dev/null +++ b/dev-ruby/rspec-retry/rspec-retry-0.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +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 +}