graaff 15/04/18 07:28:21 Modified: multi_xml-0.5.4-r2.ebuild ChangeLog Log: Avoid test dependency on bundler. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild?r1=1.2&r2=1.3 Index: multi_xml-0.5.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multi_xml-0.5.4-r2.ebuild 11 Apr 2015 09:23:33 -0000 1.2 +++ multi_xml-0.5.4-r2.ebuild 18 Apr 2015 07:28:21 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild,v 1.2 2015/04/11 09:23:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild,v 1.3 2015/04/18 07:28:21 graaff Exp $ EAPI=5 @@ -26,6 +26,7 @@ all_ruby_prepare() { sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die + sed -i -e '/bundler/I s:^:#:' Rakefile || die } each_ruby_test() { 1.27 dev-ruby/multi_xml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 11 Apr 2015 09:23:33 -0000 1.26 +++ ChangeLog 18 Apr 2015 07:28:21 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/multi_xml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.26 2015/04/11 09:23:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.27 2015/04/18 07:28:21 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <[email protected]> multi_xml-0.5.4-r2.ebuild: + Avoid test dependency on bundler. 11 Apr 2015; Hans de Graaff <[email protected]> multi_xml-0.5.4-r2.ebuild: Add ruby22.
