public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-2.0.5.ebuild libxml-2.0.6.ebuild
@ 2011-06-19 11:45 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-06-19 11:45 UTC (permalink / raw
  To: gentoo-commits

graaff      11/06/19 11:45:55

  Modified:             ChangeLog libxml-2.0.5.ebuild libxml-2.0.6.ebuild
  Log:
  Remove dependency on rake-compiler altogether since we are not using that for building anyway. Fixes bug 370501.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-ruby/libxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Jun 2011 05:52:31 -0000	1.40
+++ ChangeLog	19 Jun 2011 11:45:55 -0000	1.41
@@ -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.40 2011/06/07 05:52:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.41 2011/06/19 11:45:55 graaff Exp $
+
+  19 Jun 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.0.5.ebuild,
+  libxml-2.0.6.ebuild:
+  Remove dependency on rake-compiler altogether since we are not using that for
+  building anyway. Fixes bug 370501.
 
   07 Jun 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.0.5.ebuild:
   Drop ruby19 to create stable candidate.



1.3                  dev-ruby/libxml/libxml-2.0.5.ebuild

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

Index: libxml-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxml-2.0.5.ebuild	7 Jun 2011 05:52:31 -0000	1.2
+++ libxml-2.0.5.ebuild	19 Jun 2011 11:45:55 -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.0.5.ebuild,v 1.2 2011/06/07 05:52:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v 1.3 2011/06/19 11:45:55 graaff Exp $
 
 EAPI=2
 
@@ -30,6 +30,9 @@
 
 	# We don't have the hanna template available.
 	sed -i -e 's/hanna/rake/' Rakefile || die
+
+	# 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
 }
 
 each_ruby_configure() {



1.2                  dev-ruby/libxml/libxml-2.0.6.ebuild

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

Index: libxml-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxml-2.0.6.ebuild	24 May 2011 05:45:23 -0000	1.1
+++ libxml-2.0.6.ebuild	19 Jun 2011 11:45:55 -0000	1.2
@@ -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.0.6.ebuild,v 1.1 2011/05/24 05:45:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v 1.2 2011/06/19 11:45:55 graaff Exp $
 
 EAPI=2
 
@@ -30,6 +30,9 @@
 
 	# We don't have the hanna template available.
 	sed -i -e 's/hanna/rake/' Rakefile || die
+
+	# 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
 }
 
 each_ruby_configure() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-2.0.5.ebuild libxml-2.0.6.ebuild
@ 2011-06-23 17:38 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-06-23 17:38 UTC (permalink / raw
  To: gentoo-commits

graaff      11/06/23 17:38:09

  Modified:             ChangeLog libxml-2.0.5.ebuild libxml-2.0.6.ebuild
  Log:
  Work around broken test suite that expects files in alphabetical order, bug 370501.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-ruby/libxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	19 Jun 2011 11:45:55 -0000	1.41
+++ ChangeLog	23 Jun 2011 17:38:09 -0000	1.42
@@ -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.41 2011/06/19 11:45:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.42 2011/06/23 17:38:09 graaff Exp $
+
+  23 Jun 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.0.5.ebuild,
+  libxml-2.0.6.ebuild:
+  Work around broken test suite that expects files in alphabetical order, bug
+  370501.
 
   19 Jun 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.0.5.ebuild,
   libxml-2.0.6.ebuild:



1.4                  dev-ruby/libxml/libxml-2.0.5.ebuild

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

Index: libxml-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxml-2.0.5.ebuild	19 Jun 2011 11:45:55 -0000	1.3
+++ libxml-2.0.5.ebuild	23 Jun 2011 17:38:09 -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.0.5.ebuild,v 1.3 2011/06/19 11:45:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v 1.4 2011/06/23 17:38:09 graaff Exp $
 
 EAPI=2
 
@@ -11,6 +11,8 @@
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY"
 
+RUBY_FAKEGEM_TASK_TEST="none"
+
 inherit ruby-fakegem
 
 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
@@ -43,3 +45,7 @@
 	emake -C ext/libxml
 	cp ext/libxml/libxml_ruby.so lib/ || die
 }
+
+each_ruby_test() {
+	${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die
+}



1.3                  dev-ruby/libxml/libxml-2.0.6.ebuild

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

Index: libxml-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxml-2.0.6.ebuild	19 Jun 2011 11:45:55 -0000	1.2
+++ libxml-2.0.6.ebuild	23 Jun 2011 17:38:09 -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.0.6.ebuild,v 1.2 2011/06/19 11:45:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.6.ebuild,v 1.3 2011/06/23 17:38:09 graaff Exp $
 
 EAPI=2
 
@@ -11,6 +11,8 @@
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY"
 
+RUBY_FAKEGEM_TASK_TEST="none"
+
 inherit ruby-fakegem
 
 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
@@ -43,3 +45,9 @@
 	emake -C ext/libxml
 	cp ext/libxml/libxml_ruby.so lib/ || die
 }
+
+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
+}






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

end of thread, other threads:[~2011-06-23 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 11:45 [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-2.0.5.ebuild libxml-2.0.6.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23 17:38 Hans de Graaff (graaff)

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