diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-17 16:11:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-17 16:11:12 +0000 |
commit | f89697c4512b97ac65e5933bb8ccdd970cc55669 (patch) | |
tree | 201cfb3db83e4897a3ef6648e41357dadf7a96fe /dev-ruby/attic/files | |
parent | Removed sys-apps/count from tree. (diff) | |
download | gentoo-2-f89697c4512b97ac65e5933bb8ccdd970cc55669.tar.gz gentoo-2-f89697c4512b97ac65e5933bb8ccdd970cc55669.tar.bz2 gentoo-2-f89697c4512b97ac65e5933bb8ccdd970cc55669.zip |
Bump to released version and partly-merged fixes.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/attic/files')
-rw-r--r-- | dev-ruby/attic/files/attic-0.5.2-fixes.patch (renamed from dev-ruby/attic/files/attic-0.5.0-fixes.patch) | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/attic/files/attic-0.5.0-fixes.patch b/dev-ruby/attic/files/attic-0.5.2-fixes.patch index cde7b5a07b39..22875582c11b 100644 --- a/dev-ruby/attic/files/attic-0.5.0-fixes.patch +++ b/dev-ruby/attic/files/attic-0.5.2-fixes.patch @@ -1,27 +1,3 @@ -diff --git a/Rakefile b/Rakefile -index eebef10..3a8edfc 100644 ---- a/Rakefile -+++ b/Rakefile -@@ -1,7 +1,6 @@ - require 'rubygems' - require 'rake/clean' - require 'rake/gempackagetask' --require 'hanna/rdoctask' - require 'fileutils' - include FileUtils - -@@ -65,6 +64,11 @@ end - - - # RUBY DOCS TASK ================================== -+begin -+ require 'hanna/rdoctask' -+rescue LoadError -+ require 'rake/rdoctask' -+end - - Rake::RDocTask.new do |t| - t.rdoc_dir = 'doc' diff --git a/try/30_nometaclass_tryouts.rb b/try/30_nometaclass_tryouts.rb index 0a07843..94f3ea8 100644 --- a/try/30_nometaclass_tryouts.rb |