public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/migemo/files: migemo-0.40-ruby-ng.patch
@ 2013-02-11  0:55 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2013-02-11  0:55 UTC (permalink / raw
  To: gentoo-commits

naota       13/02/11 00:55:09

  Modified:             migemo-0.40-ruby-ng.patch
  Log:
  Update the patch to deal with dev-ruby/bsearch change. #455258
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.2                  app-text/migemo/files/migemo-0.40-ruby-ng.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?r1=1.1&r2=1.2

Index: migemo-0.40-ruby-ng.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- migemo-0.40-ruby-ng.patch	12 Oct 2011 17:05:30 -0000	1.1
+++ migemo-0.40-ruby-ng.patch	11 Feb 2013 00:55:09 -0000	1.2
@@ -41,7 +41,7 @@
  
  echo -n "checking Ruby/Bsearch... "
 -if ruby -rbsearch -e 'exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
-+if $RUBY -rbsearch -e 'exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
++if $RUBY -rbsearch -e 'require "bsearch"; exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
     echo found
  else
     echo not found





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/migemo/files: migemo-0.40-ruby-ng.patch
@ 2013-02-11  1:22 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2013-02-11  1:22 UTC (permalink / raw
  To: gentoo-commits

naota       13/02/11 01:22:38

  Modified:             migemo-0.40-ruby-ng.patch
  Log:
  Fix the previous commit. #455258
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.3                  app-text/migemo/files/migemo-0.40-ruby-ng.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch?r1=1.2&r2=1.3

Index: migemo-0.40-ruby-ng.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/migemo/files/migemo-0.40-ruby-ng.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- migemo-0.40-ruby-ng.patch	11 Feb 2013 00:55:09 -0000	1.2
+++ migemo-0.40-ruby-ng.patch	11 Feb 2013 01:22:38 -0000	1.3
@@ -41,7 +41,7 @@
  
  echo -n "checking Ruby/Bsearch... "
 -if ruby -rbsearch -e 'exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
-+if $RUBY -rbsearch -e 'require "bsearch"; exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
++if $RUBY -e 'require "bsearch"; exit(if Bsearch::VERSION::STRING >= "1.2" then 0 else 1 end)'; then
     echo found
  else
     echo not found





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-11  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11  1:22 [gentoo-commits] gentoo-x86 commit in app-text/migemo/files: migemo-0.40-ruby-ng.patch Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-11  0:55 Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox