summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-23 20:49:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-23 20:49:10 +0000
commit7e5a49bcea4770cb0ba4dcaa9c3c84c0c4711ed9 (patch)
tree39ae8fada66e85021044befda7bebc73ad79e30e /dev-ruby/ruby-inline/ChangeLog
parentMask release candidate for openoffice-bin-3.2.1 (diff)
downloadgentoo-2-7e5a49bcea4770cb0ba4dcaa9c3c84c0c4711ed9.tar.gz
gentoo-2-7e5a49bcea4770cb0ba4dcaa9c3c84c0c4711ed9.tar.bz2
gentoo-2-7e5a49bcea4770cb0ba4dcaa9c3c84c0c4711ed9.zip
Drop REE18 from 3.8.4 vanilla, add a patched version that can work with different Ruby implementations (otherwise the same extensions will be used for both MRI and REE, and the two are not binary compatible.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-inline/ChangeLog')
-rw-r--r--dev-ruby/ruby-inline/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-ruby/ruby-inline/ChangeLog b/dev-ruby/ruby-inline/ChangeLog
index 7f1d2e06efa9..794c1e46c8d4 100644
--- a/dev-ruby/ruby-inline/ChangeLog
+++ b/dev-ruby/ruby-inline/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-ruby/ruby-inline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.24 2010/05/22 23:08:53 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.25 2010/05/23 20:49:10 flameeyes Exp $
+
+*ruby-inline-3.8.4-r1 (23 May 2010)
+
+ 23 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ ruby-inline-3.8.4.ebuild, +ruby-inline-3.8.4-r1.ebuild,
+ +files/ruby-inline-3.8.4-gentoo.patch:
+ Drop REE18 from 3.8.4 vanilla, add a patched version that can work with
+ different Ruby implementations (otherwise the same extensions will be used
+ for both MRI and REE, and the two are not binary compatible.
22 May 2010; Alex Legler <a3li@gentoo.org> ruby-inline-3.8.4.ebuild:
Add REE18 support