public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.2.ebuild ChangeLog
Date: Fri, 21 Mar 2014 12:00:57 +0000 (UTC)	[thread overview]
Message-ID: <20140321120057.3F67C2004E@flycatcher.gentoo.org> (raw)

graaff      14/03/21 12:00:57

  Modified:             rake-compiler-0.9.2.ebuild ChangeLog
  Log:
  Add ruby21 and skip tests for it to bootstrap rspec. Remove ruby18.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild?r1=1.4&r2=1.5

Index: rake-compiler-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rake-compiler-0.9.2.ebuild	2 Jan 2014 07:12:21 -0000	1.4
+++ rake-compiler-0.9.2.ebuild	21 Mar 2014 12:00:57 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild,v 1.4 2014/01/02 07:12:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild,v 1.5 2014/03/21 12:00:57 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 
@@ -24,7 +24,7 @@
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rake"
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
+USE_RUBY="ruby19 ruby20 jruby" ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
 USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"
 
 each_ruby_prepare() {
@@ -43,12 +43,17 @@
 }
 
 each_ruby_test() {
-	ruby-ng_rspec
-
 	# Skip cucumber for jruby (not supported) and ruby20 (not ready yet)
+	# Skip rspec as well for ruby21 to allow bootstrapping rspec for ruby21
 	case ${RUBY} in
 		*ruby19)
+			ruby-ng_rspec
 			ruby-ng_cucumber
 			;;
+		*ruby21)
+			;;
+		*)
+			ruby-ng_rspec
+			;;
 	esac
 }



1.69                 dev-ruby/rake-compiler/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	2 Jan 2014 07:12:21 -0000	1.68
+++ ChangeLog	21 Mar 2014 12:00:57 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rake-compiler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.68 2014/01/02 07:12:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.69 2014/03/21 12:00:57 graaff Exp $
+
+  21 Mar 2014; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.9.2.ebuild:
+  Add ruby21 and skip tests for it to bootstrap rspec. Remove ruby18.
 
   02 Jan 2014; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.8.1.ebuild,
   rake-compiler-0.8.1-r1.ebuild, rake-compiler-0.8.3.ebuild,





             reply	other threads:[~2014-03-21 12:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21 12:00 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19 18:25 [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.2.ebuild ChangeLog Hans de Graaff (graaff)
2014-11-18 11:46 Agostino Sarubbo (ago)
2014-11-18 11:45 Agostino Sarubbo (ago)
2014-11-18 11:43 Agostino Sarubbo (ago)
2014-08-25 16:01 Manuel Rueger (mrueg)
2014-07-21 14:54 Tobias Klausmann (klausman)
2014-07-14 14:05 PaweA Hajdan (phajdan.jr)
2014-06-13 19:18 Jeroen Roovers (jer)
2014-06-08 15:23 Akinori Hattori (hattya)
2014-06-01 12:49 Markus Meier (maekke)
2013-12-17 10:46 Manuel Rueger (mrueg)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140321120057.3F67C2004E@flycatcher.gentoo.org \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox