Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gruff/files/
Date: Thu, 03 May 2018 05:21:57
Message-Id: 1525324562.d11f26b47233c89d27c90f2cb2942c5f382cadd1.graaff@gentoo
1 commit: d11f26b47233c89d27c90f2cb2942c5f382cadd1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 07:56:43 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 05:16:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f26b4
7
8 dev-ruby/gruff: remove unused patch
9
10 dev-ruby/gruff/files/gruff-0.3.6-spider.patch | 13 -------------
11 1 file changed, 13 deletions(-)
12
13 diff --git a/dev-ruby/gruff/files/gruff-0.3.6-spider.patch b/dev-ruby/gruff/files/gruff-0.3.6-spider.patch
14 deleted file mode 100644
15 index 0e7a8bbcfab..00000000000
16 --- a/dev-ruby/gruff/files/gruff-0.3.6-spider.patch
17 +++ /dev/null
18 @@ -1,13 +0,0 @@
19 ---- lib/gruff/spider.rb.orig 2007-03-08 10:22:36.000000000 +0100
20 -+++ lib/gruff/spider.rb 2007-03-08 10:38:50.000000000 +0100
21 -@@ -34,8 +34,8 @@
22 - return unless @has_data
23 -
24 - # Setup basic positioning
25 -- diameter = @graph_height
26 -- radius = @graph_height / 2.0
27 -+ diameter = @graph_height - 50
28 -+ radius = diameter / 2.0
29 - top_x = @graph_left + (@graph_width - diameter) / 2.0
30 - center_x = @graph_left + (@graph_width / 2.0)
31 - center_y = @graph_top + (@graph_height / 2.0) - 25 # Move graph up a bit