summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-05-09 05:56:07 +0000
committerHans de Graaff <graaff@gentoo.org>2015-05-09 05:56:07 +0000
commit721196977cddd67a9aa7e70d22f65e7a4be30f87 (patch)
tree71d91de70f09591287f8a9df7c09f54c661473bb
parentUse rm -f to avoid issues like bug 540182. (diff)
downloadgentoo-2-721196977cddd67a9aa7e70d22f65e7a4be30f87.tar.gz
gentoo-2-721196977cddd67a9aa7e70d22f65e7a4be30f87.tar.bz2
gentoo-2-721196977cddd67a9aa7e70d22f65e7a4be30f87.zip
Use rm -f to avoid issues like bug 540182.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r--dev-ruby/gnuplot/ChangeLog5
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog
index 93fc78264400..7b341cb1722d 100644
--- a/dev-ruby/gnuplot/ChangeLog
+++ b/dev-ruby/gnuplot/ChangeLog
@@ -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 <graaff@gentoo.org> gnuplot-2.6.2-r2.ebuild:
+ Use rm -f to avoid issues like bug 540182.
20 Mar 2015; Hans de Graaff <graaff@gentoo.org> gnuplot-2.6.2-r2.ebuild:
Document problems with ruby22.
diff --git a/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild b/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
index 22ed78dcb846..480355455c2f 100644
--- a/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
+++ b/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
@@ -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 @@ RDEPEND+=" sci-visualization/gnuplot"
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() {