diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:26:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:26:50 +0000 |
commit | 84c0686921749eadafdb6966d4af8496796256ac (patch) | |
tree | 5c52295edb70007c9e2f8d7019ecabc5436d1632 /dev-ruby/rspec | |
parent | Revision bump to drop ruby19 from stable version. (diff) | |
download | gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.tar.gz gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.tar.bz2 gentoo-2-84c0686921749eadafdb6966d4af8496796256ac.zip |
Drop ruby19 from stable versions.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.3.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.3.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index b5c7c36a3eec..40737231cfe7 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.111 2011/12/28 08:24:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.112 2011/12/28 08:26:50 graaff Exp $ + + 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> rspec-1.3.1.ebuild, + rspec-1.3.1-r1.ebuild: + Drop ruby19 from stable versions. *rspec-2.6.0-r1 (28 Dec 2011) diff --git a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild index bb14f9015eff..db026ffedc72 100644 --- a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild +++ b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1-r1.ebuild,v 1.6 2011/10/02 17:10:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1-r1.ebuild,v 1.7 2011/12/28 08:26:50 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_TEST="spec" @@ -37,7 +37,7 @@ RDEPEND="!<dev-ruby/rspec-rails-${PV}" # We should add nokogiri here to make sure that we test as much as # possible, but since it's yet unported to 1.9 and the nokogiri-due # tests fail for sure, we'll be waiting on it. -USE_RUBY="ruby18 ree18 ruby19" \ +USE_RUBY="ruby18 ree18" \ ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.0.0 dev-ruby/zentest diff --git a/dev-ruby/rspec/rspec-1.3.1.ebuild b/dev-ruby/rspec/rspec-1.3.1.ebuild index 31c416b68448..041993365b5c 100644 --- a/dev-ruby/rspec/rspec-1.3.1.ebuild +++ b/dev-ruby/rspec/rspec-1.3.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1.ebuild,v 1.9 2011/07/22 13:04:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1.ebuild,v 1.10 2011/12/28 08:26:50 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_TEST="spec" @@ -35,7 +35,7 @@ RDEPEND="!<dev-ruby/rspec-rails-${PV}" # We should add nokogiri here to make sure that we test as much as # possible, but since it's yet unported to 1.9 and the nokogiri-due # tests fail for sure, we'll be waiting on it. -USE_RUBY="ruby18 ree18 ruby19" \ +USE_RUBY="ruby18 ree18" \ ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.0.0 dev-ruby/zentest |