graaff      14/05/06 06:03:05

  Modified:             ipaddress-0.8.0.ebuild ChangeLog
  Log:
  Fix deprecated rake rdoc invocation.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/ipaddress/ipaddress-0.8.0.ebuild

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

Index: ipaddress-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ipaddress-0.8.0.ebuild      5 Apr 2014 14:04:06 -0000       1.3
+++ ipaddress-0.8.0.ebuild      6 May 2014 06:03:05 -0000       1.4
@@ -1,8 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 
1.3 2014/04/05 14:04:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 
1.4 2014/05/06 06:03:05 graaff Exp $
 
 EAPI=4
+
+# ruby20, ruby21 → fails tests
 USE_RUBY="ruby19 jruby"
 
 inherit ruby-fakegem
@@ -14,3 +16,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+all_ruby_prepare() {
+       # Fix deprecated rake task invocation.
+       sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
+}



1.5                  dev-ruby/ipaddress/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Apr 2014 14:04:06 -0000       1.4
+++ ChangeLog   6 May 2014 06:03:05 -0000       1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ipaddress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.4 
2014/04/05 14:04:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.5 
2014/05/06 06:03:05 graaff Exp $
+
+  06 May 2014; Hans de Graaff <gra...@gentoo.org> ipaddress-0.8.0.ebuild:
+  Fix deprecated rake rdoc invocation.
 
   05 Apr 2014; Manuel Rüger <mr...@gentoo.org> ipaddress-0.8.0.ebuild:
   Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.




Reply via email to