diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-02-19 11:35:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-02-19 11:35:51 +0000 |
commit | 9741be7916f115b10c8a39a77a7beb40d2a28b51 (patch) | |
tree | 22edfc46bdf2fb809494edec03c64a3455a7fc2a /dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild | |
parent | Python fixes, use eapi3, remove old. (diff) | |
download | gentoo-2-9741be7916f115b10c8a39a77a7beb40d2a28b51.tar.gz gentoo-2-9741be7916f115b10c8a39a77a7beb40d2a28b51.tar.bz2 gentoo-2-9741be7916f115b10c8a39a77a7beb40d2a28b51.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild')
-rw-r--r-- | dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild b/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild new file mode 100644 index 000000000000..6302165a19f2 --- /dev/null +++ b/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild,v 1.1 2011/02/19 11:35:51 graaff Exp $ + +EAPI=2 + +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="History.md README.md Upgrade.md" + +RUBY_FAKEGEM_EXTRAINSTALL="templates" + +inherit ruby-fakegem + +DESCRIPTION="RSpec's official Ruby on Rails plugin" +HOMEPAGE="http://rspec.info/" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/activesupport:3.0 + dev-ruby/actionpack:3.0 + dev-ruby/railties:3.0 + dev-ruby/rspec:2" + +each_ruby_test() { + ${RUBY} -S rspec spec || die "Tests failed." + + # There are also features but they require aruba which we don't have + # yet. +} |