summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-03-22 13:20:02 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-03-22 13:20:02 +0000
commit82ddd7e4597b60450e5a99dcd71fd553149fb074 (patch)
treee1e7dc0881cc68e4937736395c19e3a140728e17 /dev-ruby/activesupport/files
parentUpdated description (at upstream request). (diff)
downloadgentoo-2-82ddd7e4597b60450e5a99dcd71fd553149fb074.tar.gz
gentoo-2-82ddd7e4597b60450e5a99dcd71fd553149fb074.tar.bz2
gentoo-2-82ddd7e4597b60450e5a99dcd71fd553149fb074.zip
New 1.1 release candidate, slotted to install alongside existing rails
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'dev-ruby/activesupport/files')
-rw-r--r--dev-ruby/activesupport/files/clean_logger-format_message-fix.patch16
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.1.1-r21
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.2.5.40083
3 files changed, 3 insertions, 17 deletions
diff --git a/dev-ruby/activesupport/files/clean_logger-format_message-fix.patch b/dev-ruby/activesupport/files/clean_logger-format_message-fix.patch
deleted file mode 100644
index 0c8bfdf939d4..000000000000
--- a/dev-ruby/activesupport/files/clean_logger-format_message-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- activesupport-1.1.1/lib/active_support/clean_logger.rb.orig 2005-10-19 18:18:09.000000000 -0400
-+++ activesupport-1.1.1/lib/active_support/clean_logger.rb 2005-10-19 18:07:00.000000000 -0400
-@@ -10,9 +10,11 @@
- end
-
- private
-- remove_const "Format"
-+ if const_defined?(:Format) # Not defined in Ruby 1.8.3
-+ remove_const "Format"
-+ end
- Format = "%s\n"
-- def format_message(severity, timestamp, msg, progname)
-+ def format_message(severity, timestamp, progname, msg)
- Format % [msg]
- end
- end
diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.1.1-r2 b/dev-ruby/activesupport/files/digest-activesupport-1.1.1-r2
deleted file mode 100644
index bb6a24882e63..000000000000
--- a/dev-ruby/activesupport/files/digest-activesupport-1.1.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 091d2d98f3bf2bda1de0ad9f4368b28e activesupport-1.1.1.gem 26624
diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008 b/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008
new file mode 100644
index 000000000000..582778c45f69
--- /dev/null
+++ b/dev-ruby/activesupport/files/digest-activesupport-1.2.5.4008
@@ -0,0 +1,3 @@
+MD5 62861f4d5d5d9852bc5a79508e8df70f activesupport-1.2.5.4008.gem 47104
+RMD160 6346c6603b3def2b80bc480f02e0705d614d0afe activesupport-1.2.5.4008.gem 47104
+SHA256 b8ff6abc656ca03a3ef5ea4c8608e18a3bd63eab0adaf26e004ef61e35983149 activesupport-1.2.5.4008.gem 47104