public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bcat: bcat-0.6.2.ebuild ChangeLog
Date: Sun, 29 Jan 2012 09:55:48 +0000 (UTC)	[thread overview]
Message-ID: <20120129095548.5A40C2004B@flycatcher.gentoo.org> (raw)

graaff      12/01/29 09:55:48

  Modified:             bcat-0.6.2.ebuild ChangeLog
  Log:
  Add ruby19. Fix tests.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/bcat/bcat-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild?r1=1.1&r2=1.2

Index: bcat-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bcat-0.6.2.ebuild	11 Sep 2011 05:51:27 -0000	1.1
+++ bcat-0.6.2.ebuild	29 Jan 2012 09:55:48 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.1 2011/09/11 05:51:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.2 2012/01/29 09:55:48 graaff Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ree18"
+USE_RUBY="ruby18 ruby19 ree18"
 
 RUBY_FAKEGEM_TASK_DOC="man"
 RUBY_FAKEGEM_EXTRADOC="README"
@@ -23,6 +23,17 @@
 
 ruby_add_rdepend "dev-ruby/rack"
 
+each_ruby_prepare() {
+	sed -i -e "s/a2h/#{ENV['RUBY']} -S a2h/" test/test_bcat_a2h.rb || die
+}
+
+each_ruby_test() {
+	# The Rakefile uses weird trickery with load path that causes gems
+	# not to be found. Run tests directly instead and do the trickery
+	# here to support popen calls for the bins in this package.
+	RUBY=${RUBY} RUBYLIB=lib:${RUBYLIB} PATH=bin:${PATH} ${RUBY} -S testrb test/test_*.rb || die
+}
+
 all_ruby_install() {
 	all_fakegem_install
 



1.3                  dev-ruby/bcat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	11 Sep 2011 05:51:27 -0000	1.2
+++ ChangeLog	29 Jan 2012 09:55:48 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bcat
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.2 2011/09/11 05:51:27 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.3 2012/01/29 09:55:48 graaff Exp $
+
+  29 Jan 2012; Hans de Graaff <graaff@gentoo.org> bcat-0.6.2.ebuild:
+  Add ruby19. Fix tests.
 
 *bcat-0.6.2 (11 Sep 2011)
 






             reply	other threads:[~2012-01-29  9:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-29  9:55 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 16:35 [gentoo-commits] gentoo-x86 commit in dev-ruby/bcat: bcat-0.6.2.ebuild ChangeLog Naohiro Aota (naota)
2012-07-08 16:27 Jeroen Roovers (jer)
2012-07-11 16:21 Andreas Schuerch (nativemad)
2012-07-22 13:40 Hans de Graaff (graaff)
2012-08-19 10:56 Anthony G. Basile (blueness)
2012-10-28 18:16 Raul Porcel (armin76)
2013-01-15  5:19 Richard Farina (zerochaos)
2013-09-01 12:46 Hans de Graaff (graaff)
2013-12-26 18:59 Markus Meier (maekke)
2014-01-19  9:22 Pacho Ramos (pacho)
2014-01-26 11:38 Agostino Sarubbo (ago)
2014-02-01  4:46 Akinori Hattori (hattya)
2014-07-21 13:56 Tobias Klausmann (klausman)
2014-11-16 18:14 Agostino Sarubbo (ago)
2014-11-16 18:15 Agostino Sarubbo (ago)

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=20120129095548.5A40C2004B@flycatcher.gentoo.org \
    --to=graaff@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