diff options
author | 2009-01-04 10:03:39 +0000 | |
---|---|---|
committer | 2009-01-04 10:03:39 +0000 | |
commit | 4652e0135a90901c772019f1da6e57c359be4950 (patch) | |
tree | d7cc20932e3dfd841f0274b7663f9af853606d0b /dev-ruby/rspec-rails | |
parent | Initial import, bug #142402, thank Sérgio Luís for this work. (diff) | |
download | gentoo-2-4652e0135a90901c772019f1da6e57c359be4950.tar.gz gentoo-2-4652e0135a90901c772019f1da6e57c359be4950.tar.bz2 gentoo-2-4652e0135a90901c772019f1da6e57c359be4950.zip |
Remove old versions
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'dev-ruby/rspec-rails')
-rw-r--r-- | dev-ruby/rspec-rails/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rspec-rails/rspec-rails-1.1.10.ebuild | 15 | ||||
-rw-r--r-- | dev-ruby/rspec-rails/rspec-rails-1.1.9.ebuild | 15 |
3 files changed, 6 insertions, 32 deletions
diff --git a/dev-ruby/rspec-rails/ChangeLog b/dev-ruby/rspec-rails/ChangeLog index 2bfade39be4f..1b0861b76070 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.7 2008/12/14 14:03:42 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.8 2009/01/04 10:03:39 graaff Exp $ + + 04 Jan 2009; Hans de Graaff <graaff@gentoo.org> -rspec-rails-1.1.9.ebuild, + -rspec-rails-1.1.10.ebuild: + Remove old versions that no longer have a corresponging rspec version 14 Dec 2008; nixnut <nixnut@gentoo.org> rspec-rails-1.1.11.ebuild: ~ppc wrt bug 250348 diff --git a/dev-ruby/rspec-rails/rspec-rails-1.1.10.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.1.10.ebuild deleted file mode 100644 index 0d7c406e8046..000000000000 --- a/dev-ruby/rspec-rails/rspec-rails-1.1.10.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 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.1.10.ebuild,v 1.1 2008/10/24 07:14:22 graaff Exp $ - -inherit gems - -DESCRIPTION="RSpec's official Ruby on Rails plugin" -HOMEPAGE="http://rspec.info/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-ruby/rspec-1.1.10" diff --git a/dev-ruby/rspec-rails/rspec-rails-1.1.9.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.1.9.ebuild deleted file mode 100644 index 94670b0b55e4..000000000000 --- a/dev-ruby/rspec-rails/rspec-rails-1.1.9.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 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.1.9.ebuild,v 1.1 2008/10/22 07:45:02 graaff Exp $ - -inherit gems - -DESCRIPTION="RSpec's official Ruby on Rails plugin" -HOMEPAGE="http://rspec.info/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-ruby/rspec-1.1.9" |