Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems/files: rubygems-1.3.5-setup.patch
Date: Thu, 30 Jul 2009 07:42:50
Message-Id: E1MWQHo-00011k-A4@stork.gentoo.org
1 gengor 09/07/30 07:42:48
2
3 Added: rubygems-1.3.5-setup.patch
4 Log:
5 Version bump.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-ruby/rubygems/files/rubygems-1.3.5-setup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/files/rubygems-1.3.5-setup.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/files/rubygems-1.3.5-setup.patch?rev=1.1&content-type=text/plain
13
14 Index: rubygems-1.3.5-setup.patch
15 ===================================================================
16 --- a/lib/rubygems/commands/setup_command.rb
17 +++ b/lib/rubygems/commands/setup_command.rb
18 @@ -113,8 +113,6 @@ By default, this RubyGems will install g
19
20 remove_old_bin_files bin_dir
21
22 - remove_source_caches install_destdir
23 -
24 say "RubyGems #{Gem::VERSION} installed"
25
26 install_rdoc
27 @@ -236,10 +234,6 @@ TEXT
28 if File.writable? gem_doc_dir and
29 (not File.exist? rubygems_doc_dir or
30 File.writable? rubygems_doc_dir) then
31 - say "Removing old RubyGems RDoc and ri" if @verbose
32 - Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir|
33 - rm_rf dir
34 - end
35
36 if options[:ri] then
37 ri_dir = File.join rubygems_doc_dir, 'ri'
38 @@ -353,7 +347,7 @@ abort "#{deprecation_message}"
39
40 args << '--quiet'
41 args << '--main' << 'README'
42 - args << '.' << 'README' << 'LICENSE.txt' << 'GPL.txt'
43 + args << '.' << 'README'
44
45 r = RDoc::RDoc.new
46 r.document args