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/tins: ChangeLog tins-0.3.14.ebuild
@ 2012-08-01  5:44 99% Hans de Graaff (graaff)
  0 siblings, 0 replies; 1+ results
From: Hans de Graaff (graaff) @ 2012-08-01  5:44 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/01 05:44:29

  Modified:             ChangeLog tins-0.3.14.ebuild
  Log:
  Avoid test broken with FEATURES=-userpriv, fixing bug 428704.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/tins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 Jul 2012 00:20:08 -0000	1.8
+++ ChangeLog	1 Aug 2012 05:44:28 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/tins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.8 2012/07/30 00:20:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.9 2012/08/01 05:44:28 graaff Exp $
+
+  01 Aug 2012; Hans de Graaff <graaff@gentoo.org> tins-0.3.14.ebuild:
+  Avoid test broken with FEATURES=-userpriv, fixing bug 428704.
 
   30 Jul 2012; Jeff Horelick <jdhore@gentoo.org> tins-0.3.14.ebuild:
   marked x86 per bug 428454



1.3                  dev-ruby/tins/tins-0.3.14.ebuild

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

Index: tins-0.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tins-0.3.14.ebuild	30 Jul 2012 00:20:08 -0000	1.2
+++ tins-0.3.14.ebuild	1 Aug 2012 05:44:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.2 2012/07/30 00:20:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.14.ebuild,v 1.3 2012/08/01 05:44:28 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -24,6 +24,10 @@
 
 all_ruby_prepare() {
 	sed -i -e '/gem_hadar/ s:^:#:' tests/test_helper.rb || die
+
+	# Avoid test that fails with FEATURES=-userpriv, similar to newer
+	# tins. See bug 428704.
+	sed -i -e 's:RUBY_PLATFORM !~ /java/:false:' tests/find_test.rb || die
 }
 
 each_ruby_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 --
2012-08-01  5:44 99% [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: ChangeLog tins-0.3.14.ebuild 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