public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r4.ebuild activesupport-2.3.5-r3.ebuild
@ 2010-02-01 16:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-02-01 16:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/02/01 16:40:30

  Modified:             ChangeLog
  Added:                activesupport-2.3.5-r4.ebuild
  Removed:              activesupport-2.3.5-r3.ebuild
  Log:
  Add patch to force support for mocha 0.9.5 or later, and adds support for JRuby.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.117                dev-ruby/activesupport/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	18 Jan 2010 19:04:49 -0000	1.116
+++ ChangeLog	1 Feb 2010 16:40:29 -0000	1.117
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.116 2010/01/18 19:04:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.117 2010/02/01 16:40:29 flameeyes Exp $
+
+*activesupport-2.3.5-r4 (01 Feb 2010)
+
+  01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  -activesupport-2.3.5-r3.ebuild, +activesupport-2.3.5-r4.ebuild,
+  +files/activesupport-2.3.5-mocha-0.9.5.patch:
+  Add patch to force support for mocha 0.9.5 or later, and adds support for
+  JRuby.
 
 *activesupport-2.3.5-r3 (18 Jan 2010)
 



1.1                  dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.1&content-type=text/plain

Index: activesupport-2.3.5-r4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v 1.1 2010/02/01 16:40:29 flameeyes Exp $

EAPI=2
USE_RUBY="ruby18 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"

inherit ruby-fakegem

DESCRIPTION="Utility Classes and Extension to the Standard Library"
HOMEPAGE="http://rubyforge.org/projects/activesupport/"

LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12 >=dev-ruby/i18n-0.1.3:0.1"

all_ruby_prepare() {
	# Remove the bundled packages!
	rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
		|| die "failed to remove vendor packages"

	# This patch removes the fallback to local vendorized gems, as
	# well as fixing the dependencies for i18n to use only the 0.1
	# slot.
	epatch "${FILESDIR}"/${P}-unvendorize.patch

	# don't support older mocha versions as the optional codepath
	# breaks JRuby
	epatch "${FILESDIR}"/${P}-mocha-0.9.5.patch
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-01 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 16:40 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r4.ebuild activesupport-2.3.5-r3.ebuild 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