summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-01-16 08:05:18 +0100
committerHans de Graaff <graaff@gentoo.org>2016-01-17 09:20:42 +0100
commit867e186bccacac6464f1957ce328695191e7bf39 (patch)
tree2c8a8bb3433bfb81c2b8055f6ef85774d7fcce81 /dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild
parentsys-devel/llvm: Remove C++11 checks in -9999 (diff)
downloadgentoo-867e186bccacac6464f1957ce328695191e7bf39.tar.gz
gentoo-867e186bccacac6464f1957ce328695191e7bf39.tar.bz2
gentoo-867e186bccacac6464f1957ce328695191e7bf39.zip
dev-ruby/rails-dom-testing: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild')
-rw-r--r--dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild
deleted file mode 100644
index 9ed4ace51431..000000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compare doms and assert certain elements exists in doms using Nokogiri"
-HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/nokogiri-1.6.0
- >=dev-ruby/rails-deprecated_sanitizer-1.0.1"
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}