graaff      14/12/28 09:38:17

  Modified:             ChangeLog adhearsion-1.2.6.ebuild
  Log:
  Use eclass rspec invocation to use the rspec-2 wrapper.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.35                 dev-ruby/adhearsion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   12 Aug 2013 02:20:41 -0000      1.34
+++ ChangeLog   28 Dec 2014 09:38:17 -0000      1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/adhearsion
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/ChangeLog,v 1.34 
2013/08/12 02:20:41 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/ChangeLog,v 1.35 
2014/12/28 09:38:17 graaff Exp $
+
+  28 Dec 2014; Hans de Graaff <gra...@gentoo.org> adhearsion-1.2.6.ebuild:
+  Use eclass rspec invocation to use the rspec-2 wrapper.
 
   12 Aug 2013; Patrick Lauer <patr...@gentoo.org> adhearsion-1.2.6.ebuild:
   QA: Migrate to ruby19 as dependencies drop ruby18 support



1.3                  dev-ruby/adhearsion/adhearsion-1.2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild?r1=1.2&r2=1.3

Index: adhearsion-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- adhearsion-1.2.6.ebuild     12 Aug 2013 02:20:41 -0000      1.2
+++ adhearsion-1.2.6.ebuild     28 Dec 2014 09:38:17 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild,v 1.2 
2013/08/12 02:20:41 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild,v 1.3 
2014/12/28 09:38:17 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby19"
@@ -41,7 +41,7 @@
 }
 
 each_ruby_test() {
-       SKIP_RCOV=true ${RUBY} -S rspec spec || die
+       SKIP_RCOV=true ruby-ng_rspec || die
 }
 
 all_ruby_install() {




Reply via email to