diff options
Diffstat (limited to 'dev-ruby')
-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-2.6.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index aaea530a8f6a..b0f357525dbe 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.115 2012/03/08 00:32:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.116 2012/05/06 15:19:19 xarthisius Exp $ + + 06 May 2012; Kacper Kowalik <xarthisius@gentoo.org> rspec-1.3.1-r1.ebuild, + rspec-2.6.0.ebuild: + ppc64 stable wrt #369573 08 Mar 2012; Naohiro Aota <naota@gentoo.org> rspec-1.3.2.ebuild: Add ~x86-fbsd. diff --git a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild index db026ffedc72..c746533b82ce 100644 --- a/dev-ruby/rspec/rspec-1.3.1-r1.ebuild +++ b/dev-ruby/rspec/rspec-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.7 2011/12/28 08:26:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1-r1.ebuild,v 1.8 2012/05/06 15:19:19 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -20,7 +20,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" # it's actually optional, but tests fail if it's not installed and diff --git a/dev-ruby/rspec/rspec-2.6.0.ebuild b/dev-ruby/rspec/rspec-2.6.0.ebuild index 7b7a560d349a..0be7b325c956 100644 --- a/dev-ruby/rspec/rspec-2.6.0.ebuild +++ b/dev-ruby/rspec/rspec-2.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0.ebuild,v 1.11 2011/12/28 08:24:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0.ebuild,v 1.12 2012/05/06 15:19:19 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" |