diff options
Diffstat (limited to 'dev-ruby/rspec/rspec-1.2.6.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-1.2.6.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-ruby/rspec/rspec-1.2.6.ebuild b/dev-ruby/rspec/rspec-1.2.6.ebuild deleted file mode 100644 index b75e43f8cd25..000000000000 --- a/dev-ruby/rspec/rspec-1.2.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.6.ebuild,v 1.1 2009/05/03 07:33:51 graaff Exp $ - -inherit gems - -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" -HOMEPAGE="http://rspec.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -USE_RUBY="ruby18 ruby19" - -RDEPEND=">=dev-ruby/rubygems-1.3.0" |