diff options
author | 2009-07-17 08:12:57 +0000 | |
---|---|---|
committer | 2009-07-17 08:12:57 +0000 | |
commit | fc70f9c4b26b7f32db533a69eedfe80711237462 (patch) | |
tree | 8c374d51c4af9f14ccf3d4e44cefcf5b10f0b18d /dev-ruby/rspec/rspec-1.2.8.ebuild | |
parent | EAPI=2 (diff) | |
download | gentoo-2-fc70f9c4b26b7f32db533a69eedfe80711237462.tar.gz gentoo-2-fc70f9c4b26b7f32db533a69eedfe80711237462.tar.bz2 gentoo-2-fc70f9c4b26b7f32db533a69eedfe80711237462.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec/rspec-1.2.8.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-1.2.8.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/rspec/rspec-1.2.8.ebuild b/dev-ruby/rspec/rspec-1.2.8.ebuild new file mode 100644 index 000000000000..38cd77d9a9e2 --- /dev/null +++ b/dev-ruby/rspec/rspec-1.2.8.ebuild @@ -0,0 +1,15 @@ +# 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.8.ebuild,v 1.1 2009/07/17 08:12:57 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" |