p8952 14/06/03 11:16:19 Modified: nokogiri-1.6.0.ebuild ChangeLog Log: Always depend on dev-ruby/hoe to prevent compile failures (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 dev-ruby/nokogiri/nokogiri-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?r1=1.4&r2=1.5 Index: nokogiri-1.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nokogiri-1.6.0.ebuild 21 Mar 2014 12:56:30 -0000 1.4 +++ nokogiri-1.6.0.ebuild 3 Jun 2014 11:16:19 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.4 2014/03/21 12:56:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.5 2014/06/03 11:16:19 p8952 Exp $ EAPI=5 @@ -30,11 +30,12 @@ # The tests require _minitest_, not the virtual; what is shipped with # Ruby 1.9 is *not* enough, unfortunately ruby_add_bdepend " + dev-ruby/hoe dev-ruby/rake-compiler dev-ruby/rexical dev-ruby/rdoc dev-ruby/racc - test? ( dev-ruby/hoe dev-ruby/minitest )" + test? ( dev-ruby/minitest )" all_ruby_prepare() { sed -i \ 1.95 dev-ruby/nokogiri/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 1 Jun 2014 12:49:42 -0000 1.94 +++ ChangeLog 3 Jun 2014 11:16:19 -0000 1.95 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.94 2014/06/01 12:49:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.95 2014/06/03 11:16:19 p8952 Exp $ + + 03 Jun 2014; Peter Wilmott <[email protected]> nokogiri-1.6.0.ebuild: + Always depend on dev-ruby/hoe to prevent compile failures 01 Jun 2014; Markus Meier <[email protected]> nokogiri-1.5.10.ebuild: arm stable, bug #505920
