summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-12-27 18:43:59 +0000
committerHans de Graaff <graaff@gentoo.org>2010-12-27 18:43:59 +0000
commitbe0eeaf7995edb5b4143b3e6cbf3ee6760be9502 (patch)
treef5b2e80e46df26a20f5518e94f31a6cc2d01d91e /dev-ruby/rspec-rails
parentRemove old versions. (diff)
downloadgentoo-2-be0eeaf7995edb5b4143b3e6cbf3ee6760be9502.tar.gz
gentoo-2-be0eeaf7995edb5b4143b3e6cbf3ee6760be9502.tar.bz2
gentoo-2-be0eeaf7995edb5b4143b3e6cbf3ee6760be9502.zip
Remove old versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec-rails')
-rw-r--r--dev-ruby/rspec-rails/ChangeLog6
-rw-r--r--dev-ruby/rspec-rails/rspec-rails-1.3.1.ebuild34
-rw-r--r--dev-ruby/rspec-rails/rspec-rails-1.3.2-r1.ebuild34
-rw-r--r--dev-ruby/rspec-rails/rspec-rails-1.3.2.ebuild34
4 files changed, 5 insertions, 103 deletions
diff --git a/dev-ruby/rspec-rails/ChangeLog b/dev-ruby/rspec-rails/ChangeLog
index 591072c30aba..a00f14868bf8 100644
--- a/dev-ruby/rspec-rails/ChangeLog
+++ b/dev-ruby/rspec-rails/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rspec-rails
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.34 2010/10/10 07:45:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.35 2010/12/27 18:43:59 graaff Exp $
+
+ 27 Dec 2010; Hans de Graaff <graaff@gentoo.org> -rspec-rails-1.3.1.ebuild,
+ -rspec-rails-1.3.2.ebuild, -rspec-rails-1.3.2-r1.ebuild:
+ Remove old versions.
*rspec-rails-1.3.3 (10 Oct 2010)
diff --git a/dev-ruby/rspec-rails/rspec-rails-1.3.1.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.3.1.ebuild
deleted file mode 100644
index b937f1791fec..000000000000
--- a/dev-ruby/rspec-rails/rspec-rails-1.3.1.ebuild
+++ /dev/null
@@ -1,34 +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-rails/rspec-rails-1.3.1.ebuild,v 1.3 2010/02/13 19:44:22 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-# would be spec, but it needs to be in the same filesystem tree as
-# rspec (and cannot use the install-reduced code), so we cannot run
-# them for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Contribute.rdoc History.rdoc README.rdoc Upgrade.rdoc TODO.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec's official Ruby on Rails plugin"
-HOMEPAGE="http://rspec.info/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rspec-1.3.0 >=dev-ruby/rack-1.0.0"
-
-# Without this the whole Rakefile fails, so it's a general dependency
-# and not just a test dependency.
-ruby_add_bdepend doc dev-util/cucumber
diff --git a/dev-ruby/rspec-rails/rspec-rails-1.3.2-r1.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.3.2-r1.ebuild
deleted file mode 100644
index efc4f46e16e5..000000000000
--- a/dev-ruby/rspec-rails/rspec-rails-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,34 +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-rails/rspec-rails-1.3.2-r1.ebuild,v 1.1 2010/09/26 07:02:10 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-# would be spec, but it needs to be in the same filesystem tree as
-# rspec (and cannot use the install-reduced code), so we cannot run
-# them for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Contribute.rdoc History.rdoc README.rdoc Upgrade.rdoc TODO.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec's official Ruby on Rails plugin"
-HOMEPAGE="http://rspec.info/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rspec-1.3.0 >=dev-ruby/rack-1.0.0"
-
-# Without this the whole Rakefile fails, so it's a general dependency
-# and not just a test dependency.
-ruby_add_bdepend doc dev-util/cucumber
diff --git a/dev-ruby/rspec-rails/rspec-rails-1.3.2.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.3.2.ebuild
deleted file mode 100644
index f347a8cd0ece..000000000000
--- a/dev-ruby/rspec-rails/rspec-rails-1.3.2.ebuild
+++ /dev/null
@@ -1,34 +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-rails/rspec-rails-1.3.2.ebuild,v 1.5 2010/02/13 19:44:22 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-# would be spec, but it needs to be in the same filesystem tree as
-# rspec (and cannot use the install-reduced code), so we cannot run
-# them for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Contribute.rdoc History.rdoc README.rdoc Upgrade.rdoc TODO.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec's official Ruby on Rails plugin"
-HOMEPAGE="http://rspec.info/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rspec-1.3.0 >=dev-ruby/rack-1.0.0"
-
-# Without this the whole Rakefile fails, so it's a general dependency
-# and not just a test dependency.
-ruby_add_bdepend doc dev-util/cucumber