* [gentoo-commits] gentoo-x86 commit in dev-ruby/sysinfo/files: sysinfo-0.7.1-hanna.patch
@ 2010-02-12 22:44 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-02-12 22:44 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/02/12 22:44:32
Added: sysinfo-0.7.1-hanna.patch
Log:
Initial import of sysinfo needed by Rudy.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch?rev=1.1&content-type=text/plain
Index: sysinfo-0.7.1-hanna.patch
===================================================================
diff --git a/Rakefile b/Rakefile
index 85d1c50..619003e 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'
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/sysinfo/files: sysinfo-0.7.1-hanna.patch
@ 2010-02-13 15:12 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-02-13 15:12 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/02/13 15:12:14
Removed: sysinfo-0.7.1-hanna.patch
Log:
Version bump and drop merged patch.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-13 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-13 15:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/sysinfo/files: sysinfo-0.7.1-hanna.patch Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2010-02-12 22:44 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox