public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.2.2.ebuild ChangeLog
@ 2011-12-08 19:27 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-12-08 19:27 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/12/08 19:27:29

  Modified:             libxml-2.2.2.ebuild ChangeLog
  Log:
  Add missing virtual/ruby-test-unit dependency to stay on the safe side; fix tests with Ruby 1.9, both in the call and by replacing an ulimit call from within Ruby.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/libxml/libxml-2.2.2.ebuild

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

Index: libxml-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxml-2.2.2.ebuild	5 Dec 2011 14:04:24 -0000	1.2
+++ libxml-2.2.2.ebuild	8 Dec 2011 19:27:29 -0000	1.3
@@ -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/libxml/libxml-2.2.2.ebuild,v 1.2 2011/12/05 14:04:24 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v 1.3 2011/12/08 19:27:29 flameeyes Exp $
 
 EAPI=2
 
@@ -26,7 +26,8 @@
 RDEPEND="${RDEPEND} dev-libs/libxml2"
 DEPEND="${DEPEND} dev-libs/libxml2"
 
-ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )
+	test? ( virtual/ruby-test-unit )"
 
 all_ruby_prepare() {
 	# Remove grancher tasks only needed for publishing the website
@@ -37,6 +38,9 @@
 
 	# Remove rake-compiler bits since we don't use it
 	sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' Rakefile || die
+
+	# replace ulimit -n output as it does not work with Ruby 1.9
+	sed -i -e 's:`ulimit -n`:"'`ulimit -n`'":' test/tc_parser.rb || die
 }
 
 each_ruby_configure() {
@@ -51,5 +55,5 @@
 each_ruby_test() {
 	# The test suite needs to load its files in alphabetical order but
 	# this is not guaranteed. See bug 370501.
-	${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die
+	${RUBY} -Ilib -r ./test/test_helper.rb test/test_suite.rb || die
 }



1.58                 dev-ruby/libxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	5 Dec 2011 14:04:24 -0000	1.57
+++ ChangeLog	8 Dec 2011 19:27:29 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/libxml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.57 2011/12/05 14:04:24 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.58 2011/12/08 19:27:29 flameeyes Exp $
+
+  08 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org> libxml-2.2.2.ebuild:
+  Add missing virtual/ruby-test-unit dependency to stay on the safe side; fix
+  tests with Ruby 1.9, both in the call and by replacing an ulimit call from
+  within Ruby.
 
   05 Dec 2011; Naohiro Aota <naota@gentoo.org> libxml-2.2.2.ebuild:
   Add ~x86-fbsd.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.2.2.ebuild ChangeLog
@ 2011-12-31 21:36 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 21:36 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 21:36:23

  Modified:             libxml-2.2.2.ebuild ChangeLog
  Log:
  Add Prefix keywords, bug #396547
  
  (Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.4                  dev-ruby/libxml/libxml-2.2.2.ebuild

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

Index: libxml-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxml-2.2.2.ebuild	8 Dec 2011 19:27:29 -0000	1.3
+++ libxml-2.2.2.ebuild	31 Dec 2011 21:36:23 -0000	1.4
@@ -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/libxml/libxml-2.2.2.ebuild,v 1.3 2011/12/08 19:27:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v 1.4 2011/12/31 21:36:23 grobian Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND} dev-libs/libxml2"



1.63                 dev-ruby/libxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	29 Dec 2011 17:10:09 -0000	1.62
+++ ChangeLog	31 Dec 2011 21:36:23 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/libxml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.62 2011/12/29 17:10:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.63 2011/12/31 21:36:23 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> libxml-2.2.2.ebuild:
+  Add Prefix keywords, bug #396547
 
   29 Dec 2011; Jeroen Roovers <jer@gentoo.org> libxml-2.2.1.ebuild:
   Stable for HPPA (bug #395991).






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

end of thread, other threads:[~2011-12-31 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31 21:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.2.2.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-08 19:27 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