diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-11-20 14:12:17 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-11-20 14:12:17 +0000 |
commit | 737e7637763b92cac822cfd1df22c7d73854dd7b (patch) | |
tree | 515ee7be40bab80777cc9d8fab29979a391fcc42 /dev-ruby | |
parent | Remove old versions. (diff) | |
download | gentoo-2-737e7637763b92cac822cfd1df22c7d73854dd7b.tar.gz gentoo-2-737e7637763b92cac822cfd1df22c7d73854dd7b.tar.bz2 gentoo-2-737e7637763b92cac822cfd1df22c7d73854dd7b.zip |
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/capybara/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capybara/capybara-1.0.0.ebuild | 45 | ||||
-rw-r--r-- | dev-ruby/capybara/capybara-1.0.1.ebuild | 45 |
3 files changed, 5 insertions, 91 deletions
diff --git a/dev-ruby/capybara/ChangeLog b/dev-ruby/capybara/ChangeLog index 769643eaa777..c755317d8849 100644 --- a/dev-ruby/capybara/ChangeLog +++ b/dev-ruby/capybara/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capybara # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.4 2011/09/11 10:31:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.5 2011/11/20 14:12:16 graaff Exp $ + + 20 Nov 2011; Hans de Graaff <graaff@gentoo.org> -capybara-1.0.0.ebuild, + -capybara-1.0.1.ebuild: + Remove old versions. 11 Sep 2011; Hans de Graaff <graaff@gentoo.org> capybara-1.1.1.ebuild: Restrict tests as intended since not all dependencies are ready. diff --git a/dev-ruby/capybara/capybara-1.0.0.ebuild b/dev-ruby/capybara/capybara-1.0.0.ebuild deleted file mode 100644 index 0a41bb20aa62..000000000000 --- a/dev-ruby/capybara/capybara-1.0.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.0.0.ebuild,v 1.1 2011/07/19 07:13:59 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -# Rake tasks are not distributed in the gem. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Capybara aims to simplify the process of integration testing Rack applications." -HOMEPAGE="http://github.com/jnicklas/capybara" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="test" - -# Restrict tests since they will try to launch a browser to run tests -# in. All tests should pass. Launchy can be found in the ruby overlay. -RESTRICT="test" - -#ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/launchy www-client/firefox )" - -ruby_add_rdepend " - >=dev-ruby/mime-types-1.16 - >=dev-ruby/nokogiri-1.3.3 - >=dev-ruby/rack-1.0.0 - >=dev-ruby/rack-test-0.5.4 - - >=dev-ruby/selenium-webdriver-0.2.0 - >=dev-ruby/xpath-0.1.4" - -all_ruby_prepare() { - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S rspec spec || die "Tests failed." -} diff --git a/dev-ruby/capybara/capybara-1.0.1.ebuild b/dev-ruby/capybara/capybara-1.0.1.ebuild deleted file mode 100644 index 9c44080ba900..000000000000 --- a/dev-ruby/capybara/capybara-1.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.0.1.ebuild,v 1.1 2011/08/12 17:59:18 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -# Rake tasks are not distributed in the gem. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Capybara aims to simplify the process of integration testing Rack applications." -HOMEPAGE="http://github.com/jnicklas/capybara" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="test" - -# Restrict tests since they will try to launch a browser to run tests -# in. All tests should pass. Launchy can be found in the ruby overlay. -RESTRICT="test" - -#ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/launchy www-client/firefox )" - -ruby_add_rdepend " - >=dev-ruby/mime-types-1.16 - >=dev-ruby/nokogiri-1.3.3 - >=dev-ruby/rack-1.0.0 - >=dev-ruby/rack-test-0.5.4 - - >=dev-ruby/selenium-webdriver-2.0 - >=dev-ruby/xpath-0.1.4" - -all_ruby_prepare() { - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S rspec spec || die "Tests failed." -} |