From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-rails/
Date: Sun, 28 Apr 2019 05:55:30 +0000 (UTC) [thread overview]
Message-ID: <1556430699.2a895cb6bc6abe2bc4cad2d2a565680d2d05d256.graaff@gentoo> (raw)
commit: 2a895cb6bc6abe2bc4cad2d2a565680d2d05d256
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 05:51:39 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 05:51:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a895cb6
dev-util/cucumber-rails: add 1.7.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-util/cucumber-rails/Manifest | 1 +
.../cucumber-rails/cucumber-rails-1.7.0.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-util/cucumber-rails/Manifest b/dev-util/cucumber-rails/Manifest
index 8767f437215..5ee3ff90ac1 100644
--- a/dev-util/cucumber-rails/Manifest
+++ b/dev-util/cucumber-rails/Manifest
@@ -1 +1,2 @@
DIST cucumber-rails-1.6.0.gem 409088 BLAKE2B 05263cd0183a6b6ae4a3091eba6e4d6f6bc1f21f434757e86b0f150c1c18c98773b210db31a4f58710c05d09324605048586aa8d62274ed1861dd7e2bba97b25 SHA512 dab37f8777e2bc06c07141baa84091cd5128fa90631f1ecf381e2a8fb22f024a1f5af96edd212148c4a9e30791efb9f2602a71058f3b7c6fc494dfd10bfefb00
+DIST cucumber-rails-1.7.0.gem 411648 BLAKE2B 09f6e79384869e0d901cb7dda607f2db29b0a924cd57fac56f88e5a90ef5f79348246e91195ecb437ae88e2e5f3f2e17bbfc651b8ff6e01cfc92cc86c544b5be SHA512 05f91606ebfd5db6608120b7057c767efaccee1dfb2eb99113e9cc6f55e594bd4181f54c8a38780b451bf7dc53862180e80a3c62a81ee8b1ea6aaf54682599c2
diff --git a/dev-util/cucumber-rails/cucumber-rails-1.7.0.ebuild b/dev-util/cucumber-rails/cucumber-rails-1.7.0.ebuild
new file mode 100644
index 00000000000..876df59ea5d
--- /dev/null
+++ b/dev-util/cucumber-rails/cucumber-rails-1.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+# There are also cucumber features. They require a Rails project with
+# factory girl which we don't have packaged yet.
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios for Rails"
+HOMEPAGE="https://github.com/cucumber/cucumber/wikis"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+# Restrict tests since Appraisal is now mandatory to manage different
+# rails versions, even for the specs.
+RESTRICT="test"
+#ruby_add_bdepend "
+# test? (
+# >=dev-ruby/ammeter-0.2.2
+# >=dev-ruby/rspec-rails-2.7.0:2
+# )"
+
+ruby_add_rdepend "
+ >=dev-util/cucumber-3.0.2 <dev-util/cucumber-4
+ >=dev-ruby/nokogiri-1.8
+ >=dev-ruby/capybara-2.3.0:* <dev-ruby/capybara-4:*
+ >=dev-ruby/railties-4.2:* <dev-ruby/railties-7:*
+ >=dev-ruby/mime-types-1.17:* <dev-ruby/mime-types-4:*"
+
+all_ruby_prepare() {
+ rm Gemfile || die
+ sed -i -e '/[Bb]undler/d' Rakefile || die
+ sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2019-04-28 5:55 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-28 5:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 6:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-rails/ Hans de Graaff
2024-12-01 8:09 Hans de Graaff
2024-11-13 6:45 Hans de Graaff
2024-08-06 5:51 Hans de Graaff
2023-11-03 7:57 Hans de Graaff
2023-11-03 7:57 Hans de Graaff
2023-07-08 14:09 Hans de Graaff
2023-04-10 10:57 Hans de Graaff
2023-04-10 10:57 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2022-10-17 5:25 Hans de Graaff
2022-10-09 7:22 Hans de Graaff
2022-07-19 6:14 Hans de Graaff
2022-06-26 5:43 Hans de Graaff
2022-04-09 12:08 Hans de Graaff
2022-04-07 5:46 Hans de Graaff
2022-04-07 5:46 Hans de Graaff
2022-03-15 16:01 Hans de Graaff
2022-03-15 6:59 Hans de Graaff
2021-08-15 7:41 Hans de Graaff
2021-07-22 4:45 Hans de Graaff
2021-07-14 9:20 Hans de Graaff
2021-07-09 6:55 Hans de Graaff
2021-07-06 8:37 Hans de Graaff
2021-07-06 8:37 Hans de Graaff
2020-10-13 4:14 Hans de Graaff
2020-06-27 8:11 Hans de Graaff
2020-03-14 14:37 Hans de Graaff
2020-03-14 14:37 Hans de Graaff
2020-03-09 6:32 Hans de Graaff
2019-11-03 9:28 Hans de Graaff
2019-08-15 5:12 Hans de Graaff
2019-05-04 9:23 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2018-06-04 9:56 Hans de Graaff
2018-04-09 4:32 Hans de Graaff
2018-01-22 20:48 Hans de Graaff
2017-05-20 5:53 Hans de Graaff
2017-05-20 5:53 Hans de Graaff
2016-09-30 5:46 Hans de Graaff
2016-08-10 5:30 Hans de Graaff
2016-08-10 5:30 Hans de Graaff
2016-04-10 0:28 Manuel Rüger
2016-03-02 6:09 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=1556430699.2a895cb6bc6abe2bc4cad2d2a565680d2d05d256.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