mrueg 14/03/12 11:09:34 Modified: erubis-2.7.0-r1.ebuild ChangeLog Log: Fix info output for tests. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/erubis/erubis-2.7.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild?r1=1.1&r2=1.2 Index: erubis-2.7.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- erubis-2.7.0-r1.ebuild 17 Nov 2013 12:07:02 -0000 1.1 +++ erubis-2.7.0-r1.ebuild 12 Mar 2014 11:09:34 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild,v 1.1 2013/11/17 12:07:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0-r1.ebuild,v 1.2 2014/03/12 11:09:34 mrueg Exp $ EAPI=5 @@ -47,7 +47,7 @@ einfo "Tests are not compatible with ruby 1.9.3 with Psych as YAML module." ;; *ruby20) - einfo "Tests are not compatible with ruby 1.9.3 with Psych as YAML module." + einfo "Tests are not compatible with ruby 2.0.0 with Psych as YAML module." ;; *) PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -I. test/test.rb || die 1.26 dev-ruby/erubis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 17 Nov 2013 12:07:02 -0000 1.25 +++ ChangeLog 12 Mar 2014 11:09:34 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/erubis -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.25 2013/11/17 12:07:02 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.26 2014/03/12 11:09:34 mrueg Exp $ + + 12 Mar 2014; Manuel RĂ¼ger <[email protected]> erubis-2.7.0-r1.ebuild: + Fix info output for tests. *erubis-2.7.0-r1 (17 Nov 2013)
