public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems/files: rubygems-1.3.5-setup.patch
@ 2009-07-30  7:42 Gordon Malm (gengor)
  0 siblings, 0 replies; only message in thread
From: Gordon Malm (gengor) @ 2009-07-30  7:42 UTC (permalink / raw
  To: gentoo-commits

gengor      09/07/30 07:42:48

  Added:                rubygems-1.3.5-setup.patch
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-ruby/rubygems/files/rubygems-1.3.5-setup.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/files/rubygems-1.3.5-setup.patch?rev=1.1&view=markup
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

Index: rubygems-1.3.5-setup.patch
===================================================================
--- a/lib/rubygems/commands/setup_command.rb
+++ b/lib/rubygems/commands/setup_command.rb
@@ -113,8 +113,6 @@ By default, this RubyGems will install g
 
     remove_old_bin_files bin_dir
 
-    remove_source_caches install_destdir
-
     say "RubyGems #{Gem::VERSION} installed"
 
     install_rdoc
@@ -236,10 +234,6 @@ TEXT
     if File.writable? gem_doc_dir and
        (not File.exist? rubygems_doc_dir or
         File.writable? rubygems_doc_dir) then
-      say "Removing old RubyGems RDoc and ri" if @verbose
-      Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir|
-        rm_rf dir
-      end
 
       if options[:ri] then
         ri_dir = File.join rubygems_doc_dir, 'ri'
@@ -353,7 +347,7 @@ abort "#{deprecation_message}"
 
     args << '--quiet'
     args << '--main' << 'README'
-    args << '.' << 'README' << 'LICENSE.txt' << 'GPL.txt'
+    args << '.' << 'README'
 
     r = RDoc::RDoc.new
     r.document args






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-30  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30  7:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems/files: rubygems-1.3.5-setup.patch Gordon Malm (gengor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox