graaff 14/08/13 13:20:26 Modified: ChangeLog Added: capistrano-2.15.5-r1.ebuild Log: Add ruby20. Fix double sudo in cleanup task. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.103 dev-ruby/capistrano/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 15 May 2014 01:07:07 -0000 1.102 +++ ChangeLog 13 Aug 2014 13:20:26 -0000 1.103 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.102 2014/05/15 01:07:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.103 2014/08/13 13:20:26 graaff Exp $ + +*capistrano-2.15.5-r1 (13 Aug 2014) + + 13 Aug 2014; Hans de Graaff <[email protected]> +capistrano-2.15.5-r1.ebuild, + +files/capistrano-2.15.5-sudo-cleanup.patch: + Add ruby20. Fix double sudo in cleanup task. 15 May 2014; Manuel RĂ¼ger <[email protected]> -capistrano-2.14.2.ebuild, capistrano-2.15.5.ebuild: 1.1 dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild?rev=1.1&content-type=text/plain Index: capistrano-2.15.5-r1.ebuild =================================================================== # Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/08/13 13:20:26 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" inherit ruby-fakegem DESCRIPTION="A distributed application deployment system" HOMEPAGE="http://capify.org/" LICENSE="MIT" SLOT="2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend " >=dev-ruby/net-ssh-2.0.14 >=dev-ruby/net-sftp-2.0.2 >=dev-ruby/net-scp-1.0.2 >=dev-ruby/net-ssh-gateway-1.1.0 >=dev-ruby/highline-1.2.7" ruby_add_bdepend " test? ( dev-ruby/mocha:0.12 )" 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 # Avoid copy strategy tests since these fail in some cases due to # complicated (aka unknown) interactions with other parts of the # test suite. rm test/deploy/strategy/copy_test.rb || die }
