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/racc: ChangeLog racc-1.4.6.ebuild
Date: Wed, 14 Jul 2010 20:37:20 +0000 (UTC)	[thread overview]
Message-ID: <20100714203720.9AB022CE14@corvid.gentoo.org> (raw)

flameeyes    10/07/14 20:37:20

  Modified:             ChangeLog racc-1.4.6.ebuild
  Log:
  Make sure that the . is in the library loading paths (for 1.9.2).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	22 May 2010 22:45:52 -0000	1.50
+++ ChangeLog	14 Jul 2010 20:37:20 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.50 2010/05/22 22:45:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.51 2010/07/14 20:37:20 flameeyes Exp $
+
+  14 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> racc-1.4.6.ebuild:
+  Make sure that the . is in the library loading paths (for 1.9.2).
 
   22 May 2010; Alex Legler <a3li@gentoo.org> racc-1.4.6.ebuild:
   Add REE18 support



1.8                  dev-ruby/racc/racc-1.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild?r1=1.7&r2=1.8

Index: racc-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- racc-1.4.6.ebuild	22 May 2010 22:45:52 -0000	1.7
+++ racc-1.4.6.ebuild	14 Jul 2010 20:37:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild,v 1.7 2010/05/22 22:45:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.6.ebuild,v 1.8 2010/07/14 20:37:20 flameeyes Exp $
 
 EAPI=2
 
@@ -23,6 +23,9 @@
 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
 
 all_ruby_prepare() {
+	# for Ruby 1.9.2 compatibility
+	sed -i -e '1i $: << "."' Rakefile || die
+
 	sed -i -e '/tasks\/email/s:^:#:' Rakefile || die "rakefile fix failed"
 	sed -i -e '/prerequisites/s:^:#:' tasks/test.rb || die "test task fix failed"
 	sed -i -e 's|/tmp/out|${TMPDIR:-/tmp}/out|' test/helper.rb || die "tests fix failed"






             reply	other threads:[~2010-07-14 20:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 20:37 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-27 18:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: ChangeLog racc-1.4.6.ebuild Raul Porcel (armin76)
2011-09-14 17:16 Jeroen Roovers (jer)
2011-07-24 17:31 Raul Porcel (armin76)
2011-07-23 13:15 Kacper Kowalik (xarthisius)
2011-07-13 20:49 Markus Meier (maekke)
2011-07-07 19:09 Markos Chandras (hwoarang)
2011-02-20 13:02 Hans de Graaff (graaff)
2011-01-07 11:10 Hans de Graaff (graaff)
2010-12-13 13:42 Hans de Graaff (graaff)
2010-05-22 22:45 Alex Legler (a3li)
2010-05-22 15:37 Diego Petteno (flameeyes)
2010-02-18 16:41 Fabian Groffen (grobian)
2010-02-01 16:42 Diego Petteno (flameeyes)
2010-01-21 11:23 Diego Petteno (flameeyes)
2010-01-04 11:44 Christian Faulhammer (fauli)
2009-12-25 18:06 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=20100714203720.9AB022CE14@corvid.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