graaff      15/05/09 05:56:07

  Modified:             gnuplot-2.6.2-r2.ebuild ChangeLog
  Log:
  Use rm -f to avoid issues like bug 540182.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild

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

Index: gnuplot-2.6.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuplot-2.6.2-r2.ebuild     20 Mar 2015 14:33:56 -0000      1.3
+++ gnuplot-2.6.2-r2.ebuild     9 May 2015 05:56:07 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild,v 
1.3 2015/03/20 14:33:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild,v 
1.4 2015/05/09 05:56:07 graaff Exp $
 
 EAPI=5
 # ruby22 -> not compatible since Config is removed
@@ -25,7 +25,7 @@
 
 all_ruby_prepare() {
        # Existing metadata causes a crash in jruby, so use our own.
-       rm ../metadata || die "Unable to remove metadata."
+       rm -f ../metadata || die "Unable to remove metadata."
 }
 
 each_ruby_test() {



1.25                 dev-ruby/gnuplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   20 Mar 2015 14:33:56 -0000      1.24
+++ ChangeLog   9 May 2015 05:56:07 -0000       1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gnuplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.24 
2015/03/20 14:33:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.25 
2015/05/09 05:56:07 graaff Exp $
+
+  09 May 2015; Hans de Graaff <[email protected]> gnuplot-2.6.2-r2.ebuild:
+  Use rm -f to avoid issues like bug 540182.
 
   20 Mar 2015; Hans de Graaff <[email protected]> gnuplot-2.6.2-r2.ebuild:
   Document problems with ruby22.




Reply via email to