summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-13 10:25:20 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-13 10:25:20 +0000
commitd5319acfc54fb763619a938b656e1cab5e49b449 (patch)
tree292b5387bcc412c1981fc553955e3a3807441a02 /dev-ruby/rspec-mocks
parentRemove old versions. (diff)
downloadgentoo-2-d5319acfc54fb763619a938b656e1cab5e49b449.tar.gz
gentoo-2-d5319acfc54fb763619a938b656e1cab5e49b449.tar.bz2
gentoo-2-d5319acfc54fb763619a938b656e1cab5e49b449.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec-mocks')
-rw-r--r--dev-ruby/rspec-mocks/ChangeLog6
-rw-r--r--dev-ruby/rspec-mocks/rspec-mocks-2.0.0_beta22.ebuild58
-rw-r--r--dev-ruby/rspec-mocks/rspec-mocks-2.4.0.ebuild55
3 files changed, 5 insertions, 114 deletions
diff --git a/dev-ruby/rspec-mocks/ChangeLog b/dev-ruby/rspec-mocks/ChangeLog
index 4e5a5d67e7fe..d7a3b91bc7da 100644
--- a/dev-ruby/rspec-mocks/ChangeLog
+++ b/dev-ruby/rspec-mocks/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-mocks
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-mocks/ChangeLog,v 1.9 2011/05/13 06:45:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-mocks/ChangeLog,v 1.10 2011/05/13 10:25:20 graaff Exp $
+
+ 13 May 2011; Hans de Graaff <graaff@gentoo.org>
+ -rspec-mocks-2.0.0_beta22.ebuild, -rspec-mocks-2.4.0.ebuild:
+ Remove old versions.
*rspec-mocks-2.6.0 (13 May 2011)
diff --git a/dev-ruby/rspec-mocks/rspec-mocks-2.0.0_beta22.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-2.0.0_beta22.ebuild
deleted file mode 100644
index fb4248923e5c..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-2.0.0_beta22.ebuild
+++ /dev/null
@@ -1,58 +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-mocks/rspec-mocks-2.0.0_beta22.ebuild,v 1.5 2010/12/27 20:47:21 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="README.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=""
-
-# cucumber and rspec-core are loaded unconditionally in the Rakefile,
-# so we also need to require them for USE=doc.
-ruby_add_bdepend "test? (
- ~dev-ruby/rspec-core-${PV}
- ~dev-ruby/rspec-expectations-${PV}
- dev-util/cucumber
- )
- doc? ( ~dev-ruby/rspec-core-${PV} dev-util/cucumber )"
-
-# 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/mocks/version'|" Rakefile || die
- sed -i -e '/Bundler/d' Rakefile || die
-
- # Remove the Gemfile to avoid running through 'bundle exec'
- rm Gemfile || die
-}
-
-all_ruby_compile() {
- if use doc ; then
- RUBYLIB="${S}/lib" rake rdoc || die
- fi
-}
-
-each_ruby_test() {
- PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
-
- # There are features but they require aruba which we don't have yet.
-}
diff --git a/dev-ruby/rspec-mocks/rspec-mocks-2.4.0.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-2.4.0.ebuild
deleted file mode 100644
index 48172464f37b..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-2.4.0.ebuild
+++ /dev/null
@@ -1,55 +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-mocks/rspec-mocks-2.4.0.ebuild,v 1.2 2011/02/02 14:13:26 flameeyes Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.markdown 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=""
-
-# cucumber and rspec-core are loaded unconditionally in the Rakefile,
-# so we also need to require them for USE=doc.
-ruby_add_bdepend "test? (
- dev-ruby/rspec-core:2
- dev-ruby/rspec-expectations:2
- )
- doc? ( dev-ruby/rspec-core: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
-
- epatch "${FILESDIR}"/${P}-no-cucumber.patch
-}
-
-all_ruby_compile() {
- if use doc ; then
- RUBYLIB="${S}/lib" rake rdoc || die
- fi
-}
-
-each_ruby_test() {
- PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
-
- # There are features but they require aruba which we don't have yet.
-}