graaff      15/07/08 10:08:28

  Modified:             ChangeLog bluecloth-2.2.0-r2.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.91                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   4 Apr 2015 10:35:52 -0000       1.90
+++ ChangeLog   8 Jul 2015 10:08:28 -0000       1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.90 
2015/04/04 10:35:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.91 
2015/07/08 10:08:28 graaff Exp $
+
+  08 Jul 2015; Hans de Graaff <[email protected]> bluecloth-2.2.0-r2.ebuild:
+  Add ruby22.
 
   04 Apr 2015; Hans de Graaff <[email protected]> bluecloth-2.2.0-r2.ebuild:
   Fix rspec invocation. Document ruby22 status.



1.7                  dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?r1=1.6&r2=1.7

Index: bluecloth-2.2.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bluecloth-2.2.0-r2.ebuild   4 Apr 2015 10:35:52 -0000       1.6
+++ bluecloth-2.2.0-r2.ebuild   8 Jul 2015 10:08:28 -0000       1.7
@@ -1,11 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.6 
2015/04/04 10:35:52 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.7 
2015/07/08 10:08:28 graaff Exp $
 
 EAPI=5
 
-# ruby22 -> Code uses obsolete Config module.
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
@@ -33,8 +32,9 @@
        )"
 
 all_ruby_prepare() {
-       # for Ruby 1.9.2 compatibility
-       sed -i -e '1i $: << "."' Rakefile || die
+       # for Ruby 1.9.2 and 2.2.x compatibility
+       sed -i -e '1i $: << "."' \
+               -e 's/Config/RbConfig/' Rakefile || die
 }
 
 all_ruby_compile() {




Reply via email to