graaff 15/04/18 07:09:42 Modified: matchy-0.5.2-r1.ebuild ChangeLog Log: Fix tests with newer rake versions. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.7 dev-ruby/matchy/matchy-0.5.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?r1=1.6&r2=1.7 Index: matchy-0.5.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- matchy-0.5.2-r1.ebuild 3 Nov 2014 15:43:02 -0000 1.6 +++ matchy-0.5.2-r1.ebuild 18 Apr 2015 07:09:42 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.6 2014/11/03 15:43:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.7 2015/04/18 07:09:42 graaff Exp $ EAPI=5 @@ -23,6 +23,10 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" +all_ruby_prepare() { + sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die +} + # workaround for ruby 1.9.2, sent upstream after 0.5.2 each_ruby_test() { RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test 1.18 dev-ruby/matchy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 3 Nov 2014 15:43:02 -0000 1.17 +++ ChangeLog 18 Apr 2015 07:09:42 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/matchy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.17 2014/11/03 15:43:02 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.18 2015/04/18 07:09:42 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <[email protected]> matchy-0.5.2-r1.ebuild: + Fix tests with newer rake versions. 03 Nov 2014; Manuel RĂ¼ger <[email protected]> matchy-0.5.2-r1.ebuild: Drop jruby.
