graaff      15/02/21 09:32:05

  Modified:             ChangeLog coderay-1.1.0-r2.ebuild
  Log:
  Remove jruby. Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.93                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   19 Dec 2014 13:23:23 -0000      1.92
+++ ChangeLog   21 Feb 2015 09:32:05 -0000      1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.92 
2014/12/19 13:23:23 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.93 
2015/02/21 09:32:05 graaff Exp $
+
+  21 Feb 2015; Hans de Graaff <[email protected]> coderay-1.1.0-r2.ebuild:
+  Remove jruby. Add ruby22.
 
   19 Dec 2014; Agostino Sarubbo <[email protected]> coderay-1.1.0-r1.ebuild:
   Stable for sparc, wrt bug #513430



1.5                  dev-ruby/coderay/coderay-1.1.0-r2.ebuild

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

Index: coderay-1.1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coderay-1.1.0-r2.ebuild     13 Aug 2014 18:39:15 -0000      1.4
+++ coderay-1.1.0-r2.ebuild     21 Feb 2015 09:32:05 -0000      1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r2.ebuild,v 
1.4 2014/08/13 18:39:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r2.ebuild,v 
1.5 2015/02/21 09:32:05 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 # The test target also contains test:exe but that requires
 # shoulda-context which we do not have packaged yet.
@@ -28,9 +28,8 @@
 
 # Redcloth is optional but automagically tested, so we add this
 # dependency to ensure that we get at least a version that works: bug
-# 330621. We use this convoluted way because redcloth isn't available
-# yet for jruby.
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( 
>=dev-ruby/redcloth-4.2.2 )"
+# 330621.
+ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"
 
 all_ruby_prepare() {
        sed -i -e "/[Bb]undler/d" Rakefile || die




Reply via email to