public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/css_parser: ChangeLog css_parser-1.2.6.ebuild
@ 2012-05-05  5:44 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-05-05  5:44 UTC (permalink / raw
  To: gentoo-commits

graaff      12/05/05 05:44:15

  Modified:             ChangeLog css_parser-1.2.6.ebuild
  Log:
  Add missing IUSE.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/css_parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Feb 2012 21:09:54 -0000	1.1
+++ ChangeLog	5 May 2012 05:44:15 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/css_parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.1 2012/02/20 21:09:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.2 2012/05/05 05:44:15 graaff Exp $
+
+  05 May 2012; Hans de Graaff <graaff@gentoo.org> css_parser-1.2.6.ebuild:
+  Add missing IUSE.
 
 *css_parser-1.2.6 (20 Feb 2012)
 



1.2                  dev-ruby/css_parser/css_parser-1.2.6.ebuild

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

Index: css_parser-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- css_parser-1.2.6.ebuild	20 Feb 2012 21:09:54 -0000	1.1
+++ css_parser-1.2.6.ebuild	5 May 2012 05:44:15 -0000	1.2
@@ -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/css_parser/css_parser-1.2.6.ebuild,v 1.1 2012/02/20 21:09:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.2.6.ebuild,v 1.2 2012/05/05 05:44:15 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -25,6 +25,7 @@
 
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="doc test"
 
 ruby_add_rdepend "dev-ruby/addressable
 	virtual/ruby-ssl"






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/css_parser: ChangeLog css_parser-1.2.6.ebuild
@ 2013-02-10  8:59 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-02-10  8:59 UTC (permalink / raw
  To: gentoo-commits

graaff      13/02/10 08:59:29

  Modified:             ChangeLog css_parser-1.2.6.ebuild
  Log:
  Avoid a test requiring the network to be active, bug 455608.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/css_parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 May 2012 05:44:15 -0000	1.2
+++ ChangeLog	10 Feb 2013 08:59:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/css_parser
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.2 2012/05/05 05:44:15 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.3 2013/02/10 08:59:29 graaff Exp $
+
+  10 Feb 2013; Hans de Graaff <graaff@gentoo.org> css_parser-1.2.6.ebuild:
+  Avoid a test requiring the network to be active, bug 455608.
 
   05 May 2012; Hans de Graaff <graaff@gentoo.org> css_parser-1.2.6.ebuild:
   Add missing IUSE.



1.3                  dev-ruby/css_parser/css_parser-1.2.6.ebuild

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

Index: css_parser-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- css_parser-1.2.6.ebuild	5 May 2012 05:44:15 -0000	1.2
+++ css_parser-1.2.6.ebuild	10 Feb 2013 08:59:29 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.2.6.ebuild,v 1.2 2012/05/05 05:44:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.2.6.ebuild,v 1.3 2013/02/10 08:59:29 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -37,6 +37,10 @@
 	# get rid of bundler usage
 	rm Gemfile || die
 	sed -i -e '/bundler/d' rakefile.rb || die
+
+	# Avoid tests using the network.
+	sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' test/test_css_parser_loading.rb || die
+
 }
 
 each_ruby_prepare() {





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

end of thread, other threads:[~2013-02-10  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  5:44 [gentoo-commits] gentoo-x86 commit in dev-ruby/css_parser: ChangeLog css_parser-1.2.6.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-10  8:59 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