summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-28 09:56:43 +0200
committerHans de Graaff <graaff@gentoo.org>2018-05-03 07:16:02 +0200
commitd11f26b47233c89d27c90f2cb2942c5f382cadd1 (patch)
treea123fec266d6d4635f8deb2b852135ce05acad0b /dev-ruby/gruff
parentdev-ruby/arel: add ruby25 (diff)
downloadgentoo-d11f26b47233c89d27c90f2cb2942c5f382cadd1.tar.gz
gentoo-d11f26b47233c89d27c90f2cb2942c5f382cadd1.tar.bz2
gentoo-d11f26b47233c89d27c90f2cb2942c5f382cadd1.zip
dev-ruby/gruff: remove unused patch
Diffstat (limited to 'dev-ruby/gruff')
-rw-r--r--dev-ruby/gruff/files/gruff-0.3.6-spider.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ruby/gruff/files/gruff-0.3.6-spider.patch b/dev-ruby/gruff/files/gruff-0.3.6-spider.patch
deleted file mode 100644
index 0e7a8bbcfab8..000000000000
--- a/dev-ruby/gruff/files/gruff-0.3.6-spider.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/gruff/spider.rb.orig 2007-03-08 10:22:36.000000000 +0100
-+++ lib/gruff/spider.rb 2007-03-08 10:38:50.000000000 +0100
-@@ -34,8 +34,8 @@
- return unless @has_data
-
- # Setup basic positioning
-- diameter = @graph_height
-- radius = @graph_height / 2.0
-+ diameter = @graph_height - 50
-+ radius = diameter / 2.0
- top_x = @graph_left + (@graph_width - diameter) / 2.0
- center_x = @graph_left + (@graph_width / 2.0)
- center_y = @graph_top + (@graph_height / 2.0) - 25 # Move graph up a bit