diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-13 10:27:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-13 10:27:19 +0000 |
commit | 7d084a67f31d66c34d457da401d9ab0a12b2653a (patch) | |
tree | 7a7d6cf25d199d8ef9b53624d98eb734f16cc5fc /dev-ruby/rspec-expectations | |
parent | Remove old versions. (diff) | |
download | historical-7d084a67f31d66c34d457da401d9ab0a12b2653a.tar.gz historical-7d084a67f31d66c34d457da401d9ab0a12b2653a.tar.bz2 historical-7d084a67f31d66c34d457da401d9ab0a12b2653a.zip |
Remove old versions.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.0.0_beta22.ebuild | 49 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.4.0.ebuild | 45 |
3 files changed, 5 insertions, 95 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index d8d6d5d0d9b0..8fd3ab4659e8 100644 --- a/dev-ruby/rspec-expectations/ChangeLog +++ b/dev-ruby/rspec-expectations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-expectations # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.7 2011/05/13 06:42:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.8 2011/05/13 10:24:34 graaff Exp $ + + 13 May 2011; Hans de Graaff <graaff@gentoo.org> + -rspec-expectations-2.0.0_beta22.ebuild, -rspec-expectations-2.4.0.ebuild: + Remove old versions. *rspec-expectations-2.6.0 (13 May 2011) diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.0.0_beta22.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.0.0_beta22.ebuild deleted file mode 100644 index a99ccbddc281..000000000000 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.0.0_beta22.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.0.0_beta22.ebuild,v 1.4 2010/12/27 20:56:27 grobian Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="none" - -RUBY_FAKEGEM_EXTRADOC="README.markdown Upgrade.markdown" - -RUBY_FAKEGEM_VERSION="2.0.0.beta.22" - -inherit ruby-fakegem - -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" -HOMEPAGE="http://rspec.rubyforge.org/" -SRC_URI="mirror://rubygems/${PN}-${RUBY_FAKEGEM_VERSION}.gem" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" - -ruby_add_bdepend "test? ( - ~dev-ruby/rspec-core-${PV} - ~dev-ruby/rspec-mocks-${PV} - )" - -# Not clear yet to what extend we need those (now) -# >=dev-ruby/cucumber-0.6.2 -# >=dev-ruby/aruba-0.1.1" - -all_ruby_prepare() { - # Don't set up bundler: it doesn't understand our setup. - sed -i -e "s|require 'bundler'|require 'rspec/expectations/version'|" Rakefile || die - sed -i -e '/Bundler/d' Rakefile || die - - # Remove the Gemfile to avoid running through 'bundle exec' - rm Gemfile || die -} - -each_ruby_test() { - PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rake spec - - # There are features but they require aruba which we don't have yet. -} diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.4.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.4.0.ebuild deleted file mode 100644 index 7d0a0c3990d1..000000000000 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.4.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/rspec-expectations/rspec-expectations-2.4.0.ebuild,v 1.1 2011/01/15 17:01:34 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="none" - -RUBY_FAKEGEM_EXTRADOC="README.md Upgrade.markdown" - -inherit ruby-fakegem - -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" -HOMEPAGE="http://rspec.rubyforge.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" - -ruby_add_bdepend "test? ( - >=dev-ruby/rspec-core-2.4.0:2 - dev-ruby/rspec-mocks:2 - )" - -# Not clear yet to what extend we need those (now) -# >=dev-ruby/cucumber-0.6.2 -# >=dev-ruby/aruba-0.1.1" - -all_ruby_prepare() { - # Don't set up bundler: it doesn't understand our setup. - sed -i -e '/[Bb]undler/d' Rakefile || die - - # Remove the Gemfile to avoid running through 'bundle exec' - rm Gemfile || die -} - -each_ruby_test() { - PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rake spec - - # There are features but they require aruba which we don't have yet. -} |