public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.4.4.ebuild
@ 2011-02-02 13:34 99% Diego Petteno (flameeyes)
  0 siblings, 0 replies; 1+ results
From: Diego Petteno (flameeyes) @ 2011-02-02 13:34 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/02/02 13:34:39

  Modified:             ChangeLog nokogiri-1.4.4.ebuild
  Log:
  Add missing racc dependency; skip tests for JRuby since they require libraries we don't have (weakling).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-ruby/nokogiri/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	10 Jan 2011 18:21:03 -0000	1.47
+++ ChangeLog	2 Feb 2011 13:34:39 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.47 2011/01/10 18:21:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.48 2011/02/02 13:34:39 flameeyes Exp $
+
+  02 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> nokogiri-1.4.4.ebuild:
+  Add missing racc dependency; skip tests for JRuby since they require
+  libraries we don't have (weakling).
 
   10 Jan 2011; Hans de Graaff <graaff@gentoo.org> nokogiri-1.4.4.ebuild:
   Keyword ~x86-macos.



1.5                  dev-ruby/nokogiri/nokogiri-1.4.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild?r1=1.4&r2=1.5

Index: nokogiri-1.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nokogiri-1.4.4.ebuild	10 Jan 2011 18:21:03 -0000	1.4
+++ nokogiri-1.4.4.ebuild	2 Feb 2011 13:34:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild,v 1.4 2011/01/10 18:21:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4.ebuild,v 1.5 2011/02/02 13:34:39 flameeyes Exp $
 
 EAPI=2
 
@@ -34,6 +34,7 @@
 	dev-ruby/rake-compiler
 	dev-ruby/rexical
 	dev-ruby/hoe
+	dev-ruby/racc
 	test? ( dev-ruby/minitest )"
 
 ruby_add_rdepend "ffi? ( virtual/ruby-ffi )"
@@ -71,5 +72,14 @@
 
 each_ruby_test() {
 	nokogiri_ffi && export NOKOGIRI_FFI=yes
+
+	case ${RUBY} in
+		*jruby)
+			einfo "We don't have all the required libraries to test Nokogiri with JRuby."
+			einfo "the tests will be skipped for this implementation."
+			return
+			;;
+	esac
+
 	each_fakegem_test
 }






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-02-02 13:34 99% [gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.4.4.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