public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rcov: ChangeLog rcov-0.9.7.1.ebuild
Date: Thu, 14 Jan 2010 19:25:58 +0000	[thread overview]
Message-ID: <E1NVVKQ-0002Os-Ai@stork.gentoo.org> (raw)

flameeyes    10/01/14 19:25:58

  Modified:             ChangeLog rcov-0.9.7.1.ebuild
  Log:
  Add a patch to build properly with JRuby (sent upstream), and enable jruby target.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/rcov/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rcov/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	29 Dec 2009 19:29:13 -0000	1.11
+++ ChangeLog	14 Jan 2010 19:25:57 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rcov
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/ChangeLog,v 1.11 2009/12/29 19:29:13 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/ChangeLog,v 1.12 2010/01/14 19:25:57 flameeyes Exp $
+
+  14 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> rcov-0.9.7.1.ebuild,
+  +files/rcov-0.9.7.1-jruby.patch:
+  Add a patch to build properly with JRuby (sent upstream), and enable jruby
+  target.
 
 *rcov-0.9.7.1 (29 Dec 2009)
 



1.2                  dev-ruby/rcov/rcov-0.9.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild?r1=1.1&r2=1.2

Index: rcov-0.9.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rcov-0.9.7.1.ebuild	29 Dec 2009 19:29:13 -0000	1.1
+++ rcov-0.9.7.1.ebuild	14 Jan 2010 19:25:57 -0000	1.2
@@ -1,19 +1,17 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild,v 1.1 2009/12/29 19:29:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-0.9.7.1.ebuild,v 1.2 2010/01/14 19:25:57 flameeyes Exp $
 
 EAPI=2
 
-# jruby → is supported but there is something strange, maybe we need a
-# newer version of it.
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="test_rcovrt"
 
 RUBY_FAKEGEM_DOCDIR="rdoc"
 RUBY_FAKEGEM_EXTRADOC="THANKS BLURB"
 
-inherit ruby-fakegem versionator
+inherit ruby-fakegem versionator eutils
 
 DESCRIPTION="A ruby code coverage analysis tool"
 HOMEPAGE="http://eigenclass.org/hiki.rb?rcov"
@@ -34,6 +32,8 @@
 RESTRICT=test
 
 all_ruby_prepare() {
+	epatch "${FILESDIR}"/${P}-jruby.patch
+
 	# Without this change, testing will always cause the extension to
 	# be rebuilt, and we don't want that.
 	sed -i -e '/:test_rcovrt =>/s| => \[.*\]||' Rakefile || "Rakefile fix failed"






             reply	other threads:[~2010-01-14 19:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14 19:25 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-10  8:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/rcov: ChangeLog rcov-0.9.7.1.ebuild Torsten Veller (tove)
2010-04-30 20:33 Hans de Graaff (graaff)
2010-05-01  0:47 Diego Petteno (flameeyes)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NVVKQ-0002Os-Ai@stork.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox