From 6cab2e822cf2d7bec9d133620f3f01e513565955 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 13 Sep 2010 18:04:03 +0000 Subject: Initial import of rspec-2. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/rspec/ChangeLog | 8 +++++++- dev-ruby/rspec/rspec-2.0.0_beta22.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/rspec/rspec-2.0.0_beta22.ebuild (limited to 'dev-ruby/rspec') diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index f1783995f9c9..5a7dea070acd 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.77 2010/09/07 13:25:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.78 2010/09/13 18:04:03 graaff Exp $ + +*rspec-2.0.0_beta22 (13 Sep 2010) + + 13 Sep 2010; Hans de Graaff + +rspec-2.0.0_beta22.ebuild: + Initial import of rspec-2. 07 Sep 2010; Diego E. Pettenò rspec-1.3.0.ebuild: Remove ree18 from the test deps. diff --git a/dev-ruby/rspec/rspec-2.0.0_beta22.ebuild b/dev-ruby/rspec/rspec-2.0.0_beta22.ebuild new file mode 100644 index 000000000000..c203ef4d92eb --- /dev/null +++ b/dev-ruby/rspec/rspec-2.0.0_beta22.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.0.0_beta22.ebuild,v 1.1 2010/09/13 18:04:03 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +ruby_add_rdepend " + ~dev-ruby/rspec-core-${PV} + ~dev-ruby/rspec-expectations-${PV} + ~dev-ruby/rspec-mocks-${PV}" -- cgit v1.2.3-65-gdbad