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-util/cucumber-rails/
Date: Sat, 20 May 2017 05:53:24 +0000 (UTC)	[thread overview]
Message-ID: <1495259597.503a1ade9ab2f09d9a7d94115a7a90670bb989a6.graaff@gentoo> (raw)

commit:     503a1ade9ab2f09d9a7d94115a7a90670bb989a6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:42:45 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:53:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503a1ade

dev-util/cucumber-rails: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/cucumber-rails/Manifest                   |  2 -
 .../cucumber-rails/cucumber-rails-1.4.3.ebuild     | 47 ----------------------
 .../cucumber-rails/cucumber-rails-1.4.4.ebuild     | 47 ----------------------
 3 files changed, 96 deletions(-)

diff --git a/dev-util/cucumber-rails/Manifest b/dev-util/cucumber-rails/Manifest
index 7c2e93e817e..5c8dc76c2b5 100644
--- a/dev-util/cucumber-rails/Manifest
+++ b/dev-util/cucumber-rails/Manifest
@@ -1,3 +1 @@
-DIST cucumber-rails-1.4.3.gem 405504 SHA256 35f210b2bf2a0c9d102f64d89e3b2a6245bb52154fcef9650b5b4840bb81af3f SHA512 44b5653fc44f483a20f32fc6ed99e446fd9c22e9abe3a5c5430b7b84ce0e95a0d806f21809fedcc1c1848244d6b0f8351299f1981882f9995a8491b896db5391 WHIRLPOOL f52f63f2cd1da0bc5f422986f9b733342c92a3b5470b362d0e956cf89437ce12e824a95622d501d927e587898a04dac5501bc77756b53e99ae52c22eda627034
-DIST cucumber-rails-1.4.4.gem 406016 SHA256 b8298a430d97642cf4ef00140a5ce96177890519fb3ed4162592c336dab7f74d SHA512 b9355adda3c322b0f7cb6de8a3fbed00706f800cbc71105ac1292390ced37f040a4467e39fe8f8bc9b26026e94c96de97588bb724a7b442fda04ab919f6a3ec0 WHIRLPOOL 606a111ff2569af26a9db7d22fc226837487d79ef2ffedb0f8876ed06c4179a898f78cebcc93ffa83fa0c053c7d1a26b90cee580bedba9e2778a9e73fe994f71
 DIST cucumber-rails-1.4.5.gem 406016 SHA256 db127640c43fd1ccdda0d60a66af534235e9ce4504e1e20666ad9d6e5b316f7a SHA512 66ad3a23503a5f28202e13fd041ca8c75ee447c525daf4b4711cbf789c7ee924efaaabf9753173eb67b8d9fd201f08d2d2fa1905175b7615640d4f2861c92701 WHIRLPOOL 93406965de8bea61a4fb0129a90b896f8e0ef3d73f788754bd351f4bd820d4a524187281167188b282bf511f428dc7be08962f12c1d10bc747286a0d6905480c

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.3.ebuild b/dev-util/cucumber-rails/cucumber-rails-1.4.3.ebuild
deleted file mode 100644
index 50a3f2e1ba1..00000000000
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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="History.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-1.3.8 <dev-util/cucumber-3
-	>=dev-ruby/nokogiri-1.5.0
-	>=dev-ruby/capybara-1.1.2:* <dev-ruby/capybara-3:*
-	>=dev-ruby/railties-3.0.0:* <dev-ruby/railties-5:*
-	>=dev-ruby/mime-types-1.16:* <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
-}

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild b/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild
deleted file mode 100644
index daea01d3219..00000000000
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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="History.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-1.3.8 <dev-util/cucumber-3
-	>=dev-ruby/nokogiri-1.5.0
-	>=dev-ruby/capybara-1.1.2:* <dev-ruby/capybara-3:*
-	>=dev-ruby/railties-3.0.0:* <dev-ruby/railties-5.1:*
-	>=dev-ruby/mime-types-1.16:* <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
-}


             reply	other threads:[~2017-05-20  5:53 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20  5:53 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  5:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-rails/ 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-28  5:55 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
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=1495259597.503a1ade9ab2f09d9a7d94115a7a90670bb989a6.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