SOURCES: ruby-ActiveSupport-nogems.patch (NEW) - added

aredridel aredridel at pld-linux.org
Thu Dec 13 10:28:28 CET 2007


Author: aredridel                    Date: Thu Dec 13 09:28:28 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   ruby-ActiveSupport-nogems.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ruby-ActiveSupport-nogems.patch
diff -u /dev/null SOURCES/ruby-ActiveSupport-nogems.patch:1.1
--- /dev/null	Thu Dec 13 10:28:28 2007
+++ SOURCES/ruby-ActiveSupport-nogems.patch	Thu Dec 13 10:28:23 2007
@@ -0,0 +1,19 @@
+diff -ur activesupport-2.0.1-o/lib/active_support/vendor.rb activesupport-2.0.1/lib/active_support/vendor.rb
+--- activesupport-2.0.1-o/lib/active_support/vendor.rb	2007-10-10 17:01:41.000000000 -0600
++++ activesupport-2.0.1/lib/active_support/vendor.rb	2007-12-13 01:17:01.000000000 -0700
+@@ -1,14 +1 @@
+ # Prefer gems to the bundled libs.
+-require 'rubygems'
+-
+-begin
+-  gem 'builder', '~> 2.1.2'
+-rescue Gem::LoadError
+-  $:.unshift "#{File.dirname(__FILE__)}/vendor/builder-2.1.2"
+-end
+-
+-begin
+-  gem 'xml-simple', '~> 1.0.11'
+-rescue Gem::LoadError
+-  $:.unshift "#{File.dirname(__FILE__)}/vendor/xml-simple-1.0.11"
+-end
+Only in activesupport-2.0.1/lib/active_support: vendor.rb~
================================================================


More information about the pld-cvs-commit mailing list