graaff 15/06/05 05:49:10 Modified: ChangeLog capistrano-2.15.5-r2.ebuild Log: Add ruby21, ruby22. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.111 dev-ruby/capistrano/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 4 Jun 2015 06:03:26 -0000 1.110 +++ ChangeLog 5 Jun 2015 05:49:10 -0000 1.111 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.110 2015/06/04 06:03:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.111 2015/06/05 05:49:10 graaff Exp $ + + 05 Jun 2015; Hans de Graaff <[email protected]> capistrano-2.15.5-r2.ebuild: + Add ruby21, ruby22. 04 Jun 2015; Hans de Graaff <[email protected]> capistrano-3.3.5.ebuild, capistrano-3.4.0.ebuild: 1.2 dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild?r1=1.1&r2=1.2 Index: capistrano-2.15.5-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- capistrano-2.15.5-r2.ebuild 31 Dec 2014 07:36:03 -0000 1.1 +++ capistrano-2.15.5-r2.ebuild 5 Jun 2015 05:49:10 -0000 1.2 @@ -1,9 +1,9 @@ -# 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/capistrano/capistrano-2.15.5-r2.ebuild,v 1.1 2014/12/31 07:36:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild,v 1.2 2015/06/05 05:49:10 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" @@ -27,14 +27,14 @@ >=dev-ruby/net-ssh-gateway-1.1.0 >=dev-ruby/highline-1.2.7" ruby_add_bdepend " - test? ( dev-ruby/mocha:0.12 )" + test? ( dev-ruby/mocha:0.14 )" RUBY_PATCHES=( ${P}-sudo-cleanup.patch ) all_ruby_prepare() { rm Gemfile || die sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die - sed -i -e '/pry/ s:^:#:' -e '4igem "mocha", "~>0.12.0"' test/utils.rb || die + sed -i -e '/pry/ s:^:#:' -e '4igem "mocha", "~>0.14.0"' test/utils.rb || die # Avoid copy strategy tests since these fail in some cases due to # complicated (aka unknown) interactions with other parts of the
