summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-08-10 07:26:22 +0200
committerHans de Graaff <graaff@gentoo.org>2016-08-10 07:26:22 +0200
commit7d4b4d48ec3c5e3b146bb9758a62082b2fd63e35 (patch)
tree50c82caf5039f13c8aa039f2df1725f6c526217b /dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
parentdev-perl/Data-OptList: Bump to version 0.110.0 (diff)
downloadgentoo-7d4b4d48ec3c5e3b146bb9758a62082b2fd63e35.tar.gz
gentoo-7d4b4d48ec3c5e3b146bb9758a62082b2fd63e35.tar.bz2
gentoo-7d4b4d48ec3c5e3b146bb9758a62082b2fd63e35.zip
dev-util/cucumber-rails: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild')
-rw-r--r--dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild b/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
deleted file mode 100644
index 9b57322769d2..000000000000
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-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-ruby/nokogiri-1.5.0
- >=dev-ruby/capybara-1.1.2 <dev-ruby/capybara-3
- >=dev-ruby/rails-3.0.0
- >=dev-ruby/mime-types-1.16:0"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die
- sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}