Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/plist/files/
Date: Mon, 31 Oct 2016 12:10:19
Message-Id: 1477915211.03ce1f6a94fc02d05be33ce2db4d7cd8cb22373a.monsieurp@gentoo
1 commit: 03ce1f6a94fc02d05be33ce2db4d7cd8cb22373a
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 16:21:54 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 12:00:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ce1f6a
7
8 dev-ruby/plist: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2417
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-ruby/plist/files/plist-3.1.0-nordoc.patch | 28 ---------------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/dev-ruby/plist/files/plist-3.1.0-nordoc.patch b/dev-ruby/plist/files/plist-3.1.0-nordoc.patch
18 deleted file mode 100644
19 index 30f289e..00000000
20 --- a/dev-ruby/plist/files/plist-3.1.0-nordoc.patch
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -Index: plist-3.1.0/Rakefile
24 -===================================================================
25 ---- plist-3.1.0.orig/Rakefile
26 -+++ plist-3.1.0/Rakefile
27 -@@ -15,7 +15,13 @@ require 'rake/testtask'
28 - require 'rake/packagetask'
29 - require 'rake/gempackagetask'
30 - require 'rake/contrib/rubyforgepublisher'
31 --require 'rdoc/task'
32 -+begin
33 -+ require 'rdoc/task'
34 -+ doctask = RDoc::Task
35 -+rescue LoadError
36 -+ require 'rake/rdoctask'
37 -+ doctask = Rake::RDocTask
38 -+end
39 -
40 - $:.unshift(File.dirname(__FILE__) + "/lib")
41 - require 'plist'
42 -@@ -104,7 +110,7 @@ task :update_rdoc => [ :rdoc ] do
43 - end
44 -
45 - # Genereate the RDoc documentation
46 --RDoc::Task.new do |rdoc|
47 -+doctask.new do |rdoc|
48 - rdoc.title = "All-purpose Property List manipulation library"
49 - rdoc.main = "README.rdoc"
50 -