graaff 14/12/30 10:50:16 Modified: ChangeLog best_in_place-2.1.0.ebuild Log: Add ruby20. Use correct slot for jquery-rails. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.16 dev-ruby/best_in_place/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 30 Dec 2014 10:10:09 -0000 1.15 +++ ChangeLog 30 Dec 2014 10:50:16 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/best_in_place # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.15 2014/12/30 10:10:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.16 2014/12/30 10:50:16 graaff Exp $ + + 30 Dec 2014; Hans de Graaff <[email protected]> best_in_place-2.1.0.ebuild: + Add ruby20. Use correct slot for jquery-rails. 30 Dec 2014; Hans de Graaff <[email protected]> best_in_place-2.1.0.ebuild: Fix versioning issues to make all test pass again. 1.4 dev-ruby/best_in_place/best_in_place-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?r1=1.3&r2=1.4 Index: best_in_place-2.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- best_in_place-2.1.0.ebuild 30 Dec 2014 10:10:09 -0000 1.3 +++ best_in_place-2.1.0.ebuild 30 Dec 2014 10:50:16 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.3 2014/12/30 10:10:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.4 2014/12/30 10:50:16 graaff Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -26,7 +26,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/rails-3.1 - dev-ruby/jquery-rails:0" + dev-ruby/jquery-rails:2" ruby_add_bdepend " test? ( @@ -58,5 +58,5 @@ each_ruby_test() { RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed" - VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec-2 spec || die "Specs failed" + VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec ${RUBY} -S rspec-2 spec || die "Specs failed" }
