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-rails/
Date: Sat, 12 Aug 2017 05:14:34 +0000 (UTC)	[thread overview]
Message-ID: <1502514608.9cb2edc533e0ceed5e623657da38581eb54b85cc.graaff@gentoo> (raw)

commit:     9cb2edc533e0ceed5e623657da38581eb54b85cc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 04:42:26 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 05:10:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb2edc5

dev-ruby/rspec-rails: add 3.6.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rspec-rails/Manifest                 |  1 +
 dev-ruby/rspec-rails/rspec-rails-3.6.1.ebuild | 54 +++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index a1f71d36154..a2f8dc556d0 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -3,3 +3,4 @@ DIST rspec-rails-2.99.0.tar.gz 78448 SHA256 81ff54e638432c2b734ebefd5398f646960b
 DIST rspec-rails-3.3.3.tar.gz 102963 SHA256 b0edc645a25c929deb39a7334894922cdf67cf7cb895bb728751d0d3a459fac9 SHA512 72c8a027d3ac7c8487c4dec23c91c7014456e6d8ed10f80f72e71c90e7bde0a3c005dd6b57985b1f3e32b32cb6d4610f651f8aa4b81156536a667a266e816603 WHIRLPOOL 78b00968fe75cd632b94bd4b2f244dc6ac50e708b9023baf882bba6ef76b827b681f55dd88be0220988c49d308b9bde4e3344456980db0d9a5654e39f65edd93
 DIST rspec-rails-3.5.2.tar.gz 123642 SHA256 14acd233d4b8341231e04abc72c3f16a364fe3bf57efe59a9f40ca49a08535b0 SHA512 4f7f03c740d7215591f9ac4fc9fb77f8d747b6446a831580518db2974b07806eab8ed29ade78afbdd981236f3c64b0d933f04be7cccf72c5e57fb85795dc7df4 WHIRLPOOL 88135186904d1b52e91a6967fd272faca4920d2af2c293955cdf76d6b0ef27127369fe189729447757f5ab0dabc5fd285c73816fae5ff4f5503db9b0e4513167
 DIST rspec-rails-3.6.0.tar.gz 127171 SHA256 3c47e0c209584d2001fa6035af7ca75aea5c6d16343a71adf4a821690246a696 SHA512 f093c96d2d0c5b75ca055bfd1e7dfb990a66288a84293c6b3bd4622dfad52716b4b60553eb83878fb566c2e4d8b25b91da2071727ef54e6dd8aa11babeb80f81 WHIRLPOOL 4fd84be57be22090ae41a3e5c19d068ba1cbbf627b66ec97cd3774921dd3c4ff550337abd6955a9183841bd9b55270dfef4c928909288cd3c4aa72650fce7992
+DIST rspec-rails-3.6.1.tar.gz 127123 SHA256 e31f7710bd797038f2ce8f7eb8af55f1381548b40464761d30cb3795e85c10c6 SHA512 4d83f04ab640fdee6da5d6eab2c2a3bf8e04ad2f55e1a31f1dffc3a85ea3e731f1a0ffa586825e12972120568226d52fd6c26ce261412ad69dcc73ed879e763f WHIRLPOOL bde3bd6d781130f8b8a64ff40e93e7528599fea0f8461542af34f6390ccdfa60ce7325675e60bedb1a695c450c71143b3dec9a1034b2d1992f39a1546267ee98

diff --git a/dev-ruby/rspec-rails/rspec-rails-3.6.1.ebuild b/dev-ruby/rspec-rails/rspec-rails-3.6.1.ebuild
new file mode 100644
index 00000000000..3bd3af11718
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-3.6.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="http://rspec.info/"
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0:*
+	>=dev-ruby/actionpack-3.0:*
+	>=dev-ruby/railties-3.0:*
+	=dev-ruby/rspec-${SUBVERSION}*"
+
+# Depend on the package being already installed for tests, because
+# requiring ammeter will load it, and we need a consistent set of rspec
+# and rspec-rails for that to work.
+ruby_add_bdepend "test? (
+	>=dev-ruby/capybara-2.2.0
+	>=dev-ruby/ammeter-1.1.2
+	~dev-ruby/rspec-rails-${PV}
+)"
+
+all_ruby_prepare() {
+	# Remove .rspec options to avoid dependency on newer rspec when
+	# bootstrapping.
+	rm -f .rspec || die
+
+	# Avoid bundler-specific specs.
+	rm -f spec/sanity_check_spec.rb || die
+
+	# Avoid broken controller generator specs for now.
+	rm -fr spec/generators/rspec || die
+
+	# Avoid loading rspec/rails explicitly since ammeter/init will also
+	# do this and loading it twice causes an error
+	sed -i -e '/rspec\/rails/ s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2017-08-12  5:14 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-12  5:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24  8:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/ Hans de Graaff
2024-11-15 11:13 Hans de Graaff
2024-11-15 11:13 Hans de Graaff
2024-07-17  9:38 Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-03-31  6:41 Hans de Graaff
2024-03-20 12:04 Hans de Graaff
2024-02-09  7:49 Hans de Graaff
2023-11-23  7:09 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-08-16  6:14 Hans de Graaff
2023-08-13  8:40 Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2023-07-17  4:55 Hans de Graaff
2023-07-12 18:53 Hans de Graaff
2023-06-18  4:53 Hans de Graaff
2023-06-12  6:21 Hans de Graaff
2023-05-05  8:22 Hans de Graaff
2023-04-14  5:54 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-13  7:14 Hans de Graaff
2022-12-04 10:14 Hans de Graaff
2022-10-20  5:12 Hans de Graaff
2022-10-11  5:31 Hans de Graaff
2022-07-25  5:42 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2022-05-15  7:50 Hans de Graaff
2022-04-25  5:23 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2022-01-28  7:06 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-08-16  5:34 Hans de Graaff
2021-07-18  5:40 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2021-07-04  6:18 Hans de Graaff
2021-03-18  6:20 Hans de Graaff
2020-12-29  6:54 Hans de Graaff
2020-09-09  9:28 Hans de Graaff
2020-05-17  5:10 Hans de Graaff
2020-03-25  8:53 Hans de Graaff
2020-03-25  5:52 Hans de Graaff
2020-03-14 11:04 Hans de Graaff
2019-11-02 10:03 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-01-21  6:49 Hans de Graaff
2018-12-11 11:34 Hans de Graaff
2018-10-24  6:27 Hans de Graaff
2018-09-22  6:02 Hans de Graaff
2018-08-05  7:05 Hans de Graaff
2018-08-05  6:42 Hans de Graaff
2018-02-24  8:49 Hans de Graaff
2018-01-25  6:34 Hans de Graaff
2018-01-22 20:25 Hans de Graaff
2017-12-09  7:55 Hans de Graaff
2017-12-03  8:31 Hans de Graaff
2017-11-22  6:10 Hans de Graaff
2017-10-21  5:47 Hans de Graaff
2017-08-06  5:48 Hans de Graaff
2017-06-25  7:58 Hans de Graaff
2017-06-25  7:58 Hans de Graaff
2017-05-06  5:10 Hans de Graaff
2017-04-21  5:07 Hans de Graaff
2016-12-25 23:21 Manuel Rüger
2016-09-04  6:47 Hans de Graaff
2016-08-26  5:04 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-07-10  5:33 Hans de Graaff
2016-07-03  5:49 Hans de Graaff
2016-04-16 22:04 Manuel Rüger
2016-03-06 19:42 Hans de Graaff
2016-02-04  6:36 Hans de Graaff
2015-11-14 10:13 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=1502514608.9cb2edc533e0ceed5e623657da38581eb54b85cc.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